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

Implement WebSocket Protocol on STM32?

Hello,I am currently working on a project with an HTTP server, successfully implemented using FreeRTOS. In this setup, I handle client requests for opening and collecting data from the client side. However, since I need to display real-time data on a...

AS5 by Associate II
  • 3398 Views
  • 10 replies
  • 3 kudos

Program STM32L471 with HAL_FLASH_Program failed

I am migrating from STM32L431 to STM32L471. After migration, the function relating to internal flash writing does not work any more. The problem is when I programmed internal flash with HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, address, data), ...

Huiqi by Associate II
  • 54 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H743 Timers + ADC + DMA

Hi you all,as a breef summary; I set up a timer to trigger an adc that should than use the DMA to transfer the data to memory, i need 111 samples at a time. Sadly for some reason this only works for one sample so if i check  __HAL_DMA_GET_COUNTER(g_h...

ICT_TAN_0-1768226675241.png ICT_TAN_1-1768226694036.png ICT_TAN_2-1768226722687.png
ICT_TAN by Visitor
  • 64 Views
  • 2 replies
  • 1 kudos

NUCLEO-F401RE + x-cube-ble1: Hard Fault

I’m attempting to learn BLE and IoT and have purchased the following boards to get started.NUCLEO-F401RE    MCU brdX-NUCLEO-IDB05A2  BLE Expansion brdDownloaded:STM32CubeIDE Version: 2.0.0 Build: 26820_20251114_1348 (UTC)STM32CubeMX Version: 6.16.1x-...