Hi folks,
I have beaglebone and launchpad LAUNCHXL-F280039C connected, and able to do CAN communication. (connection is in the way I mentioned in my other thread https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1201564/launchxl-f280039c-question-about-the-f28003x-launchpad-can-pins-connection-gnd-pin)
And now I am trying out with a logic analyzer (USB Logic Analyzer - 24MHz/8-Channel) to visualize the CAN messages. As instructed, it need connect the GND to the common GND, and a channel connected to CAN RX line to observe the transmitted message.
I first tried to connect the analyzer channel pin to the CAN_RX pin of my beaglebone green. It works that the detected CAN messages content is exactly what transmitted. This proves the CAN communication is working, and the configuration of logic analyzer is correct, too.
Then I tried to connect the analyzer channel pin to launchpad side. From the LAUNCHXL-F280039C user-guide about its onboard CAN transceiver and routing, my understanding is the GPIO5 pin is CANA_RX for launchpad, and I pushed the routing switch to down state, for sure.
But I couldn't get the CAN transmission detected as I got from the BeagleBone CAN_RX pin. I tried the messaging being BB to launchpad, or launchpad to BB, neither works.
Since the CAN communication is working and the analyzer could detect from BB's CAN_RX, what is the possible issue with my settings, to detect the transmission from the launchpad's CANA_RX?
Thanks in advance for the suggestions.
Regards,
Wei