• stm32 HAL library for STM32105
    Hi All, I would like to start a new project with STM32F105RC and keil MDK professional. I developed many projects with STM32F407 and Keil MDK professional starting from cubeMx utilities. But...
  • 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. ...