Tool/software: Code Composer Studio
hi,
I have downloaded the source code for PWM (TM4C123G-launch pad evalution kit). After flashing code , it will stuck in default interrupt handler( tm4c123gh6pm_startup_ccs.c).
//*****************************************************************************
//
// This is the code that gets called when the processor receives an unexpected
// interrupt. This simply enters an infinite loop, preserving the system state
// for examination by a debugger.
//
//*****************************************************************************
static void
IntDefaultHandler(void)
{
//
// Go into an infinite loop.
//
while(1)
{
}
}
I just want to know , some configuration is missing or its a problem with board.
Thanks in advance,
Regards,
sankari.