STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 489 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
  • 414 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 II
  • 202 Views
  • 2 replies
  • 1 kudos