Hi,
I am working on a edge detection simulation project using C64x device simulator in CCS V3.1. I first wrote the program in C , then in linear assembly and finally for a more hand optimized code I wrote it in assembly language. The program worked fine in both C and linear assembly but in assembly I keep on getting this error, someone help please!!!!
This is the error that occurs every time I run the assembly program:
Trouble running Target CPU: Memory Map Error: WRITE access by Default to address 0xff0000, which is RESERVED in Hardware.
Trouble running Target CPU: Memory Map Error: READ access by CPU to address 0x400000, which is RESERVED in Hardware.
I know that that it can be rectified by altering the GEL file by adding a GEL_MapAdd() function, but I don't know how to do it... can anyone please guide me, I am really struck in that part.