manvindar
Member level 1
- Joined
- Jun 10, 2012
- Messages
- 41
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Location
- Banglore
- Activity points
- 1,529
hi i am newbie for ARM Microcontrollers....
i want to know how can i select a particular pin for making it high or low
like what should i do to make port 0.22 high...
IOSET0 = 0x00FF0000 <-what should be the value for pin 0.22 and how to select any other pins
how to make a port i/p or o/p
like in this command "IODIR0 = 0x00FF0000"
and how to read a port if its a input port
thanks
i want to know how can i select a particular pin for making it high or low
like what should i do to make port 0.22 high...
IOSET0 = 0x00FF0000 <-what should be the value for pin 0.22 and how to select any other pins
how to make a port i/p or o/p
like in this command "IODIR0 = 0x00FF0000"
and how to read a port if its a input port
thanks