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

Internal RTC resetting on shutdown mode

Hi, I have a device using an STM32U575 and I'm using the internal RTC to keep date and time, due to it being battery operated it goes into shutdown mode for most of it's operating time. The problem I'm having is that the RTC loses it's date and time ...

BKrug.1 by Associate II
  • 3868 Views
  • 8 replies
  • 2 kudos

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
  • 3650 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
  • 1043 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
  • 11284 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
  • 1418 Views
  • 0 replies
  • 0 kudos