Reply by Jeff Brower June 2, 20082008-06-02
Anne-
> I want to interface DSK5416 codec for doing some speech processing application...i
> am just checking tech details and i understood the hardware scheme....but the
> problem is i want to write application code of dsp in normal mode i.e with out BIOS
> and CSL.
>
> All the example applications which TI and spectrum (DSK board designer) given are
> using either bios r CSL....
>
> can any one suggest me to how to go about it..and where i can get some simple
> example projects of this DSK 5416 board..
>
> Otherwise can any one suggest me how to access the I/O space by DSP5416 on board.
>
> All CPLD registers on board are mapped to I/O address space
> (0x0000-0x0007)....thats y i need to know..
>
> Please do this favor for me...thanks in advance....
>

If you can find a project that uses CSL but not DSP/BIOS, then it's relatively easy
to remove CSL. You can start by simplifying code main() to not do anything, then go
from there.

-Jeff
Reply by Siva Anne May 30, 20082008-05-30
hi to all,

I want to interface DSK5416 codec for doing some speech processing
application...i am just checking tech details and i understood the hardware
scheme....but the problem is i want to write application code of dsp in
normal mode i.e with out BIOS and CSL.

All the example applications which TI and spectrum (DSK board designer)
given are using either bios r CSL....

can any one suggest me to how to go about it..and where i can get some
simple example projects of this DSK 5416 board..

Otherwise can any one suggest me how to access the I/O space by DSP5416 on
board.

All CPLD registers on board are mapped to I/O address space
(0x0000-0x0007)....thats y i need to know..

Please do this favor for me...thanks in advance....
Anne