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
  • You have to make sure that you've done the following adjustements in the Options:

    - Utilities:
    Use Target Driver Flash Programming -> ULINK ARM Debugger
    under settings you'have to use the LPC2000IAP 512kB Flash

    -Debug:
    Use: ULINK ARM DEBUGGER and under settings select the 200kHz Jtag Clock

    -Output & Listing:
    You have to verify that you've selected the right folders

    - Output:
    an mark at 'create an executable and very important the name of your exe only should use normal letters and numbers. No underlines no points or other exclusive symbols

    - C/C++ :
    the include path should include the path of your program

    if you've done that, it should work

Reply
  • You have to make sure that you've done the following adjustements in the Options:

    - Utilities:
    Use Target Driver Flash Programming -> ULINK ARM Debugger
    under settings you'have to use the LPC2000IAP 512kB Flash

    -Debug:
    Use: ULINK ARM DEBUGGER and under settings select the 200kHz Jtag Clock

    -Output & Listing:
    You have to verify that you've selected the right folders

    - Output:
    an mark at 'create an executable and very important the name of your exe only should use normal letters and numbers. No underlines no points or other exclusive symbols

    - C/C++ :
    the include path should include the path of your program

    if you've done that, it should work

Children