Compiler documentation

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Compiler documentation

175 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tvink on Fri Jan 09 14:11:57 MST 2015
Hi,

Where can I download the compiler documentation.  Not sure what it would be called, the compiler ref manual? 
I want the document that lists the peripheral register names, how to refer to the bit positions in them, macros that are available, supported types and their size, etc.  Pragmas, and that sort of thing.


Thanks
0 Kudos
1 Reply

163 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Sat Jan 10 01:36:38 MST 2015
You are askin for a combination of things here.
1. Compiler. Look in the help in the IDE and you will find lots of documentation on how to use gcc.
2. Peripheral names etc. these are documented in the user manual for the chip you are using. If you want to see how to use them from C, then look for the documents for LPCOpen for your chip on this website. The ide includes examples that use lpcopen.
0 Kudos