• STM32L496 HAL_PWR_EnterSTOPMode casuse HardFault in RTOSS2
    Hi, I'm experimenting a weird behaviour working on an STM32L496 platform. If I enable deep sleep mode with HAL_PWR_EnterSTOPMode( PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI ); I then get...
  • getting started with MDK; need support for STM32L496
    Hi all - I'm evaluating the Keil MDK. I have a NUCLEO-L496ZG board, and the Pack Installer doesn't have an entry for this board. It does have an entry for the L476RG. I just want to do some of the...
  • 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 Hal library to a keil project?
    Hi, I'm looking for the right steps to add the Hal library to a Keil project. i already have the stm32f1xx hal library that include the hal and the cmsis folders (src and include). i'm facing some problem...
  • 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...