DSPRelated.com
Forums

Memory Problems on C6713

Started by zvik...@gmail.com March 13, 2007
Hi,

I encounter memory problems when I try to run my code. I work on CCS 3.1 and with C6713 DSP chip (Simulator).

Each time I try to run I get the following error:

Error: Memory Map Error: READ access by CPU to address 0x79de0, which is RESERVED in Hardware.
Trouble running Target CPU: Memory Map Error: READ access by CPU to address 0x79e20, which is RESERVED in Hardware.
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 tried moving my memory to SDRAM and not to work with IRAM at all, but it keeps failing each time.

Any ideas anyone? Thanks.