This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280049C: 不执行

Part Number: TMS320F280049C
Other Parts Discussed in Thread: LAUNCHXL-F280049C

CAN.C中

void
CAN_initModule(uint32_t base)
{
//
// Check the arguments.
//
ASSERT(CAN_isBaseValid(base));   //这句不执行是不是会对后面的循环造成影响呢?包括后面循环不出去是不是前面不执行CANA还是CANB的原因导致的呢?

 while(((HWREGH(CANA_BASE + CAN_O_ES) & CAN_ES_TXOK)) !=  CAN_ES_TXOK)