This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

TWI SCL and SDA pins 7 and 6 not working on NRF52

Hello,

I built a simple I2C application for the LMP91000 and I was successfully able to configure it to read the status register.

However, I tested to see if I could use pin 6 and 7 for SCL and SDA respectively. However, when I did, nothing happened. When I tested it on other GPIO pins it worked well.

I then saw that P0.06 and P0.07 is used for TXD and CTS respectively from the guide on the back on the NRF52. Is there any way to go around this?

Thanks.

Parents
  • By 'NRF52' I assume you mean 'nRF52 development kit' because the chip itself (nRF52832) doesn't care what you use the pins for.

    The manual covers this when talking about the interface MCU. If you don't connect a terminal to the virtual COM port the lines are tri-stated so they should have no effect on anything else using them. There are also solder bridges you can cut to entirely disconnect the interface UART from the pins. Of course you need to solder them back if you want to use that again.

    Best solution is not to use those pins on the development board, there's plenty of other ones you can use.

Reply
  • By 'NRF52' I assume you mean 'nRF52 development kit' because the chip itself (nRF52832) doesn't care what you use the pins for.

    The manual covers this when talking about the interface MCU. If you don't connect a terminal to the virtual COM port the lines are tri-stated so they should have no effect on anything else using them. There are also solder bridges you can cut to entirely disconnect the interface UART from the pins. Of course you need to solder them back if you want to use that again.

    Best solution is not to use those pins on the development board, there's plenty of other ones you can use.

Children
No Data
Related