Hi,
My problem is when i am trying to enter the system debugger in keil with tm4c123g launchpad ,
(
This is the code that gets called when the processor receives a NMI. This
; simply enters an infinite loop, preserving the system state for examination
; by a debugger.
;
;******************************************************************************
NMI_Handler PROC
EXPORT NMI_Handler [WEAK]
B .
ENDP
)
the code is burned successfully but i can not enter the debugger.
