Hi all,
We have created a project almost similar to the MCSDK image processing demo using CCS v5.0.23. with the edge detection function changed to some other image processing function. We created a new CCS RTSC empty project and copied the source files and so on making some necessary changes. We were able to build the project and got the .out file. We used the same linker configuration file as used for the image processing demo(which worked fine).
When we loaded the .out to CORE0 the following errors were shown in the console:
- C66xx_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. // How can we make memories writable/non writable
- C66xx_0: Trouble Writing Register PC: The IM memory request is not serviced by the HW memory system. This could be caused by the memory address specified does not exist in the specified memory/cache level. (Error -1176) @ 0 (0x0) //What is this IM memory???
- C66xx_0: GEL Output: Disable all EDMA3 interrupts and events.
- What could be the error?
- Should we create our own linker file (if so how?)?
Please respond ASAP.....
Regards.,
Sohal