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?