This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

need to know controller name using uniflash 2.2.0

Other Parts Discussed in Thread: TMS320F28035

Hi,

We are using Texas Instrument XDS100v2 USB emulator to flash the controller. I need to know through debugger is there any command to know the controller name (e.g. TMS320F28062 ,TMS320F28030) using Uniflash 2.2.0

Regards,

Sulochana Kadam

  • Sulochana,

    Is the idea to connect, figure out which devices is there and then flash the appropriate program?

    I will check if there is a way to access the silicon revision.  One thought I had is that from DSS you could try to access a register (or memory region) that is only present on one of the devices.  Depending on if that passes or fails you would know which device it is.

    Regards,

    John

  • http://www.ti.com/lit/ds/symlink/tms320f28035.pdf

    Table 3.4 lists the device emulation registers.  If you were to read the address of PARTID you should be able to distinguish between the 2 devices.  

    Regards,

    John