DTM firmware producing error while setting up Tx power

Hello,

I am trying to test the DTM firmware on my nrf52832 device using the DTM example for pca10040 under SDK 15.0.0

As a test I have been using the GUI found on https://github.com/olleheugene/nRF-DTM.

The console produces the following logs before showing the error at the end:

16:28:32 | INFO> Starts Transmission
16:28:32 | DEBUG> Connects to port: COM4
16:28:32 | DEBUG> Read Supported Features
16:28:32 | DEBUG> Sending command Set Read Supported
16:28:32 | DEBUG> data1 is : 4
16:28:32 | DEBUG> data2 is : 0
16:28:32 | DEBUG> >>> 1: 4 0b100 0x4 / 2: 0 0b0 0x0
16:28:32 | DEBUG> <<< Receive event: Set Read Supported, Len: 2
16:28:32 | INFO> Supported Feature list
16:28:32 | INFO> + Data Packet Length Extension
16:28:32 | INFO> + 2M PHY
16:28:32 | DEBUG> Sending command Setup RESET
16:28:32 | DEBUG> data1 is : 0
16:28:32 | DEBUG> data2 is : 0
16:28:32 | DEBUG> >>> 1: 0 0b0 0x0 / 2: 0 0b0 0x0
16:28:32 | DEBUG> <<< Receive event: Setup RESET, Len: 2
16:28:32 | DEBUG> Set TX Power
16:28:32 | DEBUG> Sending command Set Tx power
16:28:32 | DEBUG> data1 is : 9
16:28:32 | DEBUG> data2 is : 0
16:28:32 | DEBUG> >>> 1: 9 0b1001 0x9 / 2: 4 0b100 0x4
16:28:32 | DEBUG> <<< Receive event: Set Tx power, Len: 2
16:28:32 | DEBUG> *** The target does not support v5.2 TX power feature

I am not sure what does the error highlighted above mean and how to resolve it.

Any help would be appreciated.


Parents Reply Children
No Data
Related