Hello,
I am currently attempting to interface my eCAN project (built from one of the demo projects) using the TMS320F28335 with Vector's CANape. This component is the last thing I need to communicate with everything on my CAN to prove everything out.
One of things that I have noticed is that 1-byte is 16-bits on the f28335, but it appears that 1-byte is only 8-bits inside of the ASAP2 definition file that everything else uses.
The issue I am seeing is that since everything only seems to accept 1-byte/8-bit data packets, how can I resolve the 1-byte/16-bit issue that I am seeing on this component? All of the messages coming thru are messed up from the 8-16-bit issue when I try to communicate with the f28335 whereas everything else in the network is fine.
Thanks.