cancel
Showing results for 
Search instead for 
Did you mean: 

STM32U595 fmc dma burst size limit of 8 bytes

Woody
Associate

 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

1 REPLY 1
Amel NASRI
ST Employee

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.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.