• stm32 HAL library
    Hi All, I see from the ST site that they released on 09-March-2015 "STM32F4xx HAL Drivers" version 1.3. In Keil.STM32F4xx_DFP.2.4.0.pack, actually used, the HAL library version is 1.1 dated June...
  • 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...
  • STM32 undefined HAL symbol
    Hi All, I just started learning ARM and I got a STM32L0 Nucleo board with Keils uVision5 as the environment. I used STM32Cube to generate the start-up code and got a blinky example and a button external...
  • HAL Library UART Problem
    Hello everyone; I'm using a STM32F4-DISCOVERY BOARD, when i'm trying to send datas over hal uart it only sends ASCII types of datas but in my project i must send binaries, strings, floats, chars...
  • Keil and Cube incompatibility for HAL Library
    Microcontroller: STM32F302R8Tx MDK-Lite: v5.26 DFP: 2.1.0 STM32CubeMX 4.27.0 I am running into an issue where the Keil uVision and STM32CubeMX are not using the same HAL library version. ...