Hi everyone!We are working on a bare-metal ARM Cortex M7. It has no ROM and limited size for ITCM and DTCM.We have an external RAM at 0x60000000 which is large enough. Can we utilize that memory (RAM) as an extend to DTCM?Please note that the external memory that I mentioned is connected to AXI bus.If it is not possible, can we reallocate the variables that we have on this external memory as a storage?Warm regardsMehran