2025-04-22 1:46 AM
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?
2025-04-30 9:41 AM - edited 2025-04-30 9:42 AM
Hi @Woody ,
Based on this table from AN5593, the maximum burst length depends on GPDMA used channel and data width:
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.