I am using s32k144 EVK board. I am trying to access FlexRAM memory 4kB and D-Flash memory 64kB in the same code. First I am writing data to FlexRAM, I checked in memory window the data is written but while writing data to D-Flash memory, in the memory window it is showing 0 which indicates data is not written to the D-Flash memory(Both memories I tried to access individual able to write/read data properly). First I want to know whether it is possible to access both the memories from the same code? If yes, please support how to achieve it. Kindly support.