STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Using DMA Request generator to drive another DMA

I'm using an STM32G4 series microcontroller with a Type 3 DMA. It's going to be set up as a SPI slave. It will produce data of x bytes at a rate of 10 kHz and a SPI master will want to read this data at 1 kHz asynchronously. The SPI master will only ...

Lee3 by Associate III
  • 79 Views
  • 1 replies
  • 0 kudos

STM32N6 STM32N6570-DK DMA2D Not working

Hello,I'm trying to use the LTDC peripheral with DMA2D to be able to send a image to the display without using the CPUSo first i used the example LTDC_Horizontal_Mirroring to have a working LCD . Compiling it i have the dolphin on my screen and flip ...

Hamady by Associate
  • 178 Views
  • 1 replies
  • 0 kudos

Resolved! STMG0B1RET output pin does not pull down in Standby Mode

I am using the STMG0B1RET on a custom, battery-powered board. During normal operation pin PC4 is used as UART1 (with an external pull-up resistor). In Standby Mode pin PC4 must be LOW in order to shut down the external device. For this I convert PC4 ...

Kmax18 by Senior II
  • 176 Views
  • 4 replies
  • 0 kudos

Brightness Control

Hello, I have a display connected by PWM to the MCU. I am trying to control it using __HAL_TIM_SET_COMPARE, however I am getting no results. I have a LTDC display. 

Priyank by Associate III
  • 84 Views
  • 2 replies
  • 0 kudos

SPI2 not working on STM32F746BG

I am experiencing an issue with SPI communication on the STM32F746BG microcontroller:Current Setup:SPI2 connected to ADCSPI6 connected to EthernetCurrent Behavior:When testing SPI2 (ADC) alone: Works properlyWhen testing SPI6 (Ethernet) alone: Works ...

zin10 by Associate II
  • 97 Views
  • 1 replies
  • 0 kudos

NUCLEO-F767ZI: usb: over-current condition

I am using a NUCLEO-F767ZI Board.Previously I have not used or configured any GPIO. Then I used CubeMX to reconfigure 3 Pins to Inputs with Pull-Down like this: if (HAL_GPIO_ReadPin(button_uncouple_GPIO_Port, button_uncouple_Pin) == GPIO_PIN_SET) {I...

screenshot-2025-03-28-10_42_22.png

Resolved! STM32H5 RTC register bug?

HelloI have found a bug that stops updating the RTC_TR register. There is no problem with the RTC clock itself, it is ticking but the content of RTC_TR might in some specific use cases stop updating.I use the latest STM32CubeH5 Firmware Package v1.5....

Imre by Associate III
  • 156 Views
  • 3 replies
  • 0 kudos