Hello! As running code from flash is not so fast I want to run code from RAM. So I took the example that was delivered with the Analog Devices ADuC_Beta702x kit called "FuncRAM". Wenn I let it run on hardware, then its all ok. But when I try to simulate the code I get the error "no execute/read permission". How can I tell the simulator, that execution of code is possible in RAM? Bye,Rainer.
Rainer, It looks like it has to do with the Debugger's Memory Map. I would set the necessary RAM range as execution as well. You may check.: http://www.keil.com/support/docs/814.htm Alex
Hello Alex! That's it! Now it works! I first had to clear a mapping and then renew the mapping with the additional execute flag. Thanks,Rainer.