UJA1169 problem

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

UJA1169 problem

1,254 Views
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 Kudos
3 Replies

1,149 Views
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 Kudos

1,149 Views
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 Kudos

996 Views
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 Kudos