tictac
Full Member level 5
hi
I use ATMEGA128 in my project,I connect PORTF of atmega128 to a GRAPHICS LCD for command.
I want to know that can I use PORTF as output,I use CODEVISION for programming in C .
by this command in CODEVISION I want to have +5v at pin 0 and 7 .but when I measure this pin's
voltage I see 1 volt over pin 0,7.I turn off THE JTAG of this micro.
DDRF=0xff;
PORTF=PORTF|0x81;
PLEASE HELP ME.
BY REGARDS.
I use ATMEGA128 in my project,I connect PORTF of atmega128 to a GRAPHICS LCD for command.
I want to know that can I use PORTF as output,I use CODEVISION for programming in C .
by this command in CODEVISION I want to have +5v at pin 0 and 7 .but when I measure this pin's
voltage I see 1 volt over pin 0,7.I turn off THE JTAG of this micro.
DDRF=0xff;
PORTF=PORTF|0x81;
PLEASE HELP ME.
BY REGARDS.