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! USART frame detect IRQ. How?

I'm modifying code for a Atmega AVR to a STM32L03 and encounter ISR(USART1_START_vect). It is a function that is called when the UART receives a start frame. I'm a newbie to this STM32-processor but I have googled and checked in inc-files but I can...

Haddock by Associate III
  • 2048 Views
  • 14 replies
  • 0 kudos

Create 3 pwm signals with 120° using only one timer

Hello,I'm using a NUCLEO-G431KB to create the PWM signals.I need to have 3 PWM signals plus their complementary outputs with same pulsewidth and a phaseshift of 120° between them, see picture below.In the video Hands-On with STM32 Timers: Internal Tr...

0693W00000Y7PtGQAV.jpg
LRomb.2 by Associate
  • 585 Views
  • 1 replies
  • 0 kudos

Resolved! ADC not working for STM32u585 microcontroller

hi, im working on ADC, but ADC is not working, it is getting into infinite loop in this stage  while ((hadc->Instance->ISR & tmp_flag_end) == 0UL)and my code follows like this HAL_GPIO_WritePin(GPIOH, GPIO_PIN_7, GPIO_PIN_SET);    // get ADC value ...

meghasb by Senior
  • 2543 Views
  • 7 replies
  • 0 kudos

Resolved! Opamp saturation Nucleo-U575ZI

Hello friends!I have been messing around with the onboard opamp and here is the problem. When I configure it as the follower, things are okay, but as soon as I configure it as an AMP with PGA on and set any gain, I see quite dramatic DC shift on the ...

Skfir by Senior
  • 2061 Views
  • 6 replies
  • 0 kudos

Testing timer and unable to get the expected output

htim3.Init.Prescaler = 20 - 1; htim3.Init.CounterMode = TIM_COUNTERMODE_UP; htim3.Init.Period = 200 - 1; sConfigOC.OCMode = TIM_OCMODE_TOGGLE; sConfigOC.Pulse = 0;I am using a NUCLEO-L476 and have a 20MHz clock source. I am using no interrupt...

SWenn.1 by Senior III
  • 957 Views
  • 4 replies
  • 0 kudos

Why am I getting "No Synchronization" when trying to use trace on M4 core of STM32H747 to write to "Debug (printf) Viewer"?

I'm working with the STM32h747-DISCO with Keil Development tools and an ST-LINK debugger, and I'm trying to use the Debug (printf) Viewer. I can get it to work properly on the M7 core, but am getting "No Synchronization" when I try to use the M4 co...

0693W000000WSjXQAW.png 0693W000000WSjhQAG.png