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.

TMS320F280025: SYNCSELECT registers

Part Number: TMS320F280025
Other Parts Discussed in Thread: C2000WARE

Hello Champs,

As described in F28002x TRM, there are two SYNCSELECT registers, one is in SYNC_SOC_REGS:

The other is in TRIG_REGS:

In the latest C2000ware, we can only find the first one's definition in "f28002x_sysctrl.h" as below:

struct SYNCSELECT_BITS { // bits description

Uint16 rsvd1:3; // 2:0 Reserved

Uint16 rsvd2:3; // 5:3 Reserved

Uint16 rsvd3:3; // 8:6 Reserved

Uint16 rsvd4:3; // 11:9 Reserved

Uint16 rsvd5:3; // 14:12 Reserved

Uint16 rsvd6:1; // 15 Reserved

Uint16 rsvd7:2; // 17:16 Reserved

Uint16 rsvd8:6; // 23:18 Reserved

Uint16 SYNCOUT:5; // 28:24 Select Syncout Source

Uint16 rsvd9:3; // 31:29 Reserved

};

union SYNCSELECT_REG {

Uint32 all;

struct SYNCSELECT_BITS bit;

};

Would you please help how to configure the second SYNCSELECT register? Thanks!

Best Regards,

Linda