STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 868 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
  • 4968 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
  • 2018 Views
  • 5 replies
  • 0 kudos

Resolved! How to start an ADC conversion at some analog signal level?

What I have: STM32L496, analog signal input.What I need: on some level of analog signal start an ADC conversion with some delay (80...200 ns. Basically, 55-80 ns is the propagation delay for builtin comparator and 20 ns is the shortest sampling time)...

KNuzh.1 by Associate
  • 732 Views
  • 3 replies
  • 0 kudos

drop in replacement for STM32L433.

Hi I am using a STM32L433 100 pin and require more memory as using a display. I have looked at the STM32L452VET6 100pin , and looks identical apart from having more memory. I only use the HAL for initialisation and USB interface. Looking at the HAL ...