SPI DMA transfer not available #3

Closed
opened 2021-01-15 06:40:38 +00:00 by imi415 · 1 comment
Owner

SPI DMA request utilize DMA1 Stream 0, however CubeMX generated linkerscript places data and stack sections at DTCMRAM by default, which cannot be accessed by DMA1 peripheral. Use RAM_D1 instead of DTCMRAM may solve this issue.

SPI DMA request utilize DMA1 Stream 0, however CubeMX generated linkerscript places data and stack sections at DTCMRAM by default, which cannot be accessed by DMA1 peripheral. Use RAM_D1 instead of DTCMRAM may solve this issue.
imi415 added the
enhancement
label 2021-01-15 06:40:38 +00:00
Author
Owner

Closed due to stale.

Closed due to stale.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Embedded_Projects/STM32H750VB_EPD#3
No description provided.