Hi,
I Used nRF52832-CIAA-R in my ongoing product development.
I need two UART and one I configured PIN(P0.6 and P0.8) for GSM.
Can I use any GPIO pin as a UART for GPS?
Thank You.
Hi,
I Used nRF52832-CIAA-R in my ongoing product development.
I need two UART and one I configured PIN(P0.6 and P0.8) for GSM.
Can I use any GPIO pin as a UART for GPS?
Thank You.
Yes, that is correct. The nRF52832 only have one UART peripheral, but you can choose which pins it is connected to when you initialize the driver. Therefor you need to disable and reinitialize the driver when you want to connect to another device connected to other pins.