cancel
Showing results for 
Search instead for 
Did you mean: 

How to read and write 4K BKPSRAM?

ZYubi
Associate II

I can't the way in Demo samples.

4 REPLIES 4
ZYubi
Associate II

I can't find the way in Demo samples.

ZYubi
Associate II

__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

Thank you! Now It is OK.​