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.

TMS320C6657: Question about C6657/6678 REVISION_REG define.

Part Number: TMS320C6657

Hi all,

From our datasheet C6657 revision register is reserved.

  But from CSL header file it defined.

typedef struct {
volatile Uint32 REVISION_REG;
volatile Uint8 RSVD0[4];
volatile Uint32 DIE_ID_REG0;
volatile Uint32 DIE_ID_REG1;
volatile Uint32 DIE_ID_REG2;
volatile Uint32 DIE_ID_REG3;
volatile Uint32 DEVICE_ID_REG0;

....

..

} CSL_BootcfgRegs;

Could you give detailed define about this register? thanks!

BR,
Denny

  • Hi Denny,


    If the register is listed as reserved in the Datasheet, then its contents are not publicly available. You should use it as is from the Processor SDK RTOS and not modify anything regarding this register.

    Best Regards,
    Yordan