Look at file RIOT/cpu/stm32/stm32_mem_lengths.mk At line 153 defined “RAM_LEN = 192K”, but STM2F407 have not so much long continuously RAM, just 116+12 kbytes and 64 kbyte with separate address starting at 0x10000000. I think this is error in .mk script.
PS How to use RAM2 in STM32L471, this parameter defined in RIOT/cpu/stm32/stm32_mem_lengths.mk but not used anywhere, this is not a CCMRAM and this is not a backup_ram, this is just separated part of RAM how to append work with it use system building scripts.