Dear Support,
I have adjusted the radio test example in SDK16.0 for my custom hardware application using the nRF52840. I have followed the instructions on this page to setup.
And I set my own RX and TX pins by adjusting the PCA10056.h
#define RX_PIN_NUMBER NRF_GPIO_PIN_MAP(0,25)
#define TX_PIN_NUMBER NRF_GPIO_PIN_MAP(1,0)
When i connect to the serial port with putty I see the radio test example started, but i am unable to enter anything.
If I run the code on the dev board I can get it to work, i'm not sure if there is something I am doing wrong?