hi
I am triying to debug my program, this stop on ldr r0, there is a discussion but the link doesn't work
Thread [1] <main> (Suspended : Signal : SIGTRAP:Trace/breakpoint trap)
__boot() at boot.S:66 0x7cc
the code where happen is:
/* Disable interrupts and clear pending flags */
ldr r0, =NVIC_ICER0
ldr r1, =NVIC_ICPR0
ldr r2, =0xFFFFFFFF
mov r3, #8
thanks a lot