Tool/software: Code Composer Studio
I have an application which I have been developing for some time using Matlab 2018b (and previous versions) and the TI C2000 SImulink support package.
I now have the requirement to transmit a remote frame from the F28075. I added a CAN Pack and eCAN Transmit block (like I've done many times before) but this time I selected the "Remote Frame" check box in the CAN Pack block, and set the DLC to 1 (as required in this application). The module transmits the CAN frame with DLC=1, however it isn't a remote frame (RTR bit is not set) and it is sending one data byte (which should not be present in a remote frame.)
It appears the F28075 isn't setting the RTR bit and is sending one data byte even though I have the remote frame checked.
Any thoughts on why this might be?
Thanks,
Don