STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HAL_Delay(1); takes 2ms

Hello I just found out that the HAL_Delay() delay actually takes 1ms longer than the desired value. Why?STM CUBE IDE 1.9.0STM32F072RBT6

_legacyfs_online_stmicro_images_0693W00000dDT36QAG.png _legacyfs_online_stmicro_images_0693W00000dDT31QAG.png
PNova.2 by Associate II
  • 8281 Views
  • 7 replies
  • 0 kudos

USB Host mode in STM32F429ZI nucleo board

Hi I'm using STM32F429ZI Nucleo board to work on integrating C270 Logitech camera through USB host. I'm not getting any interrupt in the USB IRQ handler when the device is connected. And it is said that LD8 LED will be ON when the USB is in device or...

_legacyfs_online_stmicro_images_0693W00000dDbZZQA0.png
RAnan.3 by Associate III
  • 1204 Views
  • 2 replies
  • 0 kudos

Crash when using bootloader to turn off protection

Can anyone confirm whether my understanding of the following behaviour is correct (and whether there's any way round it):When the built in bootloader has been entered by jumping to it from firmware (i.e. the BOOT0 pin is NOT pulled high), and the boo...

s_ by Associate III
  • 809 Views
  • 2 replies
  • 0 kudos

STM32G473CBT freezes jumping to bootloader

I have a custom board using the STM32G473CBT6 MCU. BOOT0 is pulled-down by a 100k resistor and is used as GPIO (output) at runtime. The firmware is generated by CubeMX, with the addition of a C++ file for the 'user' application. The board works fine,...

StefanH by Associate III
  • 1223 Views
  • 2 replies
  • 0 kudos

STM32 Thread Safe Solution for Makefile Projects

I have a Makefile project for an STM32L4 using FreeRTOS that I started with STM32CubeMx. I'm trying to enable one of the Thread-Safe strategies for FreeRTOS. I have tried both strategy #4 and #5, but both of them jump to the error handler on the `S...

cvanbeek by Associate III
  • 1081 Views
  • 2 replies
  • 0 kudos