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

Resolved! How to program STM32C011J6M6 in SO8

Hello.I would like to know the correct procedure to program mcu in this case. I have four outputs as timer PWM output (1,4,5,8), one as GPIO(6) input and one as GPIO(7) output. I have ST-Link 2 (SWDIO,SWCLK,NRST) for programming. I'm not sure what to...

ONadr.1 by Senior III
  • 2227 Views
  • 4 replies
  • 1 kudos

Nanosecond delay

I want to generate a nanosecond delay on the STM32F407 µC, the closest delay I can have is 6ns using either TIM 9/10 or 11, because they work on a 168 MHz clock. But when I use an oscilloscope to visualize whether I successfully generated a 6ns delay...

MBHIR.12 by Associate
  • 3093 Views
  • 4 replies
  • 0 kudos

STM32F4 - Watchdog in STANDBY mode

Hello, After reading some applications note I did't find the way to implement a watchdog for my case.My case:the MCU shall sleep during 12hone function on Bluetooth stack in a .a (provided by TI) takes 1024msMCU is running at 48MHzWWDG can't be used ...

Dams by Associate III
  • 2252 Views
  • 4 replies
  • 0 kudos

Resolved! USART with Nucleo L4R5ZI - bare metal/registry programming

Hey folks, I did try the bare metal programming videos on Udemy, and got so facinated, that decided to try on other board. As expected the code from the tutorial is not working on the other board. However I have checked, and re cheked the registry va...