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 Assembly Program



Greetings,

I am looking for an example assembly project that will allow me to assemble and execute source code onto the TMS570. I have done alot of searching and, so far, I have been unable to find any assembly-based example projects. Any help would be greatly appreciated.

Regards,

Willis

  • Willis,

    I am attaching an example (a CCS3.3 project) running on TMS570LS31x. This examples shows how to run PBIST test. You can find the boot up functions in assembly codes. To make the test easier, I put a branch to itself instruction (b #-8") at address 0x0. You will need to use use debugger to move PC to c_int_00.You will see PC stops at address 0x0 twice because I generate a S/W reset after running PBIST for ESRAM.

    3036.TMS570_example.zip

    Please let me know if this example has all the information you needed.