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.

TMS320F28377D: Assemble Sample Code For TMS320F28377

Part Number: TMS320F28377D
Other Parts Discussed in Thread: C2000WARE, CONTROLSUITE

Hi Team,

Do we have a reference assemble example code for TMS430F28377, for the chip initialization and interrupt routine(ISR) implementation. 

Thanks!

  • did you check C2000ware (www.ti.com/.../c2000ware) examples ? do you have specific requirement to use only assembly code ?
  • Hi LLouis,

    I don't think we will have any examples for initialization via assembly. These kinds of non-time critical tasks are much better suited for C.

    When customers use assembly, it is usually just for time-critical inner loops. If you go into ControlSUITE and look at the code for some of the system application kits here:

    \ti\controlSUITE\development_kits

    You will see that some of the implementations use .asm files to implement time-critical portions of the system, but the bulk of the code is in C to make the code easier to develop, understand, and maintain.
  • We don't have any full assembly examples for the F28377.

    I can think of bits and pieces from other device examples like the asm_macros in the digital power library in controlSUITE\libs\app_libs\digital_power\ and some assembly ISRs in controlSUITE\development_kits\TMDSHVRESLLCKIT_v1.0\HVLLC that might be helpful, but no full assembly examples.

    Whitney