⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bldc_sourcerygxx.ld

📁 Luminary Micro BLDC motor control software
💻 LD
字号:
/****************************************************************************** * * bldc.ld - Scatter file for Sourcery G++ * * Copyright (c) 2007 Luminary Micro, Inc.  All rights reserved. * Luminary Micro Confidential - For Use Under NDA Only * *****************************************************************************//****************************************************************************** * * Define the end of the heap space, which determines the beginning of the * stack space. * *****************************************************************************/__cs3_heap_end = __cs3_region_end_ram - 4096;/****************************************************************************** * * Define the interrupt handlers used by the application. * *****************************************************************************/__cs3_isr_nmi = NmiSR;__cs3_isr_hard_fault = FaultISR;__cs3_isr_systick = SysTickIntHandler;__cs3_isr_gpio_b = GPIOBIntHandler;__cs3_isr_gpio_c = GPIOCIntHandler;__cs3_isr_uart0 = UART0IntHandler;__cs3_isr_pwm0 = PWM0IntHandler;__cs3_isr_pwm1 = MainWaveformTick;__cs3_isr_pwm2 = MainMillisecondTick;__cs3_isr_qei0 = QEIIntHandler;__cs3_isr_adc0 = ADC0IntHandler;__cs3_isr_adc1 = ADC1IntHandler;__cs3_isr_adc2 = ADC2IntHandler;__cs3_isr_adc3 = ADC3IntHandler;__cs3_isr_watchdog = WatchdogIntHandler;__cs3_isr_timer0a = Timer0AIntHandler;__cs3_isr_timer1a = Timer1AIntHandler;__cs3_isr_can0 = CANIntHandler;__cs3_isr_ethernet0 = EthernetIntHandler;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -