Hi,
I am modifying the dcanTxTx demo app to run on the ICE V2.1 and using the DB-9 connection on the board. I have modified the code to use SOC_DCAN_0_REGS instead of the DCON1 registers. I get all through the initialization and put a message into the transmission request memory. I can see the set bits in TXRQ_X and TXRQ12 (both have 0x0001).
The control register was 0x1401 and I cleared the Init bit and set IE0 and EIE interrupts.
The control register is now 0x140A but I don't get any transmission (monitoring the output with a scope).
I'm sure I have not crossed a t or dotted an i ,any suggestions of what to look for.
I did a rather naive modification of the sample code and just substituted SOC_DCAN_0_REGS for SOC_DCAN_1_REGS. Also the code did seem to set up UART0 pins for DCOM0. I did NOT change DCAMModuleClkConfig(), dcan.c in the platform project. Because I don't understand it all and could not find anything in there that referred to DCAN1 so I figured it would start both. Also doesn't the fact that I get values back from the registers imply the clocks are working (foolish me...)
Thanks for the help
--jim schimpf