This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What's the best way to port CMSIS UART from STM32F0xx to STM32G0xx

An existing project runs on STM32F091, it use CMSIS USART driver (Async mode, ARM_DRIVER_USART Driver_USART1). Now I need to migrate this project to run on STM32G070. But for STM32G070, there aren't any USART driver under CMSIS driver (in keil's "manage run time environment"), except a header file for customary implementation. So what is the best way to migrate UART functionality? Do I need to implement a similar CMSIS USART driver for G0 series? (CMSIS should be easier for migration, now it seems to cause more trouble.)