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...

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
  • 497 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...

Resolved! Timer Prescaler Application Clarification

I did not understand the significance of the number 65536 in the below codepHandle->OvfFreq = (uint16_t)(pHandle->TIMClockFreq / 65536U); /* Set fixed to 150 ms */ pHandle->HallTimeout = 150U; /* Compute the prescaler to the closet value of th...

STuser2 by Senior II
  • 210 Views
  • 1 replies
  • 0 kudos