- This topic has 2 replies, 3 voices, and was last updated 13 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › atmega 32 PORTD input problem
I am using pin 7 – 4 of portD as input and 0-3 as output pin.. But I cant read the value of the PortD input it is always logical zero.. i had enabled internal pull up..
DDRB=0x0F;
PORTD=0xF0
see the link and let me know till where you have reached
http://www.engineersgarage.com/embedded/avr-microcontroller-projects/setting-input-pin-circuit
Have you tried to disable your JTAG , I think that this will help !