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

Keil::STM32F0xx_DFP doesn't include HAL drivers

Is there a reason why the MDK Keil::STM32F0xx_DFP doesn’t include CMSIS and HAL/StdPeriph
drivers for UART, SPI, I2C, etc. ? All the other Keil::STM32Fx DFPs appear to. It's just
that their absence makes porting across F0 <-> non-F0 projects more arduous as (I assume)
you have to manually load all the HAL drivers and configuration files into F0 projects
(and manually maintain them), or use CubeMX, which doesn’t support RTX.