Am working on CAN with k60DN512 controller, here i connected the PORTA_12 and PORTA_13 for CAN_TX and CAN_RX.
i)and i was trying to print some data through CAN, for that i took example code from this path "Freescale\Freescale_MQX_4_1\mqx\examples\can\flexcan"
then i compiled and load the code to controller but its not working properly, from that example when its enter in to Tx_Task() it is struggling "flexcan_send" this function.
ii)What i have to do for this, want to any changes in BSP file for CAN configurations,
iii) Am using the CAN0 so how to configure for this.