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: CC2564MODA with STM32F407VG discovery

Part Number: CC2564MODA
Other Parts Discussed in Thread: CC2564

I am trying to use CC2564MODA and it's stack CC256XSTBTBLESW to work on STM32F407VG discovery, I am trying to use the provided examples, I know that the examples use STM3240G-EVAL.
I tried reconfiguring HCITRCFG.h, but still the Bluetooth isn't discoverable. Is there anything more needed to be done ?

  • Hi,

    As Hari mentioned in your previous thread, we do not have any port of the TI Bluetopia BT stack that runs on a newer version of the STM32 drivers.

    If the driver APIs used in the newer version of the STM32 SDK have changed, then you will likely also need to modify HAL.c/.h.

    When you mention that Bluetooth isn't discoverable, does the stack initialize correctly? Are you able to startup the CC2564 and load the servicepack code, or are you stuck before that stage?

    Regards,

    Michael

  • Hi, 
    This Thread isn't about porting STM32 HAL, I am using the HAL provided in your package.
    How could I know whether the stack initialize correctly or not? or whether it was stuck or not

  • Hi,

    Are you using one of the examples provided in the SDK? In each example, there is the OpenStack() function that runs to initialize the stack. Does that function run successfully?

    Regards,

    Michael