Hi Friends,
I have bought a STM32F407 development board which supports Arduino IDE.
I have one problem! For my project, I need to store some parameters to STM32F407's flash memory (I don't want to use external memory for reduce the cost), but I could not find a method to do write data and read data...
For Arduino Board, we may use EEPROM methods, but seems it doesn't support for my board...
Could you please help me to find a good solution?
Thanks