[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] uisp programming problem
From: |
RogerB |
Subject: |
Re: [avr-gcc-list] uisp programming problem |
Date: |
Mon, 10 Dec 2001 18:07:59 -0500 (EST) |
Hi. I'm using uisp ver1.0b in the parallel mode and I
seem to be getting a strange error. If I burn a small file
(into a at90S2313) everything is ok but if it's larger than
150 or so bytes memory location 0 and 1 alway end up zero.
I'm getting good signals to the chip, checked them
with a scope and they all looked good. The power supply is
regulated (5V)and the chips have bypass caps so there's
no noise.
I added more delay but that didn't seem to do
anything. So here's what I've been doing
/opt/avrgcc/bin/uisp -dapa -v=3 --upload whatever.hex
or I add the -dno-poll if that doesn't work
/opt/avrgcc/bin/uisp -dapa -v=3 --verify whatever.hex
and I get back from the verify command
Number of delay loops per 100 millisecond: 89687
port access granted, dropping permissions...
AVR Direct Parallel Access succeeded after 0 retries.
Vendor Code: 1e
Part Family: 91
Part Number: 1
Atmel AVR AT90S2313 is found.
Page Mode Enabled: No
FLASH Write Delay (t_wd_flash): 17444 us
EEPROM Write Delay (t_wd_eeprom): 8722 us
Verifing: flash
#flash error at address 0: file=ab, mem=0
flash error at address 1: file=c0, mem=0
############################
(total 898 bytes transfered in 0.54 s min/avg/max = 1366/1673/1730
bytes/s)
Any help would be welcomed
- Re: [avr-gcc-list] uisp programming problem,
RogerB <=