This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to write code for debugging the DSP chip

Its very helpful if anybody gives a tip about how to write a program in ( uvison) to convert usb signals to JTAG signals using
microcontroller (Cypress CY7XX series).
The JTAG signals r for debugging the DSP chip.

Parents
  • You actually have three separate tasks here - they can be tackled independently:

    1. How to use the Keil tools
    You need to read the uVision Getting Started guide, and work through the example projects in it.
    You will also need to read the Manuals for the C51 Compiler, A51 Assembler, etc, etc,...

    2. How to use the USB Interface facilities on a Cypress CY7XX
    You need to read the device Data Sheet, and any other support materials available from Cypress (Application Notes, etc, etc).

    3. How to drive a JTAG interface
    You need to read-up on JTAG in general, and also the specifics for your particular DSP chip.
    I've already given you some general JTAG links.

    Take a look at Xilinx Application Note XAPP058, "Xilinx In-System Programming Using an Embedded Microcontroller"
    http://www.xilinx.com/bvdocs/appnotes/xapp058.pdf

    Also the Lattice ispVM Embedded Software:
    http://www.latticesemi.com/products/devtools/software/ispvmembed/

    And, of course, your favourite internet search engine!

Reply
  • You actually have three separate tasks here - they can be tackled independently:

    1. How to use the Keil tools
    You need to read the uVision Getting Started guide, and work through the example projects in it.
    You will also need to read the Manuals for the C51 Compiler, A51 Assembler, etc, etc,...

    2. How to use the USB Interface facilities on a Cypress CY7XX
    You need to read the device Data Sheet, and any other support materials available from Cypress (Application Notes, etc, etc).

    3. How to drive a JTAG interface
    You need to read-up on JTAG in general, and also the specifics for your particular DSP chip.
    I've already given you some general JTAG links.

    Take a look at Xilinx Application Note XAPP058, "Xilinx In-System Programming Using an Embedded Microcontroller"
    http://www.xilinx.com/bvdocs/appnotes/xapp058.pdf

    Also the Lattice ispVM Embedded Software:
    http://www.latticesemi.com/products/devtools/software/ispvmembed/

    And, of course, your favourite internet search engine!

Children