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! 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

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
  • 1211 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
  • 653 Views
  • 2 replies
  • 1 kudos