STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Web Browser on RTOS.

Hello, I want to know if it is possible to run web browser on RTOS prefferably on FreeRTOS. I tried the using QT but could not get any lead. Please let me know if you are aware of such browser that can run on RTOS, of at least steps by which I can ru...

STM32H7 DFU jump to application doesn't work

Controller: STM32H743ZIT6Custom BoardSTM32CubeProgrammer, STM32CubeIDEHi, since a few months we have an issue with flashing our Microcontroller application.We are using automatic firmware flashing over DFU-Util on a Linux based system, which is conne...

PStoc.3 by Associate II
  • 1237 Views
  • 4 replies
  • 1 kudos

Resolved! Delay with timers(Non blocking delay)

Hi,I need  microsec/millisec delay  in my project but I don't want to effect the process flow.I am using STM32G4.I am using timer for microseconds delay below is the function.void delay_us (uint16_t us){__HAL_TIM_SET_COUNTER(&htim1,0); // set the cou...

Resolved! RNG does not work after waking up from the stop mode

Hello,My MCU is STM32L053R8I use freeRTOS project generated by CubeMX.The problem is happening only  when I enable tickless sleep. I get only one correct reading, which is probably generated right after MX_RNG_Init. Then after the sleep, I always get...

Evgeny M by Associate II
  • 1012 Views
  • 2 replies
  • 2 kudos

STM32H723ZG AZURE RTOS - Hard Fault Error Regarding

As we are using STM32H723ZG-CT6 for our Medical project. We are using STM's Complement to STMH7 series - Azure RTOS for our project. We were runs totally 8 threads, during the running time of threads Hard fault error is coming and our controller stop...

Screenshot 2023-11-27 190422.png
rkuma.21 by Associate III
  • 846 Views
  • 2 replies
  • 1 kudos