This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EnableTestMode

Hello,

I'm using 7Layer Automation Explorer - InterLab Bluetooth RF Test Solution. To comunicate with 2540 USB-Teststick with Stack v1.4.1. I got problems with the enable Testmode and other commands.

Sequence is:

Command: Reset
Send: 0x01030C00
Expected: 0x040EXXXXXXXX00
Received: 0x040E0401030C00


Command:  SetEventFilter
Sent:     0x01050C03020002
Expected: 0x040EXXXXXXXX00
Received: 0x040E0401050C01
Error

Command:  WriteScanEnable
Sent:     0x011A0C0103
Expected: 0x040EXXXXXXXX00
Received: 0x040E04011A0C01
Error

Command:  EnableTestMode
Sent:     0x01031800
Expected: 0x040EXXXXXXXX00
Received: 0x040E0401031801
Error

Send: 0x01030C00
Expected: 0x040EXXXXXXXX00
Received: 0x040E0401030C00
Success

Send: 0x011E2003002500
Expected: 0x040EXXXXXXXX00
Received: 0x040E04011E2000
Success

Send: 0x011F2000
Expected: 0x040EXXXXXXXX00
Received: 0x040E06011F2000
Success

Send: 0x011D200100
Expected: 0x040EXXXXXXXX00
Received: 0x040E04011D2000
Success

Send: 0x011F2000
Expected: 0x040EXXXXXXXX00
Received: 0x040E06011F2000
Success

Are there any vendor specific commands to enable this features?

  • Hello Thomas,

    I'm assuming you are running the HostTest application on the CC2540USB dongle. It also looks like you are mixing in some BR/EDR HCI commands which are not supported by the CC254x LE-only devices.

    Please see the Using Production Test Mode (PTM) article on the TI BLE Wiki: processors.wiki.ti.com/.../PTM . These DTM commands are included in the HostTest application.

    Best wishes