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

H7 USB doesn't work with Core WFI

The USB Host seems to not work if WFI is executed in the FreeRTOS Idle task.  Is it not possible to use USB with a WFI Core sleep?Thanks for any insight.  A forum search yielded mention of similar problems on other devices (over years!) but no defini...

Resolved! Reinitialize RTC upon watchdog reset

In my application, I have a watchdog timer that resets every 45 seconds if not fed. I also have an RTC. The application records sensor samples, along with timestamps from the RTC.Problem is, when there is a watchdog reset, the RTC is re-initialized t...

STM32F410RBTX_RAM.ld File Missing

I am using STM32F410RB Nucleo Board for my developement. When I am creating new project chossing the same board STM32F410RBTX_RAM.ld Files is Missing. Due to which I am not able to flash my board and getting error.On the other hand I tried selecting ...

Screenshot 2025-01-23 155801.png

Resolved! Comparator Bug Report on STM32G0

I have configured the comparator 2 PB6 on the STM32G071RB Nucleo board. It is configured for rising edge interrupt.  As soon as HAL_COMP_Start is called on the COMP you can see the EXTI rising edge interrupt flag immediately go high. (well not immedi...

Carl_G_1-1737394247861.png
Carl_G by Senior III
  • 1146 Views
  • 4 replies
  • 2 kudos

STM32F417 SPI interrupt timing issue

Hello,We have run into some issues regarding SPI in interrupt mode, especially when building with optimizations turned on. We are running SPI at 21MHz.The situation:We transmit one byte using HAL_SPI_Transmit_IT. This immediately triggers a TXE inter...

Untitled Diagram.drawio.png
Marijn25 by Associate II
  • 919 Views
  • 6 replies
  • 0 kudos

Resolved! STM32H747IGT6 stuck

Hello.I have designed my own STM32H747IGT6 board.And I created a simple project with STM32CubeIDE to confirm its operation.In this project, CM7 is a program that simply blinks the LED in a while loop. (CM4 is just code generation)  while (1) { ...

Resolved! STM32G0 pin interrupt configuration from code not working

I'm using  STM32G030F6 chip.  Try configure on pin PA8 external interrupt. When it make in UI "PInout & Configuration" tab it works as expected. But I want configure it from code. Here example: Added to main.h pin naming  #define FC_ON_Pin GPIO_PIN_8...

Bigdan by Associate III
  • 468 Views
  • 2 replies
  • 1 kudos