Hi,
I have Tiva C series (TM4C123GH6PGE) development board. We implemented CAN Open stack code using this development board and that CAN communication is working fine with Kvaster Leaf Light HS hardware testing tool. and we are using CCS compiler.
In development Board (TM4c123GH6PGE) We configured with CAN0 in PE4 (Rx), PE5 (Tx) and crystal is - 16MHz,
Now I have to implement the same CAN communication using TM4C123GH6PZ controller, the PCB board developed by us for our applications.
Our board We configured CAN0 in PF0 (Rx), PF3 (Tx) and 8 MHz crystal. using this configuration my CAN communication is not working.
Before initializing the PortF i Unlocked the PF0. by following code.
GPIO_PORTF_LOCK_R = 0x4C4F434B; // unlock GPIO Port F
Plz give me the solution.
Regards,
Yuvaraj N