You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pins for UART given in the schematic are backwards. The V2 schematic currently reads:
P0.06 UART_INTERNAL_RX
P1.08 UART_INTERNAL_TX
The correct assignment is:
P0.06 UART_INTERNAL_TX
P1.08 UART_INTERNAL_RX
I tried making P0.06 the Receiver pin and P1.08 the transmit pin but could not get serial communication to work. It worked when I switched. Here is a code snippet from using NRF device registers:
The pins for UART given in the schematic are backwards. The V2 schematic currently reads:
The correct assignment is:
I tried making P0.06 the Receiver pin and P1.08 the transmit pin but could not get serial communication to work. It worked when I switched. Here is a code snippet from using NRF device registers:
The text was updated successfully, but these errors were encountered: