MPC5606B - Shared data between application and bootloader

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

MPC5606B - Shared data between application and bootloader

ソリューションへジャンプ
608件の閲覧回数
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 解決策
527件の閲覧回数
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 返答(返信)
528件の閲覧回数
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

527件の閲覧回数
jakubhusak
Contributor I

Thanks,

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

Dik

Jakub

0 件の賞賛