[DSP-10] stupid windows
Paul Kupper
[email protected]
Mon, 18 Mar 2002 14:13:24 +0100
Hi
Yes it's annoying to load the UHF3 from windows and then switch back to =
DOS. I burned the DSP software into an EPROM so I don't have to load the =
program, just switch the power on and the EZ-Kit Lite is ready to go.
With the EZ-Lite Kite you became all of the tools to compile the UHF3 =
source files obtainable from Bob Larkin. The trick is to compile not =
only a "EXE" file. I include a bat file, which should give you the =
instruction. You have to adopt the batch file for your environment. The =
last line of the batch "spl21 ........" will generate a file named =
uhf3.bnm which is a Motorola S record file for the EPROM burner. Load it =
with your EPROM programmer and burn it into a 27C512 or a 27C1000 EPROM =
and plug it in. Be careful to proper align the 27C512, which is shorter =
than the original EPROM.
73 de Paul HB9OMQ
BATCH FILE FOR EPROM COMPILATION
asm21 uhf3 -2181 -l
asm21 uhf3a -2181 -l
asm21 uhf3_utl -2181 -l
asm21 lms -2181 -l
asm21 f2n1024b -2181 -l
ld21 -i listu3 -a c:\Ez-Kit\21xx\ezkitl\2181\dsp\ezkit_lt -e uhf3 -g -x
spl21 uhf3 uhf3 -loader -2181=20