Other Parts Discussed in Thread: OMAPL138
I am fairly new to interfacing with DSP. I am trying to use DSPLink_1_65_1_5 for downloading a non-TI DSP Image(coff) on OMAPL138 DSP. I will also like to use DSPLInk to reset the DSP.
This is what the map file of the DSP Image looks like:-
MEMORY CONFIGURATION
name origin length used unused attr fill
---------------------- -------- --------- -------- -------- ---- --------
HW_VECTS 11800000 00000200 00000200 00000000 RWIX
IRAM 11800200 0002fe00 0002f184 00000c7c RWIX
L3_RAM 80000000 00020000 0001ca48 000035b8 RWIX
NonCached c2000000 01000000 000bb702 00f448fe RWIX
EXT c3000000 01000000 00075cee 00f8a312 RWIX
My problem is that I am not able to do a mapping between the coff DSP file and the CFG_OMAPL138GEMSHM_SHMEM.c/.tci file. I have tried to put my problem in form of these questions:
1. There is no reset-ctrl section in the dsp image that i got. Do I need to write one small dsp program that I download to RESETCTRL address to reset the DSP?
2. Shall I mention the whole address range (11800000 - c40000000 ) in DSPLink DATA section(CFG_xxx.c)?
or , can i remove all the existing sections in the CFG_##.c file, and introduce these 5 sections?
3. Is there a DSPLink document explaining what these existing sections in CFG_XXXX.c and .tci file means?
Will appreciate some references/ example.
Regards,