HAL_ChibiOS: disable DTCM on H7 for now

DTCM doesn't allow for DMA yet
This commit is contained in:
Andrew Tridgell 2019-02-10 08:51:55 +11:00
parent ff21508ce8
commit 50b7b7beb5

View File

@ -23,8 +23,8 @@ mcu = {
'RAM_SIZE_KB' : 512,
# DTCM ram address and size
'DTCM_BASE_ADDRESS' : 0x20000000,
'DTCM_RAM_SIZE_KB' : 128,
# 'DTCM_BASE_ADDRESS' : 0x20000000,
# 'DTCM_RAM_SIZE_KB' : 128,
}
pincount = {