File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
targets/TARGET_STM/TARGET_STM32L0/TARGET_STM32L053x8/device Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ __Vectors DCD __initial_sp ; Top of Stack
128
128
DCD RNG_LPUART1_IRQHandler ; RNG and LPUART1
129
129
DCD LCD_IRQHandler ; LCD
130
130
DCD USB_IRQHandler ; USB
131
-
131
+
132
132
__Vectors_End
133
133
134
134
__Vectors_Size EQU __Vectors_End - __Vectors
@@ -139,7 +139,7 @@ __Vectors_Size EQU __Vectors_End - __Vectors
139
139
Reset_Handler PROC
140
140
EXPORT Reset_Handler [ WEAK ]
141
141
IMPORT __main
142
- IMPORT SystemInit
142
+ IMPORT SystemInit
143
143
LDR R0 , =SystemInit
144
144
BLX R0
145
145
LDR R0 , =__main
@@ -213,7 +213,7 @@ TSC_IRQHandler
213
213
DMA1_Channel1_IRQHandler
214
214
DMA1_Channel2_3_IRQHandler
215
215
DMA1_Channel4_5_6_7_IRQHandler
216
- ADC1_COMP_IRQHandler
216
+ ADC1_COMP_IRQHandler
217
217
LPTIM1_IRQHandler
218
218
TIM2_IRQHandler
219
219
TIM6_DAC_IRQHandler
Original file line number Diff line number Diff line change 27
27
; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
28
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
29
29
30
- ; STM32L053C8: 64KB FLASH (0x10000) + 8KB RAM (0x2000)
30
+ ; 64KB FLASH (0x10000) + 8KB RAM (0x2000)
31
31
LR_IROM1 0x08000000 0x10000 { ; load region size_region
32
32
33
33
ER_IROM1 0x08000000 0x10000 { ; load address = execution address
Original file line number Diff line number Diff line change 27
27
; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
28
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
29
29
30
- ; STM32L053C8: 64KB FLASH (0x10000) + 8KB RAM (0x2000)
30
+ ; 64KB FLASH (0x10000) + 8KB RAM (0x2000)
31
31
LR_IROM1 0x08000000 0x10000 { ; load region size_region
32
32
33
33
ER_IROM1 0x08000000 0x10000 { ; load address = execution address
You can’t perform that action at this time.
0 commit comments