mirror of
				https://github.com/brain-hackers/boot4u
				synced 2025-11-04 14:38:35 +09:00 
			
		
		
		
	add stop LPTMR
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user