This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Code Running Line-by-line (error 65)

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.

Parents Reply Children
No data