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

SNTP Implementaion with LWIP on STM32H743 Series

Hello everyone,I'm new to the forum and also new to the ST Community. I'm currently working on a project where I need to implement SNTP on the H7 series microcontroller using LWIP.I have gone through the LWIP documentation, but I'm still unable imple...

User431 by Associate II
  • 3444 Views
  • 6 replies
  • 0 kudos

How to make websocket server implementation?

Hello,I have project with h ttp server working but now I need to add Websocket protocol to display some data in a real time. I need to make WS server on my STM32. Unfortunately I didn't find any working example of WS protocol on STM32 implemented. Do...

GKot.2 by Associate
  • 975 Views
  • 1 replies
  • 0 kudos

Fatfs + SD Card and f_mount return FR_NOT_READY

Hi, i have stm32f446ze on my custom pcb. Pin details : PC8 SDIO_D0PC9 SDIO_D1PC10 SDIO_D2PC11 SDIO_D3PC12 SDIO_CKPD2 SDIO_CMDGlobal interrupts enabled and no DMA. i tried with Cubemx version 6.0.1, 4.25.0, 4.26.0. but whole the time , f_mount gave ...

VÜnal.1 by Associate II
  • 10849 Views
  • 6 replies
  • 0 kudos

Issue using osThreadFlagsWait() function

Trying to use osThreadFlagsWait() in my command handler for command processing thread to save CPU utilization and seeing issue where system gets stall.====================while (1) {  int cnt = getcmd();  if (cnt >= 0) {    process_command();  } else...

aahsan by Associate III
  • 1371 Views
  • 0 replies
  • 0 kudos

USBPD timer use

Hello. I've been using the ST USBPD code for a few years for a variety of products. The default timer seems to always be Timer 2 (32 bit). Recently I've got this working as expected with an STM32G0 using Timer 2. However, this product switched to the...

RHelv.1 by Associate III
  • 731 Views
  • 0 replies
  • 0 kudos