We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I was reading up on the flash eeprom and best I can tell for the stm32f chips this is needed. micromouseusa.com/
Has Keil mdk5 not provided a simple function?
Yes, although I think calling it NVRAM will be more inline with what it is.
Guessing ill have to convert this to 205. I had to fix the implicit declarations with prototypes.
static void RCC_AHB1PeriphClockCmd(char, bool); static void RCC_APB1PeriphClockCmd(char, bool); static void PWR_BackupAccessCmd(bool); static void PWR_BackupRegulatorCmd(bool);
but the following are unknown to the 205 RCC_AHB1Periph_BKPSRAM RCC_APB1Periph_PWR
Guessing the 205 has different naming and possibly different address ranges. The data sheet shows AHB1 with a BKPSRAM perf but these are unknown to the IDE. Do I have to enable this in RTE or add an include.