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

Direct Test Mode

Hi,

we have to program direct test mode software for our certification process of our device. What we did was: take the dtm example from Nordic SDK (v15.3.0) and programmed it to the device. Our certication lab gives us feedback that the mode does not work. It only gives the send data back (feedback loop). Is there anything we are doing wrong? Do we have to program something else to the device?

This is very urgend, so a quick answer would be very nice!!!

Kind regards

Sascha Schmidt

Parents Reply
  • is it possible to redirect the RX and TX pins to port 9 and 10? Because these are the pins for the NFC antenna to connect. Do I have to program something special to the dtm example other than defining these other pins?

    There is a preprocessor define that triggers the startup code to initialize the NFC pins as regular GPIOs. It is called CONFIG_NFCT_PINS_AS_GPIOS. Add this define to your project options then you should be able to use those pins as regular GPIOs.

Children
Related