2025-03-25 1:47 PM
Hello,
I need to download some floating point arrays from STM32CubeIDE (v1.17.0). As understood, the only way to do this is to bring the array up in a Memory Browser window, and then select Export, to a file. Since this is in byte format, I then have to post-process the data with a script, to get the floating point numbers. The issue is that the download to file takes really long, on the order of 3 to 5 minutes for an array of size 8192. Am I doing something wrong, or approaching the data save incorrectly, or is that just the amount of time STM32CubeIDE takes to write to a file?
Regards,
Robert
P.S. Side question, will STM32Cube IDE ever allow saving data to a file in its original format?, i.e. float, like other IDEs out there?