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.

TMS570 Instruction Set

Hi,

I am doing source to object analysis for my project. I need complete instruction set manual for TMS570. So please send me the link where I can get the same. I could only find TMS470 instruction set and the document does not contain complete instruction set.

Thanks and regards,

Tabish Junaid

  • Since TMS570 devices are based on ARM CPUS you generally go to the ARM docs for instruction set information.

    Go to infocenter.arm.com to find documents.

    To go from a TMS570 device to instruction set manual you need to know which generation of ARM architecture the CPU is based on.
    Which can be confusing the ARM world. 
    Most TMS570 devices (not 100% certain all) are based on ARMv7 architecture.
    This is not to be confused with ARM7 or ARM7TDMI which refer to a family of devices not an architecture. 
    And to make it all the more confusing ARM7 is based on ARMv3 architecture and ARM7TDMI bases on ARMv4.

    Start with DDI0406A "ARM® Architecture Reference Manual ARM®v7-A and ARM®v7-R edition"
    and DDI0308D "ARM Architecture Reference Manual Thumb-2 Supplement"

  • Thanks James. I could find all the instructions in the document,DDI0406A "ARM® Architecture Reference Manual ARM®v7-A and ARM®v7-R edition".So thanks alot..:)

     

  • Hi there,

    Can you tell me where I can find a table for ARM instructions vs number of consumed processor cycles for each instruction?

    Thanks.