UJA1169 problem

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

UJA1169 problem

2,819 次查看
w_lingjun
Contributor III

Hi,

I'm working on FBL development based on S32K142. Now  I've programmed the application code into flash by FBL successfully, but after boot, I can't jump application correctly. Following is the memory map of our project.

FBL.png

I make two tests in my bootloader project as below.

1)

main()

{

   Board_Init();

   Jump2App();

} // It can jump to application code.

 

2)

main()

{

   Board_Init();

   SBC_Init(); 

   Jump2App();

} // It can't jump to application code.

 

So I guess there is some special operation (such as DeInit?) for UJA1169 before jump to application code. I also initialize the SBC in application code because the application need SBC too. Is there anybody familiar with UJA1169 could give me some suggestion?

 

Best regards,

Sarah

0 项奖励
回复
3 回复数

2,714 次查看
razva_tilimpea
NXP Employee
NXP Employee

Hi,

Could you provide more details about how do you use SBC?

Based on available information I'm thinking that your do not feed the watchdog and reset is triggered.

To validate this possible root-cause please check reset signal or disconnect the SBC reset from MCU reset.

Best regards,

Razvan

0 项奖励
回复

2,714 次查看
w_lingjun
Contributor III

Hi Razvan,

I'm sorry reply so late that we have to stay at home because of novel coronavirus.

I set the SBC watchdog as below.

SBC Watchdog.png

And I feed the SBC and System wathdog every 80ms by a timer.

Is there any problem about my seetting?

And I will check the reset signal after we start working until Feb. 10.

Thank you very much for your support!

Best regards,

Sarah

0 项奖励
回复

2,561 次查看
crwang
Contributor I

Hello ,

did u fix this issues .

I met other issues : how to disable UJA1169 watchdog in bootloader .

can you help me figure out this .

thanks

0 项奖励
回复