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

STM32N6: DMA2D is not working with AXISRAM3

Hi,I have a DMA2D issue with a STM32N6 Nucleo-144 board. I can use the DMA2D to blend two framebuffers if the inputs are in the AXISRAM1. However, when one of the framebuffers is in AXISRAM3 (NPU RAM), the DMA2D doesn't copy from the relevant framebu...

akosnagy by Associate
  • 105 Views
  • 0 replies
  • 0 kudos

STM32N657I0HxQ - Custom Board - FSBL Load & Run issue

Hello,    I have designed a custom PCB using STM32N657I0HxQ and W25Q32JWZPIQ NOR flash. I am following the STM32N6 FSBL Load & Run tutorial https://community.st.com/t5/stm32-mcus/how-to-create-an-stm32n6-fsbl-load-and-run/ta-p/768206 , but have troub...

fsbl-flash.jpg app-flash.jpg fsbl-memory.jpg app-memory.jpg

Resolved! STM32H747BGT6 SMPS and USB supply pins

Hi, Im planning on using STM32H747BGT6 in LDO mode only and no USB interfaces will be used. What should I do with SMPS pins (VSSSMPS, VLXSMPS, VDDSMPS, VFBSMPS) and USB supply pins (VDD50_USB and VDD33_USB)? The datasheet nor the application note don...

el659 by Associate III
  • 72 Views
  • 1 replies
  • 2 kudos

STM32 Unable to get Core ID

Hi All,I'm new to using the STM32 and honestly had great grief trying to connect to the chip.I'm using STlink V3 and designed my own PCB.Trying to flash a F/W to the PCB. I ordered the PCB from JLCPCB.I keep getting unable to get core ID as a message...

DMA Request Synchronization?

What does DMA Request synchronization do? In the case of SPI_Rx does it trigger SPI reception when TIM12 updates (overflow) if i set synchronization signal to be TIM12 TRGO

sreyas40_0-1762510665387.png

LTDC + DSI Video Mode - No Display

I am attempting to display to an ILI9881C based panel. After successfully initialising and testing the panel using DSI only, I am working on DSI Video mode to pull data from a frame buffer via LTDC.I have the DSI configured as follows  static void MX...

Iris-DM by Associate III
  • 1209 Views
  • 9 replies
  • 0 kudos

STM32G4: SPI, NSSP and CHPA

I like to use SPI in continous DMA mode together with a SPI-slave that uses the falling-edge of the spi clock (AS5048A: https://ams-osram.com/products/sensor-solutions/position-sensors/ams-as5048a-high-resolution-position-sensor). So, I have to use C...