Hello!
I use Code Composer Studio Version: 5.2. and I need to write data from SPI memory into an output file.
I tried using GEL_MemorySave, but this seems to overwrite all existing data every time executed. Is it possible to write data from spi-memory in a loop to get an output file with all these data? Or how to write variables into an output file without deleting previous entries?
Thank you for your help!