Other Parts Discussed in Thread: HALCOGEN
Hello.
I want to do CAN loopback test, and searched for similar questions in the community.
I found this thread.https://e2e.ti.com/support/microcontrollers/hercules/f/312/p/257078/907180#907180.
I saw the source code(3005.dcan.zip) in that thread, so I am referring.
So I have questions.
(1) This source code is implement to "24.14.4 Loop Back Combined with Silent Mode" in Safety Manual(SPNU499B) ?
(2) "IFX[2];" is what indicate? I think, IFX[0] = buffer for RX,and IFX[1] = buffer for TX.
After some data in IFX[0] , comparing whether the values IFX[1] and IFX[2] are the same or not ?
Best Regads