NRF5340 direct test mode example project failed to set the tx power.

I used this direct test mode sample project:  "ncs\v2.6.1\nrf\samples\bluetooth\direct_test_mode"

I can connect and test it normally on the nRF5340 development board with the comprehensive

test instrument through the serial port, but after I added Bluetooth's default launch power settings,

it cannot be connected to the integrated test instrument :

set the BLE default tx power in the  direct_test_mode\boards\nrf5340dk_nrf5340_cpunet.conf  as follow:

CONFIG_BT=y
CONFIG_BT_CTLR=y
CONFIG_BT_CTLR_TX_PWR_PLUS_3=y

When I compile the firmware burning to the development board and
connect the comprehensive test instrument through the serial port,
the RTT Viewer printing information of NetCore is as follows
"UART device not ready"
 
“Error initializing DTM transport: -5”
The following is the project directory I added to the configuration:
Trouble point out whether the configuration I add conflicts with the function of
this project. My purpose is to set a fixed launch power on the basis of this
Direct Test Mode routine.
Parents Reply Children
Related