We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Having my first asm prog compiled without errors in uVision4 I want to run the simulator. The error is: 'Ulink not found'. I have no Ulink and want to simulate. HOW?
You must change Debug from uLink to SW simulator, see Flash -> Configure Flash Tools -> Debug but full sw simulation works only with few type of MCU.
Thanks have it working. The items __Vectors and reset_handler are only exepted after EXPORT directive declare. Why?
Assume no one other than you is familiar with your project, processor choice, and code construction.
Are you familiar with the processor you have chosen? Review the technical material for the processor and the tools.
Does the software give some error message? Specify what the error says.
No error, code compiles and simulator works, thanks.