I'm testing the CAN library from StellarisWare with two Stellaris LM4F120 boards. One is programed with the simple_tx code and the other with the simple_rx example code and the other with the simple_rx example code. Both codes were adapted to the LM4F120 with the right CAN pins. The CANTX of one board is connected directly to the CANRX pin of the other, and vice-versa. When both boards are running, no message of "send/receive success" are sent through UART to the terminal. The board with the simple_tx code only keeps counting the sent message but the "total count" is always zero. Terminal communication via UART is working well on both boards. What can I do?