I had previously posted about a project on virtual glove .
We are using ARM7-TDMI for it . (LPC 2148 precisely)
The thing is that we are not using any development boards . So that means that we will be doing bare metal programming (or thats what we concluded).
I found the toolchain presentation on embeddednirvana quite helpful .
I had a few questions :
1. What all do you need to take care of while running a basic code on an ARM processor ? Hardware and software wise . We have taken care of the basics like reset logic , power supply , clock , etc . Whats the hello world of h/w programming ? Should I generate a square wave on one of the GPIO pins ?
2.How helpful would QEMU be ? Because we wont be having a GUI as such . We have to just read sensors outputs using the ADC and convert it to signals which we can send to the PC (via USB) .
Does anybody have any experience with this ? Is there any other open source tool that could do this ?
4. If anyone has any good resources which google has missed , those would be most welcome .
As this is my first project on ARM , any other general advice and tips will be most helpful :)
Cheers
Anuj