Skip to main content
Associate II
March 25, 2025
Question

slow data dump from Memory Browser window

  • March 25, 2025
  • 0 replies
  • 422 views

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 post-process the data with a script, to get the floating point numbers.  But the download to file takes pretty 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 support saving data to a file in its original format?, i.e. float