This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to export from uVision to Matlab

I am using uVision/MDK-ARM to develop a proof of concept for a signal processing application using the STM32F4 Discovery board.

I am in need to export selected segments of memory to Matlab, to do some statistical and spectrum analysis.

I tried the "Save" command available in the command area, but, unless I did not check carefully, it exports only in Intel Hex format, which is not easily imported in Matlab, short of writing a conversion program.

The "Save" feature in the Spectrum Analyzer of uVision does export only values captured by the SA itself, and not contiguous areas of memory.

Is there an easy way to export segments of memory either in straight binary format, or alternatively in CSV format, also accepted by Matlab ?

Thanks

0