senthilkumar
Advanced Member level 1
- Joined
- Nov 24, 2001
- Messages
- 401
- Helped
- 27
- Reputation
- 54
- Reaction score
- 19
- Trophy points
- 1,298
- Location
- india
- Activity points
- 3,965
hai,
i try to pgm the chip89s8252 by pony programmer (avr adapter).
reading ..................ok
writing....................ok
verifying .................ok
but after pgm the code doent work.
i write the code just like that
#include <at898252.h>
#include <stdio.h>
main(){
while(1){
P1^=0xff;
P2^=0xff;
P3^=0xff;
}
}
any one help me
i try to pgm the chip89s8252 by pony programmer (avr adapter).
reading ..................ok
writing....................ok
verifying .................ok
but after pgm the code doent work.
i write the code just like that
#include <at898252.h>
#include <stdio.h>
main(){
while(1){
P1^=0xff;
P2^=0xff;
P3^=0xff;
}
}
any one help me