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.

Procedure for setting the ARM PSC state to "disable"

Part Number: OMAP-L137
Other Parts Discussed in Thread: TMS320C6747,

We are considering using OMAP-L137 as a replacement for TMS320C6747.

In order to use only the DSP without any ARM,
We would like to set the ARM and its associated modules from "SwRstDisable" to "Disable" by setting the PSC register at the start of the DSP operation.

Is it possible to set ARM to "Disable" with the following code?
Or would some other procedure be required?

while( (PSC0_PTSTAT & 0x00000001 != 0) && (PSC0_PTSTAT & 0x00000002 != 0) );
PSC0_MDCTL14 |= 0x00000002;
PSC0_MDCTL14 &= ~(0x00000001);
PSC0_PTCMD |= 0x00000001;

Best regards.

Masanori