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! UCPD Source(X_NUCLEO_SRC1M1) and Sink (X_NUCLEO_SNK)

Hello, We have purchased the following boards recommended by STM in order to work on UCPD Source and Sink applications: 1. Two NUCLEO-G071RB boards 2. One X-NUCLEO-SRC1M1 3. One X-NUCLEO-SNK1M1 We downloaded the repository of board and imported the f...

Resolved! STM32H7 SDRAM Speed Code and CAS Latency

Hello,SDRAMs are available in different speed option -5, -6 or -7. IMHO this specifies the max. SDRAM clock at CAS=3, but SDRAM can configured via CAS parameter to be used at a lower clock frequency.Alliance Memory -7 for example can be configured CA...

AM_sdram_timing.png ISSI_sdram_timing.png ISSI_sdram_read_timing.png DS12117rev9_figure35.png
regjoe by Senior II
  • 1471 Views
  • 4 replies
  • 0 kudos

PMOD I2S2 spike after frequency change.

Hello,I use STM32F407G-DISC1 with Digilent PMOD I2S2. I have FIR filter project and after i enable sound or drasticly change frequency, volume spikes. After few seconds it becomes normal again. Why is that?Code:#include "main.h" I2S_HandleTypeDef hi2...

CzyzyK by Associate II
  • 398 Views
  • 0 replies
  • 0 kudos

Resolved! Bootloader GO command doesn't work STM32G070RB

Hello everyoneI use an ESP32 to start a firmware update. The bootloader has been started, the esp32 writes block by block. In the end, I use the Go Commad from Bootloader Command Sets to jump into the application. My sequence.1. set BOOT0 Pin back to...