STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HSLV example code?

I am using a U585QI and have some external flash memory connected to an OCTOSPI. We are having some intermittent failures with it, and since we're powering the processor with 1.8v I want to try enabling HSLV for the Data/Clock lines. I found HAL_GP...

BDoon.1 by Associate III
  • 4242 Views
  • 5 replies
  • 0 kudos

I am working on STM32G030 series microcontrollers & I am using external crystal as clock source (HSE). But as per AN2867 Application note(page13) gain margin ratio should be greater than 5, But I am not able to get it above 2.9. What should I do?

STM32G030C8T6 has maximum critical crystal transconductance (gm) is 1.5 mA/V.Crystal specifications that are mentioned in application note(page14) gmcrit = 0.23 mA/V with this gain margin > 5. But I checked many crystals datasheet but I am not able t...

SMali.4 by Associate II
  • 1195 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F407 Timer does not work

Hi I am trying to initialize TIM2 to get a PWM outpt from PA15 of my STM32F407 development board. Here is my TIM init function:void TIMConfig (void) { /*************>>>>>>> STEPS FOLLOWED <<<<<<<<************ 1. Enable the TIM2 clock 2. Set clock ...