Hello,
I am trying to run CANB on CPU2 but am not seeing anything output on the pins. Referring to this forum post, I don't see what I am doing differently, https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/787160/ccs-tms320f28379d-can-bus-assigned-to-cpu2.
I am using pin 12 Tx and pin 17 Rx. I have completed the following debugging steps but am starting to get to a point of not knowing what to try next.
- Successfully toggled a GPIO withCPU2 proving that my code to give CPU2 control over GPIO is working.
- Verified that DEVCNGLOCK1 -> CPUSEL10 is set to 0 allowing CPU2 selection to occur (Verified within CPU1)
- Verified CPUSEL8 -> CAN_B set to CPU2 (Verified within CPU1)
- Verified that PCLKCR10 -> CAN_B set to 1 to enable CAN_B clk before trying to write data to the registers (Verified wCPU2)
- Can see CAN_B data registers fill with the correct data but never sent out on the pins
Any other thoughts on what I might look into or try next?
Thanks