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.