Part Number: TMS320F280025C
Other Parts Discussed in Thread: SYSCONFIG
I set up the CAN peripheral using SYSconfig. 500k, 2 object 1 transmit, one receive. I have a test message transmitting with each trasnition of the "life" LED about every second. If I enable external loop back, the message is transmitted as expected, and using a PEAK USB/CAN adapter, the PCAN application sees the correct 8 byte message and life is good...
until I turn off external loop back. Now, no test message is sent, the life LED is still blinking. The UART works and I can communicate with the board. board.c is the setup generated by sysconfig.
If I try to send a message to the board from PCAN, no interrupts are generated, I am stumped...
...help