Content originally posted in LPCWare by Mike45 on Thu Oct 21 15:41:18 MST 2010
Quote: CodeRedSupport
Everything is available from the command line and you can use your own editor. Add the bin and tools/bin directories to your path.
However, you will find it *much* easier to use the IDE - wizards to create projects, Makefiles automatically generated with all correct options, auto generated linker scripts for you particular mcu etc etc. You can do this yourself, but you are making your own life much harder. Try the IDE - you might even like it ;-)
wow! that's really good news. i know how to do these things for my avr given i've got plenty of tutorials and templates. I will use the IDE until i understand all about the makefile and compilation. Is this enough knowledge to do what you're saying, or more things specific to the arm?
--
(another question, if i may ask - sorry i know this should be an easy one, but i just want to clarify)
What is the difference between your libraries and the code base provided by Microbuilder.eu?
for instance, an ADC_Init routine, are there two differences?
1. different(or the same) address operations to achieve the same thing
2. LPC uses the CMSIS naming standard for all the registers
If #1 is true how are they able to access those registers? what is given to the public that is common for all m3's?
thanks!