in ARM , how can i change the values at the output pins? i.e.,in my program, i cant use the IOSET and IOCLR commands to change the values at the output pins bcoz the output in my program should change depending on the runtime variables(about which i cant have a prior knowledge)
ex.: in AVR compilers, i can use......
PORTA.0=X (where X is a run time variable) {for manipulating the 0th pin of portA)
how can i do similarly in ARM conrrollers?? can i use PORT1.0=X
is there any such possibility??
have you compiled the code above to see what assembly it generates? "slow" - it is now! have a look in your data sheet, if you are using an LPC there are different possibilities to assign values to port pins.
what is it with me today (that's what you get when you have a deadline and you're working home, I guess!):
"slow" - it is now!
I meant: "slow" - it is not!
of course!
"what is it with me today..."
Don't know what timezone you're in, but if you were in mine I'd say that it's too early in the day for alcohol ;)
thanq that was fine
by the way,,,,,
do any one of u have any pdf docs regarding the timer registers of ARM7 microcontrollers or atleast can any one tell me where to get the timer registers for the ARM (i want to write a code for the timer)