Skip to main content
ZYubi
Associate III
February 15, 2019
Question

How to read and write 4K BKPSRAM?

  • February 15, 2019
  • 4 replies
  • 1120 views

I can't the way in Demo samples.

This topic has been closed for replies.

4 replies

ZYubi
ZYubiAuthor
Associate III
February 15, 2019

I can't find the way in Demo samples.

ZYubi
ZYubiAuthor
Associate III
February 15, 2019

__PWR_CLK_ENABLE();

HAL_PWR_EnableBkUpAccess();

HAL_PWR_EnableBkUpReg();

 __HAL_RCC_BKPSRAM_CLK_ENABLE();

above program can be used in F407, but can't be compiled in H750

Tesla DeLorean
Guru
February 15, 2019
Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
ZYubi
ZYubiAuthor
Associate III
February 18, 2019

Thank you! Now It is OK.​