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

Freeze watchdog in debug

Posted on February 15, 2018 at 10:48Hi,I am trying to stop the watchdog when I hit suspend in TrueStudio. Is there something to add in the startup scripts? Or another option to do that ?Thanks,A.

ab val by Associate III
  • 504 Views
  • 2 replies
  • 0 kudos

X-NUCLEO-ID01M1

Posted on February 15, 2018 at 13:34Hi,I am looking at using this WiFi expansion board. I am trying to understand the code example and I would like to integrate it with FreeRTOS. I can see there is a Timer running at 10KHz. I'd like to know whether ...

ab val by Associate III
  • 267 Views
  • 0 replies
  • 0 kudos

Unable to vary timer overflow time

Posted on February 15, 2018 at 10:59We are using stm32f051r4t6 IC for a new project  and IDE used is Keil V5 . We are using Timer_3 running at 8MHz internal clock to generate a timer delay but , by varying PSC and ARR registers we always obtain near...

Serial over ST-Link USB on stm32F722

Posted on February 14, 2018 at 21:29Hello,I've developed a program reading and writing serial data using USART6 and pins 6 & 7 on GPIOC.  It uses DMA to perform the RX & TX and is working fine.  We thought we might be able to save some wiring effort...