Reuse of MISO (X0D00)

Technical discussions around xCORE processors (e.g. xcore-200 & xcore.ai).
Post Reply
jmag99
Active Member
Posts: 35
Joined: Tue Jul 20, 2010 9:45 pm

Reuse of MISO (X0D00)

Post by jmag99 »

I am attempting to re-use the MISO pin on a XS1-U8A-64. I am using as an I2C SCL pin with a 10K pull-up on it. When I drive the line low, it only gets to 2V. I measured with a meter that the line has 10K to 3.3V. It appears to be open to GND. I am using the I2C_Simple module. Any idea why this might be?


jmag99
Active Member
Posts: 35
Joined: Tue Jul 20, 2010 9:45 pm

Post by jmag99 »

Also, I should add that SDA goes low properly and is on one of the other SPI lines (reused after bootup). This line also has a 10K resistor. I am trying to determine what is different.
stdefeber
Active Member
Posts: 35
Joined: Wed Dec 18, 2013 9:20 pm

Post by stdefeber »

Did you check the specific port properties ?
User avatar
Ross
XCore Expert
Posts: 966
Joined: Thu Dec 10, 2009 9:20 pm
Location: Bristol, UK

Post by Ross »

Is the SPI device driving against it? (is SS high?)
jmag99
Active Member
Posts: 35
Joined: Tue Jul 20, 2010 9:45 pm

Post by jmag99 »

Thanks, that was it. I assumed it would be left as an input with the pull-up causing it to keep SS high, but that was not the case for some reason.
Post Reply