Um... Whoops.
jeff-o
Posts: 181
Hey everyone,
A bit of an issue. I've designed a board that involves a propeller and an ADC. The ADC run on 5V, and communicates by SPI. Here comes the whoops: I forgot to implement level translation between the two! I checked over the datasheets and it looks like the ADC should be happy with the 3.3V data being sent from the Propeller, but no the other way around! The ADC will be sending at least 4.1V (and likely closer to 5) to the propeller.
Of course, the board has already been sent to the board house. So now, I either need assurance that the prop can handle 5V, or I need suggestions for a mod to the board - an inline diode, maybe?
Thanks!
A bit of an issue. I've designed a board that involves a propeller and an ADC. The ADC run on 5V, and communicates by SPI. Here comes the whoops: I forgot to implement level translation between the two! I checked over the datasheets and it looks like the ADC should be happy with the 3.3V data being sent from the Propeller, but no the other way around! The ADC will be sending at least 4.1V (and likely closer to 5) to the propeller.
Of course, the board has already been sent to the board house. So now, I either need assurance that the prop can handle 5V, or I need suggestions for a mod to the board - an inline diode, maybe?
Thanks!
Comments
OK, so that means the prop has built-in clamping diodes? Otherwise, I'd need to add an external diode to 3.3V. I'm worried that this method will reduce the speed to the serial data transmission.
FYI, I've run 4mbps SPI through a 2k2 resistor without problems
-Phil
Excellent. 2.2k it is! Thanks, all.