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.
The hex file ouput of keil and Softconsole are different.
After loading the keil hex file into flashpro and programming it to a2f-eval-kit, there is no output displayed on UART.
But the functionality is proper with softconsole hex file.
From what i have read, both of them produce intel hex file as output.
How to get the same output as that of softconsole using Keil.
Thanks
Andy Neil said:Have you tried using the debugger to see where it is failing ?
Have you tried using the debugger to see where it is failing ?
naren_v said:No.I haven't
Why not ?
There is a lot more to software development than just writing code!
It is your job to test & debug your code - it's no use just throwing up your hands, saying "it doesn't work" - and expecting others to fix it for you.
How To Debug
You have a big advantage here, as you have an example that works, and one that doesn't - so you can compare & contrast to see where the non-working one differs ...