SuicidaRubik
Newbie level 1
- Joined
- Jun 29, 2013
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 8
G540 - 89S52 not working
I just received my Genius G540 programmer, and I'm trying to program a AT89S52 as a digital wire to test the programmer but it doesn't work, the LED on P1.0 stays on continualy.
here is the code:
org 0
jmp 40h
org 40h
Start: mov A,P0
mov P1,A
jmp Start
end
I'v already used the 89S52 for others projects, but I always used the programmer of my university so I think to problem is in some configuration of the programer.
Does any one knows what encrypt configurations should I use for it or the standard configurations for the uVision compiler?
I just received my Genius G540 programmer, and I'm trying to program a AT89S52 as a digital wire to test the programmer but it doesn't work, the LED on P1.0 stays on continualy.
here is the code:
org 0
jmp 40h
org 40h
Start: mov A,P0
mov P1,A
jmp Start
end
I'v already used the 89S52 for others projects, but I always used the programmer of my university so I think to problem is in some configuration of the programer.
Does any one knows what encrypt configurations should I use for it or the standard configurations for the uVision compiler?
Last edited: