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
  • Hi,

    You can reassign the TX RX pins by changing the definitions in the board file.

    For your product you should have your own version of the board file. Best to have a separate one for your board rather than change one of the SDK ones. Then include it by using a pre-processor switch e.g. MYBOARD instead of PCA10056 and have an entry in board.h use that to include your custom board file

Children
No Data
Related