Saludo
Cuando intento correr el programa se detiene en:
/* Disable interrupts and clear pending flags */
ldr r0, =NVIC_ICER0-----------------------------------------en esta linea se detiene
ldr r1, =NVIC_ICPR0
ldr r2, =0xFFFFFFFF
mov r3, #8
quisiera saber que esta pasando, cual es el error?
el programa estaba funcionando correctamente pero al volver a programar el micorcontrolador se detiene en ese punto, removi el micro de mi circuito y coloque uno nuevo, el error persiste.
Agradeciendo su ayuda y pronta respuesta
Jonny
解決済! 解決策の投稿を見る。
Hi,
please check if this is because of watchdog. refer this url:
Have a great day,
Zhang Jun
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi,
please check if this is because of watchdog. refer this url:
Have a great day,
Zhang Jun
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thanks a lot, that was correct
Have a nice day
you are welcome!
Have a great day,
Zhang Jun
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------