Regarding Dubug Mode ProcessorExpert file Issue?

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

Regarding Dubug Mode ProcessorExpert file Issue?

948 Views
sanketkulkarni
Contributor III

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) 

Tags (1)
0 Kudos
Reply
3 Replies

790 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

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

790 Views
sanketkulkarni
Contributor III

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.

0 Kudos
Reply

790 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hi Sanket,

Which chip , which IDE version ? 

Please take screenshot show me which and where the  four functionalities you mentioned , thank.

BR

Alice

0 Kudos
Reply