My dear friends,I have some questions about the sending function of TMS570ls1227 DCAN
TMS570LS1227 Using the test program from TI's official website ,But the sending function of the program has not been successful.
call the function of “canTransmit(canBASE_t *node, uint32 messageBox, const uint8 * data)” the success Flag is always 0.
if ((node->TXRQx[regIndex] & bitIndex) != 0U)
{
success = 0U;
}
May I ask what is the reason? My project files are stored in the annex.