Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 7 months ago.
How to use flash memory?
I am working with the ST Nucleo L432KC and want to store variables in a text file, which I can read while starting up the device. Unfortunately all files which I am copying to the device disappear when unplugging and replugging the USB cable. How can I achieve my goal?
EDIT - I found following project to target my issue: https://my.st.com/content/my_st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-expansion-packages/x-cube-eeprom.license=1526656984878.html
But I couldn't find steps for how to integrate it in my project. Can somebody tell?