MPC5606B - Shared data between application and bootloader

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

MPC5606B - Shared data between application and bootloader

Jump to solution
588 Views
jakubhusak
Contributor I

Hello,

is there a register that could be used to share data between two applications (bootloader and application)? I need a place where I could put a message to be passed from application to bootloader when the reset is intentional and software initiated. In other words, I need a place that is guaranteed to be zeroed on POR and not initialized for other reset reasons.

Thanks

Jakub

1 Solution
507 Views
petervlna
NXP TechSupport
NXP TechSupport

Hi,

Please see the core reference manual:

https://www.nxp.com/docs/en/reference-manual/e200z0RM.pdf?fsrch=1&sr=1&pageNum=1 

chapter 2.4.4 Reset Settings

You can use GPRS, however they are undefined on POR. You can easily put a check of POR and initialize it to 0 in you SW.

Peter

View solution in original post

2 Replies
508 Views
petervlna
NXP TechSupport
NXP TechSupport

Hi,

Please see the core reference manual:

https://www.nxp.com/docs/en/reference-manual/e200z0RM.pdf?fsrch=1&sr=1&pageNum=1 

chapter 2.4.4 Reset Settings

You can use GPRS, however they are undefined on POR. You can easily put a check of POR and initialize it to 0 in you SW.

Peter

507 Views
jakubhusak
Contributor I

Thanks,

I decided to use bit different approach, but this would work too.

Dik

Jakub

0 Kudos