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.

PROCESSOR-SDK-AM437X: how to reserve a specific memory area in CCS?

Part Number: PROCESSOR-SDK-AM437X

I want to reserve a specific memory area for other Application to use. I know that there a similar description in microchip C:

 char reserved_space[0x1000] __attribute__((space(prog),noload,address(0x8000))));

how to get it in CCS?
  • Hello,

    TI has stopped supporting TI-RTOS based and bare-metal SW development for AM437x. Please refer to the announcement and find consolidated resources there.

    For your specific question, it is not a question of CCS, but a generic ARM compiler question. You may want to get help from ARM communities.

    Regards,

    Jianzhong