MPC5606B - Shared data between application and bootloader

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

MPC5606B - Shared data between application and bootloader

跳至解决方案
1,157 次查看
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 解答
1,076 次查看
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

在原帖中查看解决方案

2 回复数
1,077 次查看
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

1,076 次查看
jakubhusak
Contributor I

Thanks,

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

Dik

Jakub

0 项奖励
回复