STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 444 Views
  • 1 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
  • 571 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 II
  • 314 Views
  • 0 replies
  • 0 kudos