Hello!
I have some problems using PCGCR1 register (0x1C02).
I need to set the SYSCLKDIS bit.
So it is Disabled . To turn off the CLK to all peripherials.
void System ()
{
CSL_FINST(CSL_SYSCTRL_REGS->PCGCR1,SYS_PCGCR1_SYSCLKDIS,DISABLED);
printf ("Sysclkdis-Disabled\n");
}
But the PCGCR1 value doesn`t change. The SYSCLKDIS bit stays "0".
Sry for my bad english.
I use TMS320C5515 onboard USB emulator.