Regarding Dubug Mode ProcessorExpert file Issue?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Regarding Dubug Mode ProcessorExpert file Issue?

943 次查看
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) 

标记 (1)
0 项奖励
回复
3 回复数

785 次查看
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

785 次查看
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 项奖励
回复

785 次查看
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 项奖励
回复