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.
I am using ULINK Pro but could not find the AXF file in debug configuration. I only can found .map file under Mem_mmg of Debug folder
Have you actually done a successful build of your 'Debug' configuration?
The file will be where you configured it to be!
http://www.keil.com/support/man/docs/uv4/uv4_dg_adsout.htm
yes, i have done successful build in eclipse, but ULINK pro could not connect to the target, there is no axf file found in debug configuration in eclipse
SKM9998 said:i have done successful build in eclipse
So have you configured your build to create an AXF file?
If you're using Eclipse, are you also using GCC ?
GCC usually generates ELF ...
SKM9998 said:ULINK pro could not connect to the target
Connecting to the target is an entirely separate issue!
Andy Neil said:GCC usually generates ELF ...
Seems to be the case: https://community.arm.com/developer/tools-software/tools/f/keil-forum/44253/pending-breakpoint-in-ds-5-debug-eclipse-platform ?