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

About using uart in interrupt mode

HiWhen I configure uart in interrupt mode, can I use it in polling mode in the future? (For any reason)my other question, when is the HAL_UART_RxCpltCallback function called, is it when all data is received ? or when byte by byte is received?Thank yo...

xmart by Associate II
  • 880 Views
  • 2 replies
  • 0 kudos

Resolved! Why clearing MOE in TIM1->BDTR in PWM mode stops triggering ADC1 IN STM32 Nulceo-64 for STM32F401 ? Used settings : TIM1: Trigger Event Selection_Output Compare(OC1REF) ADC1: External Trigger Conversion Source_ Timer 1 Capture Compare 1 Event

Hello everyone,In the middle of an experiment i got stuck with an issue for which i hope somebody out here might know the solution.I am using TIMER1 in PWM mode which is supposed be to continuously running in the background. Since triggering ADC usin...

Jeflet by Associate II
  • 1790 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F030 is resetting after enable ADC

I'm using the stm32f030k6t6 microprocessor without the devkit, just the module, and I'm using cubeIDE (cubeMX V6.0.1) to generate a code to read a temperature from a sensor connected to PB0 (ADC_IN8). The problem is that when I start the adc (HAL_AD...

ALupp.1 by Associate II
  • 1480 Views
  • 5 replies
  • 0 kudos

What's the best way to do bit-banging with timers and DMA?

Hello,I want to implement VGA signal generation on my STM32L432KC board. For start, getting the vertical sync and horizontal sync timings right would be great. I found a nice website with hsync, vsync and pixel timings and I thought that using resolu...

PPles.1 by Associate
  • 1709 Views
  • 4 replies
  • 0 kudos

Problem with external GPIO interrupts on STM32G030K8.

Configuration Info:MCU : STM32G030K8STM HAL Dirve Version : 01.03.00.00 PA4 (GPIO_PIN_4) - Configured to generate interrupt upon detecting a falling edge. PB5 (GPIO_PIN_5) - Configured to generate interrupt upon detecting a falling edge and rising ed...

Tkamaal by Associate II
  • 1439 Views
  • 4 replies
  • 0 kudos