bootloader 关闭看门狗

  

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

相关文章
相关标签/搜索