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

How to run HRTIM DMA to GPIO?

Hey Community,i am working on a parallel output interface. I want to realize it with GPIOE and all of the 16 Pins.To Generate an output i used TIM2 to trigger DMA1 so far so good. The Output is working with memory to peripheral. The DMA is copying th...

TSchi.3 by Associate
  • 441 Views
  • 0 replies
  • 0 kudos

Use Timer DMA burst to update *another* timer

Hi all!I have a use case that seems like it's not supported. I have one timer (TIM3) running PWM with multiple channels, I would like to use a DMA burst to update the duty cycles of all channels and I have successfully done this by triggering on the ...

JNiel.1 by Associate II
  • 835 Views
  • 3 replies
  • 0 kudos

Can i use GPIO pins in modbus.h and modbus.c?

Hi, i want to use GPIO pin in Modbus.h and Modbus.c file using stm32f103. But even if I mention header file in my Modbus.h the code is not working. it shows error.stm32f1xx_hal_gpio.h is the header file I included in Modbus.h. HAL _ GPIO _ Write Pi...

Lchal.1 by Associate III
  • 413 Views
  • 0 replies
  • 0 kudos

LPUART1 is not working in STM32L4R5ZI development kit?

Hi,I am new to ST controllers, I have an STM32L4R5ZI nucleo development board. By using STM32CubeMx I generated code for LPUART1 and in the main.c in the while loop I have added a "printf" statement, but I am not seeing anything on the UART terminal ...

Kpach.1 by Associate
  • 438 Views
  • 0 replies
  • 0 kudos

GDBserver and OpenOCD not getting installed

I want to try gdbserver and openOCD on CLI so as to compile and debug STM32 MCU Firmwares via CLI and to get an understanding of their work. But not able to get enough resources on the net for their installation as I am windows user and resources ava...

KGupt.1 by Associate III
  • 431 Views
  • 0 replies
  • 0 kudos

I2C slave receive unknown length message

General idea:I'm trying to write the I2C as slave on a L476. The master might need to change a bunch of registers at the same time, so instead of sending n separate commands I want to receive one long command and the prepare the response to be sent b...

MHoss.1 by Associate III
  • 6439 Views
  • 5 replies
  • 0 kudos