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

Independent watchdog timer makes my MCU unstable

Hello,Here is my source code:  void WatchDog(void){   NVIC_InitTypeDef nvicStructure; NVIC_PriorityGroupConfig(NVIC_PriorityGroup_2);   nvicStructure.NVIC_IRQChannel = WWDG_IRQn; nvicStructure.NVIC_IRQChannelPreemptionPriority = 1; nvicSt...

JJohn.3 by Associate II
  • 224 Views
  • 0 replies
  • 0 kudos

I'm about to start embedded programming and have an STM32f103C8T6 ARM-Coretex-M3 board to get started with. I'm also a C++ programmer and want to use that language to program a project to blink the LED of that board as my first embedded task.

Hi all, Apart from the board and two machines (Windows and Linux) I have also an MB-102 breadboard and a bunch of cables in hands. Firstly I wanted to make use of this tutorial for the task above but it's dealing with NUCLEO-L476RG that I lack for th...

Adev.1 by Associate III
  • 480 Views
  • 3 replies
  • 0 kudos

DMA UART TX single transfer

Hello, I have an stm32F103, I would like to start using DMA to transfer data from memory to TX pin, in circular mode it works fine but when I switch to normal mode it works only once, I cannot use the debug function since I'm not using a ST-Link, so ...

Vertinhol by Associate III
  • 683 Views
  • 2 replies
  • 0 kudos