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

proble with ULINK

hi, I am trying to connect ULINK2 to LPC2368 board. when i am trying to debug it is giving me error "could not load .afx file".

thanx

Parents
  • No problem with underline. It is just the dot '.' that is problematic, since it tells the IDE that _you_ have supplied an extension, in which case the Keil tools will not add any file name extension.

    This is a quite common action. If you take a normal text editor and try to save 'john.rambo', the editor will assume that '.rambo' is the extension, and will not add any '.txt' extension to the file name.

Reply
  • No problem with underline. It is just the dot '.' that is problematic, since it tells the IDE that _you_ have supplied an extension, in which case the Keil tools will not add any file name extension.

    This is a quite common action. If you take a normal text editor and try to save 'john.rambo', the editor will assume that '.rambo' is the extension, and will not add any '.txt' extension to the file name.

Children