We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
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.