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.
I am looking for a step by step instruction how to setup a pure assembler project with uVision which is possible to download and debug on the target board (LM3S8962 Evaluation Board) later on.
I have no problems with a c project but with an assembler project.
Any hint would be great.
Maybe someone could post an example project just with some lines of code.
Thanks for helping.
Hi,
this is C library startup/init stuff for stack and heap. You must manage this by yourselv. The minimum you'll need is the SP.
But _why_ do you want to write in ASM? Why not using the armcc and write only the "hardcore-quick" funcs in asm?
--- If you are not sure with the startup you may also use the arm C lib, and call your beginning assembler code as a function from C main :-)
BR, /th.