Reply by Jeff Brower August 24, 20062006-08-24
P Sanma-

> When i use DSP starter KIT C6711,Port78,we load the program in
> dsp.its
> no problem.but i use dsp/bios..this error is coming..
> Error 1
> Data Verification failed at addres 0x8000000
> please verify target memory and memory map..
>
> Error 2:
>
> Error 0x80000200/-122
> Fatal error during execution
> This error was generated by TI's USCFI driver
> A bad parameter value was detected within a function.It is likely a
> problem with "SC_ARGS' in smg_call()
> Whats the solutin for this

For error 1, it may be that SDRAM on the DSK 6711 board is not initialized
prior to downloading your DSP/BIOS build. Possibly your non-DSP/BIOS
build does not use external SDRAM, so you didn't see the problem before.

In the CCS Setup wizard, what is the .gel file that is listed currently?
There should be an initial .gel file that is executed when CCS first runs,
to set up EMIF registers and enable SDRAM.

-Jeff
Reply by p_sa...@yahoo.co.in August 24, 20062006-08-24
HI to all,
When i use DSP starter KIT C6711,Port78,we load the program in dsp.its no problem.but i use dsp/bios..this error is coming..
Error 1
Data Verification failed at addres 0x8000000
please verify target memory and memory map..

Error 2:

Error 0x80000200/-122
Fatal error during execution
This error was generated by TI's USCFI driver
A bad parameter value was detected within a function.It is likely a problem with "SC_ARGS' in smg_call()
Whats the solutin for this