Analyze CAN bus signals #338
Unanswered
praveenvsn
asked this question in
Q&A
Replies: 1 comment
-
|
I have never tested it, but in theory you should be able to directly see CANL channel on high-speed or CANH in low speed according to these specs:
The PICO GPIOs count as low anything below 1.8v, so it matches CANH for low speed and CANL for high speed. Beware not mixing these as CANL in low speeds can get up to 5V (if you have a PICO with the RP2350 A4 it should be tolerant but I'm not responsible if it gets fried... xD) and CANH does not swing enough to be read. To connect it check the Wiki section about barebones configuration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to debug an issue with a CAN Transceiver where in, the MCU is sending the data to MCP2515 via SPI, but the receiving end is not seeing any message.
I would like to check if the signals are going through on the CANH and CANL lines.
Beta Was this translation helpful? Give feedback.
All reactions