Reset_Handler() at boot.S:69 0x410

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Reset_Handler() at boot.S:69 0x410

跳至解决方案
943 次查看
jonnyescobar
Contributor II

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

标签 (1)
0 项奖励
回复
1 解答
741 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi,

please check if this is because of watchdog. refer this url:

KDS 3.0.0 unable to debug


Have a great day,
Zhang Jun

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

3 回复数
742 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi,

please check if this is because of watchdog. refer this url:

KDS 3.0.0 unable to debug


Have a great day,
Zhang Jun

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

741 次查看
jonnyescobar
Contributor II

Thanks a lot, that was correct

Have a nice day

0 项奖励
回复
741 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

you are welcome!


Have a great day,
Zhang Jun

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复