DTM UART error

Hello,

We are preparing nrf52832xxAA for certification,

Im trying to compile DTM from nRF5_SDK_17.1.0 (same issue on v16.0)

Default UART pins run fine without error
  #define RX_PIN_NUMBER  8
  #define TX_PIN_NUMBER  6
 
but we need to remap them to
  #define RX_PIN_NUMBER  10
  #define TX_PIN_NUMBER  12

Then I always get UART ERROR EVENT, eventhough I pulled up both pins to 3.3V. Voltages are correct. Also tried to enable internal pullup on RXD, same outcome.
Looks like UART is not happy on those port.

datasheet says UART can be remapped to anything. I don't see anything using those pins in DTM.


No matter if we use our board or pca10040 with pull ups.

Parents Reply Children
Related