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 DFP vs STM HAL

I wonder if the Keil's DFPs just copy the HAL releases, or are they reworked in some way?

Especially, I wonder if it is possible that the bugs which are discussed in the ST forums are fixed in DFPs.

Parents
  • In general the DFPs (Device Family Packs) provided by Keil are integrating unmodified ST HAL sources. Each DFP version also states which STM32Cube Firmware version (ST HAL) is integrated.

    Therefore potential bugs in ST HAL are unfortunately also integrated in the mentioned DFPs.

    There are sometimes minor patches applied to ST HAL integrated in DFPs for issues already identified during integration. However there are just a handfull of those and depend also on the actual device family.

Reply
  • In general the DFPs (Device Family Packs) provided by Keil are integrating unmodified ST HAL sources. Each DFP version also states which STM32Cube Firmware version (ST HAL) is integrated.

    Therefore potential bugs in ST HAL are unfortunately also integrated in the mentioned DFPs.

    There are sometimes minor patches applied to ST HAL integrated in DFPs for issues already identified during integration. However there are just a handfull of those and depend also on the actual device family.

Children