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

problems with start/stop debug session

Hi,
I'm new to Keil but have been working with micros for many years. I am using Keil vision 2 and am programming a Cypress USB chip.

The code compiles with no errors. I can download it from Cypress EZ-USB GUI, and it works fine. When I click on the start/stop debug session I get the error message "could not load file , xxxmyfile, debugger aborted".

If I choose not to load the application at start up under the debugging options, I can run the program but it isn't functioning correctly (as is does when I download it by Cypress EZ-USB).

The problem seems to be listed in the xx.m51 file as UNRESOLVED EXTERNAL SYMBOL for a couple of cases.

I'm probably missing something very dumb so expect I might get flamed.

Parents
  • Are you 101% certain that this warning is benign? Otherwise, there is no point in trying to debug code that hasn't even built properly!
    Wrong!
    All of us, at one time or another, have been 200% sure of something that was not so. I have, after many years, finally realized that "sure" is not a word when it comes to uC projects.

    Erik

Reply
  • Are you 101% certain that this warning is benign? Otherwise, there is no point in trying to debug code that hasn't even built properly!
    Wrong!
    All of us, at one time or another, have been 200% sure of something that was not so. I have, after many years, finally realized that "sure" is not a word when it comes to uC projects.

    Erik

Children