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.

problem downloading program to flash

Status
Not open for further replies.

nirb81

Newbie level 1
Joined
Jun 22, 2008
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,293
atocd51

Hi,
my problem is that the 'c' program that written in keil doesn't seems to download to the AT89C51RE2 on starter kit AT89STK-11 with emulator ATOCD51.

I'm using the following command:

-device ATOCDTARGET -hardware RS232 -port COM8 -baudrate 19200 -ocd C51 -operation onfail abort memory 14 loadbuffer %H PROGRAM

the summery of the FLIP download is:

Device selection....................... PASS
Hardware selection..................... PASS
Opening port........................... PASS
Initializing OCD....................... PASS
Synchronizing target................... PASS
Reading Bootloader version............. PASS 1.2.0
Selecting Memory....................... PASS
Parsing HEX file......................... PASS 01.HEX
Programming memory................. PASS 0xffffffff 0x00000
Summary: Total 9 Passed 9 Failed 0

i think the problem lies in the Programming memory line the address ther seems odd.

i add a file with pictures from keil of the configuration.

thanks in advance
Nir
 

I am using the flip 3.4.1 version, and the programming is working fine for me. I use the following command "C:\Program Files\Atmel\Flip 3.4.1\bin\batchisp.exe -device ATOCDTARGET -hardware RS232 -port COM3 -baudrate 19200 -ocd C51 -operation MEMORY 14 LOADBUFFER %H PROGRAM".

Regards,
Koteswara
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top