Other Parts Discussed in Thread: TDC1000,
I found this information in the following
"" In command packet buffer GUI fills bytes 0-7: bytes0/1 constitute the command, rest any data associated with the command, bytes 8-31 is 0
In response packet buffer C2000 fills in bytes 8-31. Bytes 0-7 is usually left unchanged. Always a response is sent to let GUI know C2000 received the command. So the response packet is some times identical to command packet.
- For example
30 32 30 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
is a command (0x02) from GUI to do a TDC1000 spi byte write to register address (0x08) the value (0x0). Since this is a write command, the C2000 simply echos back the packet buffer w/o any change. ""
could you please explain the highlighted packet more.
1. I get that it is a 32 byte packet but cannot understand what is 3 in this packet.
i am planing to use python for serial communication with evm. please help me to understand how to communicate with the board with a simple example.
Thank you.
Samith
.