Hello,
I would like to use the Hci_LeEnhancedReceiverTest and Hci_LeEnhancedTransmitterTest functions declared in SDK_26_03_00_KW47-EVK\mcuxsdk\middleware\wireless\bluetooth\host\interface\hci_interface.h from MCUXpresso SDK v26.03.00 on a KW47 MCU. Are these commands supported?
Additional information:
Could someone please confirm whether these DTM commands are supported for KW47 in this SDK release, and advise how to enable or obtain the required implementation (or point me to any necessary firmware/library/configuration)? Any guidance would be greatly appreciated.
Thank you.
Hello, hope you are doing well.
Both Hci_LeEnhancedReceiverTest and Hci_LeEnhancedTransmitterTest are supported in the SDK. These functions are gated behind the gHciCompleteHciCmdSupport_d guard and need to be enabled in the app_preinclude.h file from your project:
#define gHciCompleteHciCmdSupport_d TRUE
I would recommend using the hci_bb_bm_cm33_core0 project for testing, this example runs on the main CM33 core and acts as a transparent HCI bridge.
Are you currently testing with any example from the SDK? How were you enabling the gHciCompleteHciCmdSupport_d macro previously?
Once the hci_bb example is flashed with the macro enabled, you can use NXP Test Tool 12 to send HCI commands to the device. To access the full set of HCI DTM commands, load the latest BLE HCI command set file (BLE HCI 5.0 x.x.x.xml).
Also, these posts could be helpful for navigating the NXP Test Tool and DTM commands:
BLE HCI Application to set transmitter/receiver test commands
This article provides the steps to show how user could send serial commands to the device.
Bluetooth LE HCI Black Box Quick Start Guide
This article describes a simple process for enabling the user controls the radio through serial commands.
Best regards,
Sofia.
Hi @Takuya_Tanaka ,
this sometimes happens when the board is already connected when Test Tool 12 opens, or if another application is holding the COM port. Could you try closing any serial terminals or debuggers and unplugging the board before reopening the tool?
Best regards,
Sofia.
Hello,
When I open NXP Test Tool 12 while the KW47-LOC is connected to the PC via USB, the following error occurs and the application crashes. Could you please advise on the cause?
Takuya_Tanaka_0-1789016520286.pngTakuya_Tanaka_0-1789016520286.png
Thank you.