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
  • 686 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
  • 1803 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
  • 845 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
  • 1415 Views
  • 7 replies
  • 0 kudos

Is the bootloader host code available in some form?

I am working on a project where several STM32L0xx processors will be running under a Raspberry Pi 4+ system. The desire is to be able to use the SystemBootloader on these to be able to do firmware updates. I know that the documentation from ST is eno...

DavePfz by Associate II
  • 700 Views
  • 2 replies
  • 0 kudos

Generating a DFU file from Hex from bat

I want to be able to run a bat file that has inside it the path to a hex file. When i run it, it converts it to a dfu file, without the user needing to do any more clicks or inputs. I tried to do this by using encedo's hex2dfu from github. The proble...

KHans.5 by Associate
  • 709 Views
  • 1 replies
  • 0 kudos