STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 393 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
  • 899 Views
  • 3 replies
  • 0 kudos

I missed the confirmation E-Mail for the session.

Hello ST.I have missed the confirmation mail but I do pretend to join the session.My Board's buy is handled be my company's sales and should be invited soon.Please add my to the 11/3 session again.Thanks,Hagay

HHali.1 by Associate
  • 538 Views
  • 1 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
  • 1025 Views
  • 2 replies
  • 0 kudos

Resolved! USB CDC does not work when I unplug and replug STM32

I'm using the Nucleo-H743ZI STM32 development board on windows 10. When I upload a program that sends out data through CDC with CDC_Transmit_FS and open a serial monitor right after, it works fine. But when I disconnect and reconnect the Nucleo to my...

csotiriou by Associate II
  • 1038 Views
  • 1 replies
  • 0 kudos