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, I am currently having problems running my code on Keil. I have to press the run button(F5) for every line of code. Furthermore, if I make a function call, once the debugger reaches the function, (i am using function from CMSIS-DSP library for example) I must also click the run button for each line of code in the function as well.
I have a feeling that it is due to the error 65 message I receive every time I click the run button in the command window. I tried following what the Keil site suggests about the error message, ie mapping the parts of memory where i want read/write/execute access, but when I recompile and run the debugger again, the mappings I just did are gone and I get the error message again.
Any help would we appreciated.