This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C129ENCPDT: working on CAN software

Part Number: TM4C129ENCPDT
Other Parts Discussed in Thread: EK-TM4C129EXL

hi,

I want help on the working of CAN software on TM4c129encpdt (ek-tm4c129 launchpad).

  • First, you need to add a CAN transceiver to one or both of the CAN modules on the TM4C1294 as there are no CAN transceiver on the EK-TM4C1294XL Launchpad. You need a minimum of two CAN devices on the network. There are some simple CAN examples in TivaWare. Once downloaded, the CAN examples will be in the directory C:\ti\TivaWare_C_Series-2.1.4.178\examples\peripherals\can.

    The DK-TM4C123G  design kit uses a less powerful CPU, but has the CAN transceiver already on board. There are examples specific to this board in TivaWare under: C:\ti\TivaWare_C_Series-2.1.4.178\examples\boards\dk-tm4c123g\can

  • i want to implement can software for ek-tm4c129exl. i tried with that example one but its not working. Every time i am debugging the code it goes to exit.c and terminates the program from interrupt enable function.