QUERY · ISSUE
[STM32] DTCM buffer incorrect sized for processor type
port-stm32
In flashbdev.clocation and below the used DTCM is 64kByte, however the STM32F76xxx and STM32F77xxx feature a DTCM of 128kByte, whereas the STM32F75xx and STM32F74xx have a 64kByte DTCM.
CANDIDATE · ISSUE
[STM32] stm32h743.ld has wrong flash size
The stm32h743.ld file on the latest version has a wrong setting for the Flash memory size:
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1024K
The size should be 2048K.