Ok, I found the solution myself. In the memory map file (PROJ_DIR/Debugger/MK70FN1M0.map) I replaced
reserved 0x60000000 0xDFFFFFFF // Flexbus for external memory
with
range 0x60000000 0xDFFFFFFF 4 ReadWrite // Flexbus for external memory
to enable DDR memory.