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

STM32H7 and openbootloader

Hi I'm implementing Openbootloader to my project, using an STM32H743, and is having a hard time finding the correct start addresses and size for "Option bytes registers". This is needed to in the "openbootloader_conf.h" file in the Openbootloader mid...

KFisc.2 by Associate II
  • 787 Views
  • 1 replies
  • 1 kudos

Resolved! STM32U5 workshop GPDMA on U5A5

I followed the GPDMA tutorial here:https://www.youtube.com/watch?v=jKOhRfb3gvkand configured everything as shown.  The workshop was on a U575 but I would assume it's the same configuration for the U5A5?  I'm using the Nucleo-U5A5ZJ-Q.  I'm unable to ...

moylando by Associate III
  • 342 Views
  • 2 replies
  • 0 kudos

Resolved! Floating-point arithmetic interrupts

Hello to everyone in the forum. I am using STM32H735.Is it possible to perform a floating point number operation and generate an interrupt when an exception occurs?I want to interrupt when the bit for exception generation in the FPSCR register is tur...

Hey0256 by Associate II
  • 515 Views
  • 2 replies
  • 0 kudos

HSEM causes weird jitter

Hello,Has anybody experienced weird jittery like behaviour when using the HSEM between two cores on the STM32H755 or another dual core MCU? This is the logic right now:The CM4 has a 1 kHz loop that toggles a GPIO on each successful reception of data ...

Resolved! STM32H750IBT6 USB NOT DETECT IN CUSTOM BOARD

Hiwe created custom PCB using stm32h750IBT6 MCU. in this we have added USB interface using DM & DP pins.issue: USB interrupt in not happening when i connect USB to the connector. i have added SCHEM for reference.considered steps in MX:1. enabled USB_...

Screenshot 2025-04-10 183157.png
naveen by Associate III
  • 363 Views
  • 1 replies
  • 0 kudos

Resolved! Cordic not visible

Im working on a project wit h a H753ZI board with simulink.  In order to calculate sin efficiently I Hav tried the CORDIC block but in CUBEMX  under "Computing" only CRC and DFSM1 are visible.  Is it not possible to activate CORDIC? I have tried to m...