STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

F429 - DMA - Memory to Peripheral Broken!

Hi All,I am having trouble with DMA transfers using a F429.I am using DMA1, Channel2, Stream6 - regulated by TIM4 Updates.It is a memory to perpheral, 32 bit, single transfer, double buffer Off - from Flash (AHB3) to GPIOG (AHB1).However, it breaks o...

PSPF by Associate II
  • 1206 Views
  • 8 replies
  • 0 kudos

QSPI peripheral state remains busy when using DMA

Hi,I'm trying to use QSPI to interface with a flash memory chip (GD25Q16). I can read and write to memory and status registers using blocking code, but I'd like to use DMA to decrease the CPU load. However, the QSPI handle's State gets stuck in HAL_Q...

BBagl.1 by Associate
  • 758 Views
  • 2 replies
  • 0 kudos

STM32L011 + systick + WFI problem

Hello, my STM32L011's core is running at 32 MHz. I use systick for 1 ms interrupt. However, if i try to use the WFI inside my while loop in my delay function, the timebase changes from 1 ms to 6.28 ms. Any help is appreciated!#include "user_systick.h...

LBogd.2 by Associate II
  • 937 Views
  • 5 replies
  • 0 kudos

Resolved! In STM32F7508-DK board , If all flash of 64 KB is occupied, Can we use QSPI Flash ? If yes then what is exact procedure ? Is there any drawback ?

We are Planning to Use STM32F7508-DK board for our Application. As I go through Datasheet of it. It is mention that 64 KB for internal flash. But I am very sure that my application required more than 64 KB. Question : Can we use QSPI Flash in case ...

STM32H7A3 - problems with SDcard

I'm trying to use a SDcard on a STM32H7A3ZI and hitting a roadblock. Everything in the initialisation wotks until the SD_SendSDStatus function in stm32h7xx_hal_sd.c. This fails as it never sees __HAL_SD_GET_FLAG(hsd, SDMMC_FLAG_RXFIFOHF) and always ...

PMath.4 by Senior III
  • 961 Views
  • 4 replies
  • 0 kudos