Reset_Handler() at boot.S:69 0x410

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Reset_Handler() at boot.S:69 0x410

Jump to solution
757 Views
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

Labels (1)
0 Kudos
1 Solution
555 Views
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!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

3 Replies
556 Views
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!
-----------------------------------------------------------------------------------------------------------------------

555 Views
jonnyescobar
Contributor II

Thanks a lot, that was correct

Have a nice day

0 Kudos
555 Views
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 Kudos