Hello,
We are using ADUC832 on one of our development project. We have downloaded and installed C51 9.52 version to compile. But the compiler is not generating .axf file after build. We written a sample code to toggle LED ( connected to GPIO).
Is there any problem with settings?
How to generate executable file with compiler?
*We are using default settings which came from installation.
Thank You Eswar
As a casual observer AXF is a very ARM centric format. 8051s almost certainly want BIN or HEX files. What does your device programming tool expect? What other types of files are in your output directory?
We are using wsd.exe from AD website. is is accepting HEX file as input. We'll try to load and getback with results....
Thanks For the reply.