STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 3736 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
  • 1604 Views
  • 5 replies
  • 0 kudos

Atollic White paper on Bootloaders

Hello!Previously there was a nice write-up on custom Bootloader+App setup on Atollic website:https://info.atollic.com/hubfs/Whitepapers/Atollic_Develop_Debug_BootloaderApps_ARMCortex.pdf​​Now this link redirects to ST website, but document is absent ...

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 ...