• 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...
  • How to import a project on keil µvision ?
    Hi guys, I would like to know, How can import my code/ project / library ( this code is from a project on a STM32L053R8 ) to make it run on my STM32F051K6T8. I have try to import my file.c but the...
  • Keil Project
    Hi guys, I have a little issue, can someone explain me why when i start my project i have a message : Loading PDSC Debug Description failed for STMicroelectronics STM32F051K6 Disabling usage...
  • STM32 use of HAL library in project
    Hi guys, So I used an example of the HAL library to configure an input capture with a timer on a stm32f373vct6 microcontroller. Now I want to include this example in my project, but when I do so and...
  • How to add library into the project?
    Hello all, I've a workspace which contain a library project and blinky project. *when a library project compiled successfully, it's created a lib??.a not lib??.lib Well, then I would like to...