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

Comments on Do we need to use pull up resistors in SPI lines when the ADC and Microcontroller are far apart

Post

Do we need to use pull up resistors in SPI lines when the ADC and Microcontroller are far apart

+2
−0

I have an ADC board. This board will communicate with a STM32 develoment board via SPI interface. I am using jumper cables for connecting the ADC SPI lines to ST32 evaluation board.

Below is my ADC schematic. I gave the ADC schematic for review to the concerned analog devices team. The response received is given below.

We recommend adding the pull-up resistors on all lines. Generally, a 10k pull-up resistor can be used. However, if track/distance is long i.e. more than 5 to 8 inches then we would suggest using a 4.7k resistor. It could be useful to design these pull-up resistors in and they can be used as a ‘population option’.

Image_alt_text

For robustness and reliability (over time) Analog devices suggested to include pull-up resistors on the connector J4 going to the SPI pins.

May I know your thoughts.

History

2 comment threads

So add pull ups? (4 comments)
How far? How fast? (2 comments)
How far? How fast?
Olin Lathrop‭ wrote 8 months ago

How far? How fast?

newbie‭ wrote 8 months ago

Maximum 15cm. Speed I need to check with firmware team.