STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Dealing with interrupts. Diff Atmega - STM32.

The Atmega project that I trying to get into a STM32 uses two UART ports and each have its own sets of IRQ vectors. That is RX- and UDRE irq. The last one gives an IRQ when the TX-register is empty.As I said in the latter post, I haven't worked with ...

Haddock by Associate III
  • 758 Views
  • 3 replies
  • 0 kudos

DMA loses data in transmission, for multi-channel adc.

Hello everyone, I use three adc blocks including ADC1, ADC2, ADC 3, and DMA to transmit data. However, DMA data transmission has lost data. Below is my code.  #include "main.h" #include "usb_device.h"   /* Private includes ---------------------------...

Ruồi by Associate III
  • 2001 Views
  • 15 replies
  • 0 kudos

Modify PWM frequency on the fly (STM32F4)

Hello, Community.I am currently trying to control a power converter with a STM32F4 microcontroller. The thing is that the control variable is the frequency of the PWM. I have programmed a timer (TIM3) that generates an interruption every 100us. Durin...

0690X000008iQqvQAE.jpg 0690X000008iQrPQAU.jpg

Unable to get 0 or 100% duty cycle in up-counter mode

Dear community I am new STM32G4 family bu i have several years of experience with C2000 form competitor TI. I would like to use STM32G4 controller in new project but i have lots of problems. I have read AN4539 HRTIM cookbook and HRTIM chapter in Refe...

PBana.2 by Associate
  • 917 Views
  • 2 replies
  • 1 kudos

Resolved! STM32H750 uart problem

Hi, may i know how to use the uart using stm32h750. I just try using the basic uart application which is hello world but nothing show up. I literally follow same setting with nucleo board for uart. but it does not working with stm32h750? May i know i...

Angle by Associate II
  • 1595 Views
  • 7 replies
  • 0 kudos