Skip to main content
Visitor II
April 22, 2025
Question

STM32U595 fmc dma burst size limit of 8 bytes

  • April 22, 2025
  • 1 reply
  • 438 views

 For STM32U595, I use DMA for the FMC interface, and the maximum burst size is only 8 bytes,
How can I increase the burst size?

 

fmc_burst_timing.png

dma_config.png

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    April 30, 2025

    Hi @Woody ,

    Based on this table from AN5593, the maximum burst length depends on GPDMA used channel and data width:

    AmelNASRI_0-1746031226472.png

    In STM32CubeMX interface, Data Width & Burst Length are parameters that you can configure once you select the channels to use, on channel dedicated tab.