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.

C64x-Plus Loader Error

Hi,

I am trying to debug the FFT_Example_64P_LE_COFF project in the C64x+ DSP library. The project builds succesfully. However when I try to debug the project I receive the following error.

C64XP_0: Loader: One or more sections of your program falls into a memory region that is not writable.  These regions will not actually be written to the target.  Check your linker configuration and/or memory map.

I am using the DSK 6455 board and Code Composer Studio v4. Please Advise.

Thanks,

Ajay.

 

  • Ajay,

    If you want advice, it is to "check your linker configuration".

    You are most likely using an invalid linker command file (or no linker command file). You must use one that matches the device and board configuration for your C6455 and the DSK. The DSK6455 should come with some examples that have good linker command files. And if you used DSP/BIOS or SYS/BIOS, they would have starter or setup configuration files that include the correct information for the DSK6455 and would generate a linker command file for you.

    Regards,
    RandyP