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.

TMS320F280041: What FSI TX triggers are valid on F28004 ?

Part Number: TMS320F280041
Other Parts Discussed in Thread: C2000WARE

Hi experts,

I develop FSI communication code based on below.

C2000Ware_4_01_00_00\examples\demos\f28004x_fsi_daisychain_epwmsync\fsi_daisy_epwmsync_node.

It sets 0 on a register(TX_OPER_CTRL_HI.EXT_TRIG_SEL)

but 0 means reserved in sprui33d.pdf(F28004 TRM).

On F28388D TRM, 0 indicates "EPWM XBAR0-TRIP4".

Could you let us know correct specification FSI on F28004 ?

    FSI_setTxStartMode(FSITXA_BASE, FSI_TX_START_EXT_TRIG);
    FSI_setTxExtFrameTrigger(FSITXA_BASE, 0);

Best regards,

Hidehiko