VBAT Register

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

VBAT Register

跳至解决方案
1,535 次查看
albertmartin
Contributor II

Good Mornig:

I'm yet doing a test of  RTC and LLWU.

The VBAT Register File, has some restriction?

I wanted to use it to store the value of the processing time. So, I am will update this register each second.

can be corrupted it?

I implemented it on MK60FN1M0VMD12  by Keil environment.

Thank you very much.

标签 (1)
标记 (2)
1 解答
1,272 次查看
PatriciaTeran
Contributor III

Hi, Albert

The only restriction that the VBAT register file has is that it can only store data up to 32 bytes, you just need to write directly into the VBAT register file adress: 0x4003E000.

Also consider it is only reset during a VBAT power-on reset and is not affected by the other reset types.

Hope it helps

Regards!

Patricia

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

2 回复数
1,273 次查看
PatriciaTeran
Contributor III

Hi, Albert

The only restriction that the VBAT register file has is that it can only store data up to 32 bytes, you just need to write directly into the VBAT register file adress: 0x4003E000.

Also consider it is only reset during a VBAT power-on reset and is not affected by the other reset types.

Hope it helps

Regards!

Patricia

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

1,272 次查看
albertmartin
Contributor II

Thanks

thank you very much for the information.

it is very important for me.

Regards!

Albert

0 项奖励
回复