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