Other Parts Discussed in Thread: TDC1000, TMS320F28035
Hello,
I am communicating with the TDC1000-C2000EVM via Serial communication where I am basically utilizing the time values to calculate fluid flow. The commands as in the host_interface.c file are working except for the Command_C2000SPI_Config_Write, which works on a specific range of Hex values.
It seems like there are certain Hex values that are not being transmitted successfully. Hex values 0x41 until 0x46, then 0x60 until 0x66 are not being written succesfully. For example, writing the value 0x45 (which is the reset value as stated in the TDC1000 datasheet www.ti.com/.../snas648b.pdf) on register address 0h is written on the Byte as 0x0E (at least that's what the serial write command reurns, and when I read the data registers via the GUI, the register also contains value 0x0E). How then could I write this value to this register?