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

相关文章:

  • 2022-12-23
  • 2022-01-07
  • 2021-07-28
  • 2021-08-01
  • 2021-08-19
  • 2021-09-07
  • 2022-02-07
  • 2022-02-28
猜你喜欢
  • 2021-06-16
  • 2021-10-11
  • 2021-11-24
  • 2021-12-05
  • 2021-12-16
相关资源
相似解决方案