Right now I am using the High Power Motor Drive kit. I need to get data, on the order of 80byte packets, every 100us. This is just for testing and not needed for production.
CAN can't do it, unless I only look at one value at a time and buffer multiple samples in one packet. This is not ideal as we want to see all 80bytes of data together.
I was going to try SPI by using an SPI to USB device but I am concerned with the overhead on those devices. I confirmed that at least one of the commercially available devices has too much overhead and can't maintain an 80byte data packet every 100us.
There isn't enough memory on the 28335 to buffer enough packets to send later.
On board FLASH is too slow.
The JTAG interface is too slow, however can I use the XDS560? It claims 2MBytes/s. Has anyone tried this? Can I access the JTAG interface from a native program?
Any other ideas?
Thanks