| Author |
Message |
Xiaohu
Guest
|
Posted:
Tue Dec 21, 2004 1:02 am Post subject:
How to read to DSP internal RAM through JTAG without Emulato |
|
|
Hi Experts,
We want to read simple RAM data from DSP through JTAP with no emulator
( and CCS). How should we do it?
Your help is greatly appreciated.
Ruth |
|
| Back to top |
|
 |
Jack Klein
Guest
|
Posted:
Tue Dec 21, 2004 8:03 am Post subject:
Re: How to read to DSP internal RAM through JTAG without Emu |
|
|
On 20 Dec 2004 12:02:59 -0800, "Xiaohu" <LXiaohu@gmail.com> wrote in
comp.dsp:
| Quote: | Hi Experts,
We want to read simple RAM data from DSP through JTAP with no emulator
( and CCS). How should we do it?
Your help is greatly appreciated.
Ruth
|
Get the details on the JTAG protocol for your DSP from TI. You might
have to sign some sort of NDA, but they do make it available to
companies like Spectrum Digital and all the other manufacturers of
JTAG debuggers and programmers.
Then design your own circuit and write your own code to drive it.
It is obviously possible, but only you can decide whether the time and
cost involved is worth more or less than the price of a ready made
JTAG debugger with drivers for CCS included.
--
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 |
|
| Back to top |
|
 |
Xiaohu
Guest
|
Posted:
Wed Dec 22, 2004 10:26 pm Post subject:
Re: How to read to DSP internal RAM through JTAG without Emu |
|
|
Your information is a great help. Thanks a lot.
Jack Klein wrote:
| Quote: | On 20 Dec 2004 12:02:59 -0800, "Xiaohu" <LXiaohu@gmail.com> wrote in
comp.dsp:
Hi Experts,
We want to read simple RAM data from DSP through JTAP with no
emulator
( and CCS). How should we do it?
Your help is greatly appreciated.
Ruth
Get the details on the JTAG protocol for your DSP from TI. You might
have to sign some sort of NDA, but they do make it available to
companies like Spectrum Digital and all the other manufacturers of
JTAG debuggers and programmers.
Then design your own circuit and write your own code to drive it.
It is obviously possible, but only you can decide whether the time
and
cost involved is worth more or less than the price of a ready made
JTAG debugger with drivers for CCS included.
--
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 |
|
|
| Back to top |
|
 |
|
|
|
|