STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 674 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
  • 832 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
  • 828 Views
  • 4 replies
  • 0 kudos

init SDIO eror SDIO_Init(&SDIO_InitStructure);

i used SDIO project to read micosd card in STM32 Standard Peripheral Librarieswhen i upload code and debug__IO SD_Error errorstatus = SD_OK; uint32_t response = 0, count = 0, validvoltage = 0; uint32_t SDType = SD_STD_CAPACITY; /*!< Power ON Sequence...

HNguy.14 by Associate II
  • 383 Views
  • 2 replies
  • 0 kudos