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.

state machine clarification

Other Parts Discussed in Thread: TMS320F28069, CONTROLSUITE

Any document or example explaining the transition between the diagram of state machine to the C code    for the piccolo ?

Thank you

  • Hamid,

    I'm not sure what you are looking for. Can you provide some more information? Which state machine?

    Regards
    Lori
  • Hamid,

    What device are you using? If you are asking about the Flash Power Mode State Machine, you will find the diagram and description of the flash registers in the technical reference manual of your device.

    sal
  • Lori,
    Thanks for your replay
    I am interested to the "finite state machine" is a programming architecture that can be used to implement any algorithm that can be described by a state diagram or flowchart.

    best Regards
    Hamid
  • Hi sal,
    I am using the TMS320F28069 and interested to "finite state machine" is a programming technique to implement any algorithm.
    Best Regards
    Hamid
  • hamid,

    If you want to see an example of a state machine, you can find one in

    C:\ti\controlSUITE\development_kits\TMDSSOLARUINVKIT_v100\MicroInv_F2803x

    look under SolarMicroInv-Main.c file,~ line 1326

    you can see the corresponding state machine diagram C:\ti\controlSUITE\development_kits\TMDSSOLARUINVKIT_v100\Docs\UG_SOLAR_MicroInverter.pdf

    Fig 46

    Hopefully this is what you are looking for..