Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] G540 Software crash on Win7 64

Status
Not open for further replies.

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?
 
Last edited:

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top