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

LwM2M support on STM32?

Dear STMicroelectronics Support Team,I previously submitted a request on [ Auguest 26, 2025] (case #[00242096]) and have not received a reply.I am evaluating STM32 MCUs for an LwM2M client implementation and need clarification on ST’s official suppor...

STM32H7s78-DK , TCP/IP +LWIP+freeRTOS

HiI have implemented TCP/IP with LWIP, but after enabling the freeRTOS, I'm facing lot of issues, ping is not happening, flash overflow errors , internal flash is very less need to use external flash(how to configure?). Mainly I need to enable freeRT...

Usb device MSC problem

 I'm already achieved a USBX-MSC class, and also a FileX in MCU local.I know that using two file systems at the same time is not recommended, but still have some questions. 1. I implement the ux_deveice_msc.c as followed. Use PC-Windows to create a f...

Jason927 by Associate III
  • 59 Views
  • 0 replies
  • 0 kudos

Temperature sensor not working

To get my first sensor project done and after selecting my board, I enabled I2C1 which triggered pins PB6 and PB7 as shown below: Then used code below (in main.c) with the purpose that the LED is on when the temperature is higher than 40 degrees and ...

Capture.PNG
TechyAry by Associate III
  • 321 Views
  • 14 replies
  • 0 kudos

Resolved! USB received data interrupt callback

I'm using the STM32F401RE in a new design and trying connect the USB CDC device interface to FreeRTOS_CLI. I modified its _write function to call CDC_Transmit_FS, but I don't see a received data callback where I can add a xTaskNotifyFromISRfor to sen...