I'm trying to plot an array of uint32_t but the values are truncated, not showing the correct value.
The values are originated in the SD24 of MSP430. To force the plotting process I need to scale each value to an array of uint16_t, but I lost the 8 lsb.
There is one way to plot uint32_t?
