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.
Hi,
I would like to know, without single line of assembly code, is it possible to develop an embedded application (using only C) for ARM7 or ARM9 using MDK-ARM?
thanks
Your startup code is in assembly, but you can do just fine without any further assembly in your code.
thank u
Next step up is to look at Cortex chips that can manage everything - even the startup - with just C code.
The IDE might even pull suitable startup code from library automatically.