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.

CC2564B custom board bring up issue

Other Parts Discussed in Thread: CC2564

Hi,

We are testing our custom designed proto board and had issues with the TI’s CC2564B(Dual-Mode Bluetooth controller) initialization.

RTS Pin of CC2564 is not becoming LOW as mentioned in the datasheet for successful initialization. Also tested our module according to the CC2564 testing guide wiki link (http://processors.wiki.ti.com/index.php/CC256x_Testing_Guide). As mentioned in the link, after the initialization process CC2564 is not pulling the RTS line LOW, that clearly indicates that Bluetooth controller is not getting initialized properly.

 

We have checked our Custom designed proto board and made sure that all the parameters mentioned in the testing guide is proper as below.

 

1) VDD_IN = 3.3V

2) VDD_IO = 1.8V

3) SLW_CLK = 32.768KHz ( Oscillator (1.8V) )

4) FAST_CLK = 26MHz ( Crystal )

5) nSTUD = GPIO _ MICRO _ CONTROLLER ( 1.8V with level shifter )

6) Using Hardware Flow Control

 

The UART communication(between CC2564 Bluetooth controller and STM32F4 Host controller) is done through level shifter from micro controller. 

Kindly guide whether we are missing anything here.