mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 18:10:57 +02:00
fix(gdma): correct the max burst size of p4 edma
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
#define GDMA_LL_AHB_DESC_ALIGNMENT 4
|
#define GDMA_LL_AHB_DESC_ALIGNMENT 4
|
||||||
#define GDMA_LL_AXI_DESC_ALIGNMENT 8
|
#define GDMA_LL_AXI_DESC_ALIGNMENT 8
|
||||||
#define GDMA_LL_MAX_BURST_SIZE_PSRAM 64 // PSRAM controller doesn't support burst access with size > 64 bytes
|
#define GDMA_LL_MAX_BURST_SIZE_PSRAM 128 // PSRAM controller doesn't support burst access with size > 128 bytes
|
||||||
|
|
||||||
#define GDMA_LL_TX_ETM_EVENT_TABLE(group, chan, event) \
|
#define GDMA_LL_TX_ETM_EVENT_TABLE(group, chan, event) \
|
||||||
(uint32_t[2][GDMA_ETM_EVENT_MAX]){ \
|
(uint32_t[2][GDMA_ETM_EVENT_MAX]){ \
|
||||||
|
Reference in New Issue
Block a user