How to set port pin of ARM philips lpx21xx processor
Ex: 8051 MCU
sbit one = P0^0; sbit two = P0^1;
but i need port accessing for ARM controller how to use port pin of ARM....
You are asking the wrong question. You need to be asking what books or tutorials should I buy. Look at the the books referenced on this web site for ARM reference manuals. Look at some of the examples such as 'Blinky' in the ARM/RV30/Examples folder. Bradford