Content originally posted in LPCWare by giamby3000 on Fri Jul 29 06:49:00 MST 2011
Hi!
How can I find C compiler information used iin LPCXXpresso?
In particular I would like to know data types representations like these:
int : how many bits ?
char
unsigned char
long?
uint32 ect... ?
With other compilers for 8 / 16 bit uP I can make an asm call for example
__asm NOP
How can use this instruction in LPCXpresso / GNU GCC compiler?
How can I find these informations?
Thank you very much and sorry for my basic questions!
:confused::confused::D