Reply by Jack Klein July 11, 20042004-07-11
On 11 Jul 2004 13:23:17 -0700, srolle@cybectec.com
(srolle@cybectec.com) wrote in comp.dsp:

> Hello, > > i need to use to the XDS510PP emulator with the latest version of CCS > (2.21.00). My PC's BIOS just accepts 0x378 and 0x278 for parallel > port. So i configured the BIOS in order to use 0x378, i also > configured the C671x XDS510 Emulator (I/O port) in order to use > 0x378's address. > > The problem is that when CCS start, there is the message : > "Can't Initialize target CPU > Error 0x800000200 / -118 > Fatal Error during OCS. > This error was generated by TI's USCIF driver > > SC_ERR_CTL_PORT <-118> > An invalid controlet port value has been used > Thus Unified-SCIF will not attempt to detect a controller > ................. > The standard 510 ports are 0x240, 0x280, 0x320 and x340 > > I/O Port = 378" > > My question is: > Is it possible to use XDS510PP emulator with CCS using 0x378 parallel > I/O port set to 0x378 ? > And if it is possible, how configure driver ? > > Thanks > And excuse my poor english.
Your English is just fine. We had the same problem when we bought kits from TI with CCS and that emulator. Here is what worked for us: Go to Spectrum Digital's web site (http://www.spectrumdigital.com), they are the actual manufacturers of the emulator. Click the "Services and Support" link button at the top of the page. Then click the "Drivers and Software" button. You will need to register, but it does not cost anything. We downloaded drivers there for our DSP family (C2000) that worked just fine when imported into CCS and installed. Good luck. -- Jack Klein Home: http://JK-Technology.Com FAQs for comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html comp.lang.c++ http://www.parashift.com/c++-faq-lite/ alt.comp.lang.learn.c-c++ http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html
Reply by srol...@cybectec.com July 11, 20042004-07-11
Hello,

i need to use to the XDS510PP emulator with the latest version of CCS
(2.21.00). My PC's BIOS just accepts 0x378 and 0x278 for parallel
port. So i configured the BIOS in order to use 0x378, i also
configured the C671x XDS510 Emulator (I/O port) in order to use
0x378's address.

The problem is that when CCS start, there is the message :
"Can't Initialize target CPU
Error 0x800000200 / -118
Fatal Error during OCS.
This error was generated by TI's USCIF driver

SC_ERR_CTL_PORT <-118>
An invalid controlet port value has been used
Thus Unified-SCIF will not attempt to detect a controller
.................
The standard 510 ports are 0x240, 0x280, 0x320 and x340

I/O Port = 378"

My question is:
Is it possible to use XDS510PP emulator with CCS using 0x378 parallel
I/O port set to 0x378 ?
And if it is possible, how configure driver ?

Thanks
And excuse my poor english.