Please help me understand the relationship / layering between STM32 HAL drivers and Keil drivers.
Keil DFP seems to include STM32 HAL drivers. But they also provide their own drivers, which I assume are CMSIS-Drivers.
Thanks for your help!
Yeah this confused/confuses me too. I think Keil does provide some code specific to STM products so I think they may be an alternative to HAL*, but more likely an alternative to LL_ or SPL. I found the whole landscape quite daunting and it would be nice to see a document shows some simple project taking each of these solutions in turn. Even a simple Blinky project done in pure CMSIS, then in whatever the Keil pack provides that may be above CMSIS (if there is anything*), then SPL, LL and HAL.
GB
* Are the Keil device packs merely the headers for the STM parts or is there some free driver code that they bring? (Not dealing with the paid things like Keil RTOS/USB/etc).