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: Bluetopia support for STM32L4XX

Part Number: CC2564MODA


We are using CC2564MODA with STM32L451CE, after investigating Bluetopia examples with STM32F4.
I can see the for example hcitrans.dma is completely written over STM32F4XX driver and not abstracted from STM32F4 MCAL layer.
So we would like to use Bluetopia with STM32L4, Do we have any solution other than writing the hcitrans.dma and other Bluetopia drivers from scratch ? 
Also we can't replace stm32f4xx_usart.c with stm32l4xx_usart.c cause Bluetopia is using an old drivers with APIs can't be found in the corresponding stm32l4xx_usart.c

CC2564MODA

  • Hi,

    There is unfortunately little you can do other than rewrite the porting layer files. I suggest you use the existing HCITRANS.c as a guide for implementing the needed functionality with the new STM32L4XX drivers.

    Let me know if you need more clarification or have further questions on porting Bluetopia from STM32F4 to STM32L4XX.

    Regards.
    Michael