I am doing a debug, but after the build is done in debug Mode the Execution does not go to Main(), but loops at
PE_ISR(Cpu_Interrupt)
{
/* This code can be changed using the CPU component property "Build Options / Unhandled int code" */
PE_DEBUGHALT();
}
How to get rid of this and transfer the execution to Main Fast. I tried to set breakpoint at main Function but I am not able do it? (A slash comes onbreakpoint Symbol comes while setting breakpoint)
Hello Sanket,
Before it run into main() , it run to PE_ISR(Cpu_Interrupt) , so please check the start up code
and check whether select the right chip .
Which chip do you used , please first test a simple project , check whether can work well.
BR
Alice
Yes sir, the processor selection is correct. But the issue is the code is for four functionalities based on macros. But when I enable the bluemix macro it gives this error. so if you can tell the different things to check it will be really helpful.
Hi Sanket,
Which chip , which IDE version ?
Please take screenshot show me which and where the four functionalities you mentioned , thank.
BR
Alice