problem jumping from bootloader to application

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

problem jumping from bootloader to application

746件の閲覧回数
frank747
Contributor II

Hello, S32 team.
I had problems jumping from bootloader to application. My application will go into defaultISR.
I confirm that interrupts have been disabled before jumping to the application. I connected to the running MCU and found that sometimes I could execute in the application for a period of time, sometimes I couldn't. Jumping to defaultISR may occur in startup_xx.s or in main. Before entering defaultISR, I can debug the program step by step.
What may be the cause of this problem? My application works well without bootloader.

ラベル(1)
0 件の賞賛
1 返信

623件の閲覧回数
dianabatrlova
NXP TechSupport
NXP TechSupport

Hello,

Do you use interrupts in the Application? If yes, did you relocate the vector table before the jump into the application by

S32_SCB->VTOR = (uint32_t)APP_START_ADDRESS; ?

I hope it helps.

Best Regards,

Diana

0 件の賞賛