This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS: Detecting EPI RAM Presence

Tool/software: TI-RTOS

Hello,

I am looking for any solution to detect the presence of the EPI SDRAM. I put the following code to a device where the RAM is not present and I can not upload any new code into the target. When I hit the debug the CCS says: Error connecting to the target

    uint16_t * start = (uint16_t *)0x60000000;
    uint16_t startVal = start[SDRAM_START_ADDRESS];

EK-TM4C12EXL
TI 18.12.1.LTS
RTOS 2.16.0.08
XDC: 2.32.0.06