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

Error Flash memory in STM32F7508-DK

Hi,I am very new with STM32F7508-DK. For the first time, I only want to display image in the board and I think it is not a problem for this board. But still get some error with FLASH memory. This is the error:c:\st\stm32cubeide_1.4.0\stm32cubeide\plu...

ANguy.3 by Associate II
  • 965 Views
  • 3 replies
  • 0 kudos

How to setup I2S with DMA bare Metal

Hi guys,I am having the hardest of times trying to get this to work. The only thing I got working is seeing the MCLK which shows a more of a sinewave then a PWM (is that right even)?I tried everything, to copying the HAL code as well. When using HAL ...

CLeo.1 by Senior II
  • 1630 Views
  • 5 replies
  • 0 kudos

QSPI_FLAG_SM timing out on QSPI flash test

Our board is using an STM32H753 MCU with QSPI Serial Flash IS25WQ040. Quad SPI was enabled in CubeMX and I see the QSPI functions in stm32h7xx_hal_qspi.c. I'm just trying to get a Qspi_Test function called from main working that is currently gettin...

MRex by Associate III
  • 2895 Views
  • 7 replies
  • 0 kudos

Connecting STM32F429 to external DAC AD5443 using SPI

Dear All,I am new to the STM32 world and I would like to check it is possible to connect Analog Devices DAC AD5443 using SPI to the STM32F429. DAC has a SPI running up to 50 Mhz and STM32 just to 45Mhz, but except this, the SPI timing diagram of both...