[DSP-10] EZFAST Loadiing Problem
Lyle Johnson
wa7gxd at fidalgo.net
Sat Nov 13 18:19:23 EST 2004
Giuliano wrote:
> Lyle, thanks for informations.
> Another question: what address to be used to download the application software ( in this case uhf3.exe)
In the source code for version 2.5 of the DSP-10 program, there are
conditional flags at the beginning of the file UHF3_UTL.DSP.
These appear as:
{ Conditional assembly for putting code into EPROM, along with monitor.
If EPROM, no .exe file is used. So, uhf3.exe is the non-EPROM version.
1=Being put into EPROM, 0=Being loaded from PC }
#define EPROM 0
{ One and only one CODEC should be used: }
#define CODEC_1847 1
#define CODEC_1885 0
#define CODEC_AIC23 0
They should be changed to:
{ One and only one CODEC should be used: }
#define CODEC_1847 0
#define CODEC_1885 0
#define CODEC_AIC23 1
***
I am not sure what the #define EPROM actually does, or if it is
necessary to change it from 0 to 1.
When you assemble and link this file, and if the linker is set to create
S records or Intel hex files, then you should be able to just burn those
files into the Flash.
I have not tried this myself, but this is how I think it should work.
73,
Lyle KK7P
More information about the DSP-10
mailing list