Hi.I am writing a program and when i want to compile it and make HEX file there is a error like this: .\Objects\camera.axf: Error: L6320W: Ignoring --entry command. Cannot find argument 'Reset_Handler'. what should i do? Thanks
"what should i do?"
Walk through Keil's getting started information?
Start to use something more descriptive than "error" as summary?
Not try to run before you can walk?
Make sure your project has a startup file with a definition of the reset vector?
Spend some time with all the available example programs and make sure you understand them before you try to write own code?
Try Google?
The project needs a startup.s type file describing the vector table, and providing the reset handler code, and stack frame.
Review the available project templates for your device, Keil and manufacturers have historically provided examples for chips and boards, review some of those. Absent your specific part look at other Cortex-Mx parts
Thank you so much for your help.Problem solved Thanks again
View all questions in Keil forum