mirror of
https://github.com/brain-hackers/boot4u
synced 2025-01-03 18:10:06 +09:00
add stop LPTMR
This commit is contained in:
parent
0a091e3515
commit
cbf1b89241
@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
_start:
|
_start:
|
||||||
cpsid i
|
cpsid i
|
||||||
|
//LPTMR0 interrupt stop
|
||||||
|
ldr r0, =0x4102e000
|
||||||
|
eor r1, r1, r1
|
||||||
|
str r1, [r0]
|
||||||
//M4 RTOS loader
|
//M4 RTOS loader
|
||||||
ldr r0, =0x1FFD2000 //M4 SRAM start addr
|
ldr r0, =0x1FFD2000 //M4 SRAM start addr
|
||||||
ldr r1, =0x67400000 //M4 RTOS preload addr
|
ldr r1, =0x67400000 //M4 RTOS preload addr
|
||||||
|
Loading…
Reference in New Issue
Block a user