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.

CC256x on PAN1323 module SP download issue

Other Parts Discussed in Thread: CC2564

Dear,

I'm working on implementation of PAN1323 module on custom board. For evaluation, I use PAN1323ETU module connected directly to my PC throught FTDI FT232R USB-to-UART converter.

I setup RX/TX RTS/CTS crossing lines in accordance with CC256x datasheet and use external 32.768kHz oscillator to provide clock required by CC256x chipset. All my signals are drived at 3v3 voltage.

When I powered the PAN1323 module, I see HCI_RTS goes LOW. The module seems to be ready.

I checked 32.768kHz clock (after level shifter) : I have 32.768kHz at 0.1% precision.

After this, I tried to launch btool, and get a response of the module (but with timeout after) : Refer to log below

[1] : <Info> - 11:05:34.398
Port opened at 12/02/2014 11:05:34
------------------------------------------------------------------------------------------------------------------------
[2] : <Tx> - 11:05:34.858
-Type        : 0x01 (Command)
-Opcode        : 0xFE00 (GAP_DeviceInit)
-Data Length    : 0x26 (38) byte(s)
 ProfileRole    : 0x08 ( Central )
 MaxScanRsps    : 0x05 (5)
 IRK        : 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
 CSRK        : 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
 SignCounter    : 0x00000001 (1)
Dump(Tx):
01 00 FE 26 08 05 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 01 00 00 00
------------------------------------------------------------------------------------------------------------------------
[3] : <Rx> - 11:05:35.098
-Type        : 0x04 (Event)
-EventCode    : 0x0E (HCI_CommandCompleteEvent)
-Data Length    : 0x04 (4) bytes(s)
 Packets        : 0x01 (1)
 Opcode        : 0xFE00 (GAP_DeviceInit)
 Raw        : 01 00 FE 00
Dump(Rx):
04 0E 04 01 00 FE 00
------------------------------------------------------------------------------------------------------------------------
[4] : <Warning> - 11:05:44.858
GAP Device Initialization Timeout.
Device May Not Function Properly.
------------------------------------------------------------------------------------------------------------------------

The module answered to btool request. By consequence, UART lines are working properly.

I red Service Pack (SP) needs to be downloaded to initialize CC256x chipset. I get some *.bts file but I'm unable to download them on the target by any way (CC256x Bluetooth Hardware Evaluation Tool; teraterm)

Do you know the right way to download SP and the right SP to use ?

Thanks.