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! 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
  • 794 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
  • 242 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...

Resolved! STM32H523CE RTC wakeup

I want to use the on-board RTC while all power (except VBAT which will be connected to a battery) is turned off to retain the clock.Is it possible to power the on-board RTC from VBAT and turn off ALL other supplies?What will happen after the other su...

thansen by Associate III
  • 826 Views
  • 5 replies
  • 1 kudos

mcuboot bootloader update

Using following Setup:IDE : VS Code (NRF connect plug-in)Programmer : Stm32Cube programmerSt-link DebuggerOS: Zephyr 3.6MCU: Stm32u5 seriesBootloader: mcubootI am looking for the zephyr's mcuboot bootloader upgrade support in STM32u5 toolchain via FO...

A Maq by Senior
  • 1046 Views
  • 2 replies
  • 1 kudos

I2S read write at the same time for STM32F429IGT6

Hi STM,I'm working on coding I2S read/write at the same time with STM32F429IGT6.I enable I2S write with HAL_I2S_Transmit_DMA and Audio playback successfully.I could also scope the signal from the Sdout pin.However, if I enable I2S read with HAL_I2S_R...

Resolved! How to cancel HAL_SPI_TransmitReceive_DMA

How to cancel HAL_SPI_TransmitReceive_DMAWe are developing SPI communication devices using HAL_SPI_TransmitReceive_DMA.We would like to cancel or stop HAL_SPI_TransmitReceive_DMA even in the middle of transmission by GPIO interrupt, but we do not kno...

ST7540 application software doesn't work???

Posted on December 27, 2017 at 10:13STEVAL-IHP005V1 application software doesn't work???Hi all,I tried to install software for testing Power line module based on ST7540 and STM32.I installed it on window 7 and window 10, both of them can't start pro...