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.

CC2564MODA: How to load init script (BTS) files on CC2564MODA

Part Number: CC2564MODA


Hi,

I am using CC2564MODA module to integrate the BLE functionality into my existing product. Hence trying to communicate using HCI interface over 3 wire UART. I read in the blogs that we need to install init script (BTS) on every power on. I have converted the BTS file to C arrays to transfer it using code.

But is there any way to transfer it using plain terminal? or HCITester tool? I tried to open the .bts file using File-Open in HCI tester but could not load the complete file.

Do we need to convert the BTS filein any other format to send it from HCITester?

By transfering it using plain terminal I will be able to debug the command response of HCI protocol .

Vishal N