Regarding Dubug Mode ProcessorExpert file Issue?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Regarding Dubug Mode ProcessorExpert file Issue?

953件の閲覧回数
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 返答(返信)

795件の閲覧回数
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

795件の閲覧回数
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 件の賞賛
返信

795件の閲覧回数
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 件の賞賛
返信