Tool/software: TI-RTOS
Hi,
Using the information provided by Pavel in the linked thread, I have configured my Board to use the DCAN2 interface through the J21 Expansion connector.
I have made the following adjustments in the for the DCAN Example Project:
Macros: #define DCAN_MSG_OBJ_RAM_ADDR ((SOC_DCAN2_MESSAGERAM_BASE) + (DCAN_MSG_OBJ * DCAN_MSG_OBJ_SIZE)) Function Definitions: ExecTest(): gDcanAppInstance = DCAN2_APP_INST; DCAN2Prcm_clck_ram();
I believe these are the only places where I am able to distinguish between DCAN1 and DCAN2.
When I run my test, I am not getting output from the EVM to the PCAN. I can see the register values populating at 0x4848_0000 (the correct DCAN2 address) as the messages are attempted to be transferred out of the EVM.
I have confirmed my connections are correct going to and from the CAN Transceiver.
Please assist me in troubleshooting this issue.
Thank you,
Alec