STM32 MCUs Products

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
  • 247 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
  • 550 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
  • 739 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...

STM32 Timer auto-reload preload

The conditions to reproduce: Here is my real life example that I would like to solve:I am developing an application on an stm32f411RET which needs to dynamically change the period of two PWM's.The two PWM's need to be synced and have exactly the sam...

SMour.1 by Associate III
  • 3776 Views
  • 7 replies
  • 2 kudos

Hardware Timer usage to get the time elapsed

Hi STM Community,I have just started to work on the STM32L4S5 based microcontroller and I wanted to use Hardware timer to get the time elapsed between two instructions, I generated a code using STM32CubeMX for Timer3 but it gave me only the initializ...

SJant.1 by Associate III
  • 1616 Views
  • 5 replies
  • 0 kudos