Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE
Tool/software: Code Composer Studio
Anyone can suggest any book for TMS20F28377S microcontroller assembly language programming.
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.
Tool/software: Code Composer Studio
Anyone can suggest any book for TMS20F28377S microcontroller assembly language programming.
There isn't a book or single publication on this subject, unfortunately. The key reference is the C28x CPU and instruction set user's guide:
http://www.ti.com/lit/ug/spru430f/spru430f.pdf
This covers the instructions for the fixed-point C28x CPU. For the extended instruction sets, refer to:
http://www.ti.com/lit/ug/spruhs1b/spruhs1b.pdf
Attached are two appendices from the original F2812 three-day training workshop, where the key topics of assembly programming were introduced. Regret I don't know of any other resource.
Regards,
Richard
I would start with chapter 4 of the TRM for this device:
http://www.ti.com/lit/ug/spruhx5f/spruhx5f.pdf
I also noticed an older application note which discusses this topic on a different device:
http://www.ti.com/lit/an/spraaq3/spraaq3.pdf
These are all I know of. Hope these help.
Regards,
Richard