2
votes
2answers
767 views

How to pass string for EEPROM write for ATMega32? (in the following code)

How could I pass a string for EEPROM write first and read in the code as: ...
2
votes
1answer
501 views

PB7, PD7 (on ATMega32) won't work when pull ups enabled. Also PC6 and PC7 don't show output

I am making 16*16 keypad(on PORTB and PORTD) with ATMega32 using proteus 6.9 and AVRstudio5. My problem is PB7 and PD7 won't work when pull ups on those pins are enabled. Here PD7 is output, so no ...