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.

TMS320F28379D: CAN Simple Transmit and Receive Examples - TI Microcontroller TMS32028379D

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

I'm not sure if I am doing this right, but I have connected two launchpads to separate workspaces to execute the simple transmit and receive examples. However I am unsure why the loop below is not executing.

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

I configured the debuggers by serial number based on a tutorial I found online. In terms of wiring the nodes, is it correct to physically connect CANH to CANH and CANL to CANL for each microcontroller?