Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
12 years ago.
offline compiler
I was installed uvision and try to compile it into MBED but when I 'load' it, still error, what wrong with this, and how to setting right parameter in uvision. the message error is "NO ULINK DEVICE FOUND"
thanks before for your help...
Question relating to:
1 Answer
12 years ago.
Hi,
I am not sure which type of target connection you are using, but try to give you some hints.
1) Using (normal) mbed flash drive
- Open target option of your project : Menu [Project -> Option for Target...]
- Select Utilities tab
- Check 'Use External Tool for Flash Programming'
- Set Command: cmd
- Set Arguments: /c copy build\test.bin d:
Note: "build\test.bin" is your binary file created by fromelf utility and "d:" is mbed flash drive You may need to change both of them. - Press OK to close target setting
- Download your binary into flash : Menu [Flash -> Download]
2) Using CMSIS-DAP firmware (beta version)
- Open target option of your project : Menu [Project -> Option for Target...]
- Select Utilities tab
- Check 'Use Target Driver for Flash Programming'
- Select CMSIS-DAP Debugger
- Press OK to close target setting
- Download your binary into flash : Menu [Flash -> Download]
I hope this helps.
Regards, Toyomasa Watarai