I have follow the CAN example "can_ex1_loopback.c" for the LAUNCHXL-F280025C. In this example the pin out configurations is as follow:
//CANA -> myCAN0 Pinmux
GPIO_setPinConfig(GPIO_12_CANA_RX);
GPIO_setPinConfig(GPIO_13_CANA_TX);
The problem is that the CAN transceiver in the LAUNCHXL-F280025C is connected to GPIO32 and GPIO33. When I change the pin configuration I don't see any data going out from GPIO33_CANA_TX.
Is there a special configuration that needs to be done in order to have the right configuration for the CAN bus using GPIO32 and GPIO33?
Best,
Wilson Martinez