Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RAM address and add ITCM and DTCM sections
Previously DTCM region was simply added to RAM region, this can cause problems with DMA as DMA does not have access to DTCM region. See page 71 and 76 in data sheet RM0410 Rev 4. #123 Signed-off-by: Moritz Scheuren <[email protected]>
- Loading branch information