Other Parts Discussed in Thread: TMS320F28335
Hi there,
I'm trying to implement CAN interface software module for TMS320F28335.
And I ran into problem.
Even if my modle works well in Self Test Mode, it doesn't work in normal operation mode.
In detail, even if TRS bit is set, I can't acquire appropriate TA bit.
In this case, do I have to look into my hardware?
1. I connected CAN_A and CAN_B module each other via external tranceiver chip.
2. I also confirmed that termination resistor is connected. (120ohm for CAN_A, 120ohm for CAN_B)
3. Baud rate is set by default. (1Mbps, 150MHz System Clock)
What else, do I have to check?
P.S
This is my STM test result. (in normal mode, program stays at while loop (that is, "while( until TA is set)").
CAN_A: Message was sent by Mailbox_1 , Message was received in Mailbox_0
CAN_B: Message was sent by Mailbox_1 , Message was received in Mailbox_0