Hello,
I have new boards with C6748 but there is following problem:
I am able to connect to target using JTAG successfuly. I can read and write the memory mapped registers. But when I was trying to load the program into C6748 I got following error message:
PSC1 Enable Transition Timeout on Domain 0, LPSC 0
PSC1 Enable Verify Timeout on Domain 0, LPSC 0
When I connect immediately after power on, the value of PSC1 Power Domain Transition Status Register (PTSTAT) is 2, which means that Power Domain 1 keeps in transition.
I am trying to enable some module from Power Domain 0:
1. I write 3 to the field NEXT of appropriate PSC1 Module Control n Register (MDCTLn).
2. I set the bit GO[0] from PSC1 Power Domain Transition Command Register (PTCMD).
3. The field STATE of PSC1 Module Status n Register (MDSTATn) is changed from 0 to 0x18 (whole value of MDSTAT is 0x1E18), the bit GOSTAT[0] from PSC1 Power Domain Transition Status Register (PTSTAT) is changed to 1. I read the registers repeatedly and the values ar not changing. This means that the module status is stuck in transition.
What exactly does the value of 0x18 of STATE field of MDSTAT mean?
What can be the reason why is not possible to enable modules from power domain 0?
What can be the reason why the power domain 1 keeps in transition?
I have checked the power supply and it seems to be ok...
Best regards,
Jiri