Hello,
I am currently having my product, which is based on the nrf52810 SOC, tested and certified. I have been told to set my device up to use the DTM firmware example in order for the testing agency to effectively test the device. I do not have access to pins 6 and 8, which are the default pins for the DTM example (they are used by other hardware), so in order to work around this I changed the RX and TX pins to open GPIO pins on the device. This has not been successful, the DTM software gives me a simple error message saying that it cannot communicate with the device and to make sure that the correct firmware is uploaded. I have tried a shared ground between my UART adapter (sparkfun) and other solutions however none have made a change. If I probe the device while it is running, it is clear that it has not hit an error, the device continues running though the main loop. I have also went into the board header file (pca100040.h) and made sure that there are no pins assigned to the ones I am using for RX and TX. Any suggestions on how to solve this issue would be appreciated.
Thank you!
M