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

STM32H750B-DK Debug issue with SCB_EnableDCache

Hi all. I am aware that this topic has been discussed before here:  https://community.st.com/t5/stm32-mcus-products/debugger-hangs-at-scb-enabledcache/td-p/640648 and here: https://community.st.com/t5/stm32-mcus/dma-is-not-working-on-stm32h7-devices/...

STM32H7 - USB High Speed - External Phy

I'm using an STM32H750 MCU to run an application that communicates with a computer via USB in CDC ACM mode. The application uses USBX from Eclipse ThreadX and an external USB PHY (USB3300) to perform high-speed communication. My application works fin...

Is bank swap of stm32h523VCT6 possible?

I checked the datasheet and there is a memory map of 521Kbyte.But I use the stm32h523VCT6 chip.This chip has 256Kbyte of memory.Can't a chip with 256Kbyte of memory use bankswap?If it can, can you tell me the memory address? 

Roy_Lee_0-1732553972220.png
Roy_Lee by Visitor
  • 39 Views
  • 0 replies
  • 0 kudos

Strange issue with timer pwm in dma mode

Hello,I'm facing a very strange issue with timer PWM in DMA mode.I use the PWM channel to send step pulses to a stepping motor in order to free the mcu while the motor is moving, rather than using time consuming delays.The issue raises when I change ...

zeboss49 by Associate III
  • 390 Views
  • 2 replies
  • 0 kudos

How to Cache Bitmaps Stored on an SD Card

Hello, everyone,I am following the following youtube video posted by ST: https://www.youtube.com/watch?v=jE_nL1GObmA.My intention is to use an SD card to go and insert images due to a lack of space in flash or external ram.I followed the video, creat...