Hi
I am using the C6747 CSL that comes with the BIOSPSP 1.30.01.
I am writing code to program the PLL. I would like to program the OCSEL regsiter so I can change the default clock output on the OBSCLK pin. This regsiter is not current supported in the CSL:
typedef struct {
volatile Uint32 REVID;
volatile Uint8 RSVD0[224];
volatile Uint32 RSTYPE;
volatile Uint8 RSVD1[24];
volatile Uint32 PLLCTL;
volatile Uint8 RSVD2[12]; <--------------------------- OSSEL should be here
volatile Uint32 PLLM;
volatile Uint32 PREDIV;
volatile Uint32 PLLDIV1;
volatile Uint32 PLLDIV2;
volatile Uint32 PLLDIV3;
volatile Uint8 RSVD4[4];
volatile Uint32 POSTDIV;
volatile Uint8 RSVD5[12];
volatile Uint32 PLLCMD;
volatile Uint32 PLLSTAT;
volatile Uint32 ALNCTL;
volatile Uint32 DCHANGE;
volatile Uint32 CKEN;
volatile Uint32 CKSTAT;
volatile Uint32 SYSTAT;
volatile Uint8 RSVD6[12];
volatile Uint32 PLLDIV4;
volatile Uint32 PLLDIV5;
volatile Uint32 PLLDIV6;
volatile Uint32 PLLDIV7;
} CSL_PllcRegs;
I can add it myself, but really want the official TI PSP patched and a new version released. Can this be done?.
thanks
seteve