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

Resolved! invalidate D-Cache in stm32h745i-disco

hello everyone, I am having a problem with my stm32H745I board testing code for the RTC,RCC and power supply it seems that it stopped working. At first it wouldn't let me upload code until with stmprogrammer I connected by holding reset. Now I can up...

STM32H743 IWDG Standby

Hi,I have been banging my head for a while now and decided to reach out for help. I am trying to get the IWDG to freeze during Standby. Based off the reference manual I have toggled the IWDG_FZ_SDBY bit to 0. In STM32CubeProgrammer it is set to 0 so ...

Resolved! Timer Configuration for stm32h753

If I want to the timer to run for 10s, having the system clock running at 240Hz. What value should I choose for the prescaler and counter period settings. I want to know the process to calculate the above values? 

hvs_learn by Associate III
  • 506 Views
  • 1 replies
  • 0 kudos

Cannot control the pins.

When flashing the program, CubeIDE shows "Successful", but functions are not realized. We have checked the connection between PC, STM32, DAC(AD5791) and power supply is correct, but the LDAC pin of DAC keeps showing "high" and the pin on STM32, D1, w...

YZ_C by Associate
  • 433 Views
  • 2 replies
  • 1 kudos

Resolved! THE DCMI 4 WORD FIFO IN STM3U5

Hello, STM32 community,I’m currently working with the STM32U5 and using the DCMI (Digital Camera Interface) to interface with a ADC Module which has a pixel clock and outputs 14-bit parallel data. While I understand that the DCMI supports extended da...

JP.4 by Associate II
  • 701 Views
  • 2 replies
  • 0 kudos

RTC internal wake-up doesn't wake-up STM32U5

Hello,I have my STM32U575 set to wake-up from standby-mode by the reset button of the Nucleo-U575ZI-Q. Furthermore I want the MCU to wake-up periodically triggered by the RTC. The sample code below just makes the reset button work but the RTC doesn't...