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
  • 749 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
  • 1945 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