STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 890 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
  • 625 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
  • 750 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 ...