stm32-rs/stm32f7xx-hal

Error in memory.x ?

rubik83 opened this issue · 0 comments

On line 6 of memory_2048_368.x there is
"RAM : ORIGIN = 0x20000000, LENGTH = 368K + 16K"
according to datasheet it would be
"RAM : ORIGIN = 0x20000000, LENGTH = 128K + 368K + 16K"
or
"RAM : ORIGIN = 0x20020000, LENGTH = 368K + 16K"