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.

AM1707 PSC Initialization

Other Parts Discussed in Thread: AM1707

Hi,

I try to connect Spectrum Digital AM1707 EVM to CCS v.4 using on board JTAG  emulator.

When I connect to the device OnTargetConnect( ) GEL script is executed from evmam1707.gel  Version 0.61.

The script fails on those lines:

Setup_Psc_All_On( ); // Setup All Power Domains

Enable_ARM(); 

it never goes out of the infinitive loop:

while( (*(unsigned int*)(PSC0_MDSTAT+4 * LPSC_num) & 0x1F) !=0x3);

while( (*(unsigned int*)(PSC1_MDSTAT+4 * LPSC_num) & 0x1F) !=0x3);

it looks like PSC0/PSC1 module does not set status bits.

If I ignore the errors, or comment out above lines the status of Device becoming  - Connected.

I cam load the application to the target, but I cannot execute, or debug loaded application.

Is there any solution for this problem?

What is the reason for such failures?

Thanks.