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

STM32 HAL Tick Timer - Handy Hint #3

The HAL tick timer interrupts the MCU every 1 ms. When using FreeRTOS it is best to set the HAL Tick source to a timer rather than the system tick interrupt.  Delays in freeRTOS are created using vTaskDelay() or vTaskDelayUntil() and don't use the HA...

Resolved! stm32f429ı_dısco not written sdram

hello i have stm32f429i-disco card. fmc settings are configured. i defined sdram in the linker file but variable sdram is not written. can you help me? i am using cubeide. my linker file is attached and i am attaching the photo of my fmc settings. my...

Ekran görüntüsü 2025-05-07 223050.png
edramden by Associate II
  • 611 Views
  • 5 replies
  • 0 kudos

LWIP & FreeRTOS - code getting stuck

Hi allI am trying to make project on LWIP & FreeRTOS on STM32f407vgtx board issue what I am facing is when code is getting stuck and no task is hitting .I am sharing my project can you please check once .note: in task I am have called Lwip_Init in my...

Ash1 by Associate III
  • 437 Views
  • 2 replies
  • 1 kudos

STM32F7, Hard fault in USBH_MSC_GetLUNInfo()

Hi,I have a STM32F7 and I use USB MSC without RTOS.When debugging with JTAG after connecting the USB memory, a hard fault occurs as follows.*Check Appli_state = APPLICATION_START in USBH_UserProcess() before f_mount()HAL version(MCU package): 1.17.2 ...

Hosung_0-1745898495580.png
Hosung by Associate II
  • 443 Views
  • 3 replies
  • 0 kudos