Save Data from STM32 Nucleo F334R8 when powered by battery for later serial tranfering
Hello ,
I am using Nucleo F334R8 on a mobile battery-powered robot and I want to save data from my Analog input in order to be able check these data offline (connect to PC via USB after every experiment).
My data are floating points from AnalogIn class with max. sampling frequency 100 (or less) Hz and my experiments will last maximum 30 seconds.
I tried connecting to PC after the experiment without removing battery source but even then when the platform connects with USB it resets .
What are the possible solutions from my problem?
I have read about EEPROM memory in Arduino platforms but in STM32 there is not .
All solutions are welcome but I am first searching for the one without an external card if possible.
Giannis
