bootloader 關閉看門狗

  

#define pWTCON 0x53000000
disable_watchdog:
ldr r0, =pWTCON
mov r1, #0x0
str r1, [r0]di

相關文章
相關標籤/搜索