Other Parts Discussed in Thread: ADS1220
Hi Team, seeking for some assistance.
1. I take data from 3 ADS1220 channels.
2. this communication is done bwtween ADS1220 and MSP4305529 on SPI.
3. I save sampled 24 bit value into 32 bit long variable.
4. I shift each 32 bit to UART (8bit) in four parts.
5. I would like to view and furthur process results in maltab(i was succesful in PYthon)
6. i am reciving data in matlab but have no idea how to sort the data.
furthermore
after shifting all three channel data in uart(only single sample) I send '/A/' as a delimiter to seperate data. in chunks of 12 bytes(4byte of data for each channel).
i used Fread command in matlab but with precision of uint8 where i see data coming in but when i try to use uint32 the data is not what i expect.
-Mark