Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

75%
+4 −0
Q&A CAN "split" pin, bus termination and common mode stabilization

Modern CAN transceivers like MCP2561FD that support CAN FD with high baudrates come with an optional feature called SPLIT, which is to my understanding a reference voltage output pin used to give a...

1 answer  ·  posted 2y ago by Lundin‭  ·  last activity 2y ago by Olin Lathrop‭

#1: Initial revision by user avatar Lundin‭ · 2021-09-24T09:21:28Z (over 2 years ago)
CAN "split" pin, bus termination and common mode stabilization
Modern CAN transceivers like [MCP2561FD](https://www.microchip.com/en-us/product/MCP2561FD) that support CAN FD with high baudrates come with an optional feature called SPLIT, which is to my understanding a reference voltage output pin used to give a common mode stabilization and thereby reduce radiated emissions. It gives out 0.5V<sub>dd</sub> so that would be the 2.5V idle voltage of CAN.

Example application from the above linked datasheet:

![MCP2561FD](https://electrical.codidact.com/uploads/M5Dgx7XuwEmXfQgFf2XSzrWT)

They don't show where the mentioned common mode choke should be placed. I've always used one and usually place it between the transceiver and the 120R terminating resistor.

But it would seem that they've placed the SPLIT pin at the centre of the terminating resistors? Can anyone explain the theory behind this pin and at what speeds it might become useful?

Am I correct in assuming the 60R + 60R are the terminating resistors? If so, what if the node is not the last one on the bus? How to connect this pin then? And where to place the common mode choke?