Question
Using the backup SRAM?
Posted on November 30, 2017 at 12:35
MCU: STM32F777II
How can I use the backup SRAM to store non volatile data? Are there any examples?
Is there also way to let the compiler know that this is the area of RAM to use for allocating these variable which I want to store in the backup SRAM?
#stm32-f7 #backup-ram