Hi,
I'm trying to do some power consumption measures on my LPC55S69 with the MCU Link Pro debugger. I want to export those measures on my computer and display them on octave (same as matlab) but the problem is that the .bin generated with all the data is in a specific format that I can't understand.
Basically, I understood that there is a header of 22 bytes with for example, the magic number which is 4 bytes long. The problem is that I don't know the type of variable that is coded is it a float, fixed, int, uint? And this is the problem with all the variable in this file. The doc that I have is linked to this post.
If someone could help me with this it would be nice,
Thank you.
LOMBARD Loris