This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

is writing ready flash this involved?

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?

Parents
  • 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.

Reply
  • 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.

Children
No data