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 SRAM ECC Triggered unexpectedly

Hi,I am testing the ECC on DTCM on the STM32H7A3ZI.  At start of day I initialize all of DTCM apart from a single test location.  I have a test which reads from that uninitialized location and successfully provokes the SRAM ECC interrupt, correctly r...

ChrisO by Associate II
  • 2366 Views
  • 9 replies
  • 1 kudos

Resolved! STM32H7S7L8H6H XSPI instability

IssueHigher ambient temperatures cause communication malfunctions with XSPI memories.DetailsOur design is heavily adopted from STM32H7S78-DK which also has the same issue described below.The application uses memory-mapped mode for both Flash and RAM ...

CCxIF flag in Timerx peripheral

Hi,I'd like to know if execution jumps to the interrupt handler of Timer x only when the CCxIF flag changes state from 0 to 1. What happens if the flag is already set and an event occurs that would have caused the flag to switch from 0 to 1 had the f...

Resolved! XSPI trace lengths: what is "BGA package length" ?

In the documentation on STM32N657X0, it says that the memory must be connected with match length track on the boards.It says:Match length (including BGA package length)- DQS0 with IO0..7 (Byte0), all in 50 mils,- DQS1 with IO8..15 (Byte1), all in 50 ...

Keld by Associate
  • 228 Views
  • 3 replies
  • 2 kudos

Resolved! Poblem with ADC + DMA + Timer in STM32H745

Hello ST experts,I configured an STM32H745 dual core to read data from ADC1/ADC2 in dual mode. I dedicated the M7 core to initialize ADCs, timer and DMA. But after running the code it seems that the ADC is not working either DMA.  I used the similar ...

STM32C011F4P6 internal Vref for ADC?

Hi ST team,Is VREFINT in STM32C011F4P6 internally fixed and stable, independent of VDDA fluctuations?If VDDA fluctuates (for example due to LDO load or battery discharge), will the ADC raw readings change proportionally because ADC reference = VDDA?I...

Glodhi by Associate II
  • 288 Views
  • 7 replies
  • 0 kudos

Resolved! Can't create dynamic frequency Signal

I am trying to create a signal that changes its frequency in dynamic way using timers  but i am having some issues to do it can anyone give me some tips for easy implementation to do this task