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
  • Keil STM32H7 DFP pack 2.5.0 (current version) integrates the latest STM32CubeH7 Firmware Package 1.6.0.

    There are just a few patches applied on the following files:

    • Drivers\BSP\STM32H7B3I-EVAL\stm32h7b3i_eval_io.h
    • Drivers\BSP\STM32H7B3I-EVAL\stm32h7b3i_eval_lcd.h
    • Drivers\BSP\STM32H743I-EVAL\stm32h743i_eval.c
    • Drivers\BSP\STM32H743I-EVAL\stm32h743i_eval_io.h
    • Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_def.h
    • Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_usb.c

    Those are minor patches and the original file is kept with the additional extension .original. So it should be easy to see the changes.

Reply
  • Keil STM32H7 DFP pack 2.5.0 (current version) integrates the latest STM32CubeH7 Firmware Package 1.6.0.

    There are just a few patches applied on the following files:

    • Drivers\BSP\STM32H7B3I-EVAL\stm32h7b3i_eval_io.h
    • Drivers\BSP\STM32H7B3I-EVAL\stm32h7b3i_eval_lcd.h
    • Drivers\BSP\STM32H743I-EVAL\stm32h743i_eval.c
    • Drivers\BSP\STM32H743I-EVAL\stm32h743i_eval_io.h
    • Drivers\STM32H7xx_HAL_Driver\Inc\stm32h7xx_hal_def.h
    • Drivers\STM32H7xx_HAL_Driver\Src\stm32h7xx_ll_usb.c

    Those are minor patches and the original file is kept with the additional extension .original. So it should be easy to see the changes.

Children