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

Regarding RTC Alarm Interrupt

Hello STM32 Community,I'm currently working with the RTC peripheral on an STM32F4 device, and I have a question regarding RTC alarm events.I've been able to generate interrupts at specific intervals, such as 250ms or 500ms etc, using the RTC alarm fe...

san123 by Associate
  • 1676 Views
  • 1 replies
  • 0 kudos

Question about HSE and LSE

Hello guys. I'm trying to design a custom pcb that uses an STM32h7a3zit mcu and one of the most confusing parts is clock configuration. I will mainly use the hs usb interface. I've searched a couple of online sources and from what i could find is tha...

Στιγμιότυπο οθόνης (701).png Στιγμιότυπο οθόνης (700).png

STM32U5: UART Frame Error on High System Clock Speeds?

Greetings,I'm having a UART Frame Error (identified by relevant bit raised in UART ISR, and relevant error flag routine in UART_IRQHandler) when attempting to running LPUART1 off a 120MHz SysClock on a STM32U575RG present on our boards.I've replicate...

Tool recommendation for measuring load on STM32F072CBTx

Hello everyone,I hope you're all doing well!I just wanted to take a moment to express my gratitude for all the guidance and assistance I've received from this community. Thanks to your support, my learning journey with ST Microcontrollers, particular...

Ali5 by Associate III
  • 1452 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H7R/S XSPI flash wirte when on XIP mode

Hi, I'm wondering if write and erase external flash menory can be done when XIP mode on the same external Octal-Flash?I read RM0477 Rev 4.pdf and it told not recommand to programm the flash in this mode, and indirect mode can do that.Since the MX66UW...

RSTAC.1 by Associate II
  • 2551 Views
  • 3 replies
  • 2 kudos

STM32H723 USB Mass storage

I am trying to implement a USB mass storage using USB3300, STM32H723, and e eMMC. Project Setup:* Clock configUSB_HS ConfigUSB Device configeMMC configIn the code I made these addons in the "usbd_storage_if.c" file:Currently, my custom board is worki...

clock1.png clock2.png USB_OTG_HS.png USB_OTG_GPIO.png
GnasUhn by Associate II
  • 3262 Views
  • 4 replies
  • 0 kudos

Resolved! F411 ADC1 VBAT Reading Too High

Hi,I have a PCB with F411 as MCU.MCU VBAT pin is directly connected to battery positive pin.I try to use ADC1 to read the VBAT value. Here is the ADC1 init code:  ADC_ChannelConfTypeDef sConfig = {0}; /* USER CODE BEGIN ADC1_Init 1 */ /* USER ...

HDaji.1 by Senior
  • 2096 Views
  • 3 replies
  • 1 kudos

Multiple GPIO interrupts firing when only one is triggered

I am using the STM32 Nucleo F411RE, and have 5 GPIO pins set up as inputs, each set to trigger an interrupt on the rising and falling edge, configured to use the internal pull down.However, what I am finding is that causing a level change on one of ...

DSabo by Associate III
  • 5663 Views
  • 10 replies
  • 0 kudos