Other Parts Discussed in Thread: USB2ANY
Tool/software: Code Composer Studio
Problem: PGA970 cannot upload code
Dear support,
Suddenly I cannot access the memory of the Cortex of the pga970 anymore. It is not working since I tried to setup the SPI interface of the Cortex. I changed the example code:
// enable SPI
DIGITAL_Interface_Config(SPI_ENABLE);
// enable digital interface
MICRO_INTERFACE_CONTROL=(IF_SEL);
to enable the SPI port. Could it be the case that this conflicts with the XDS200 debugger. The USB2Any works fine. I have worked with the XDS several days and did several debug session without any problem but now the code cannot be loaded any more.
I did the following tests:
- The test connection of the XDS200 is passed
- Checked all the settings according to Software Quick Start sldu025.pdf
- Checked the internal 2 control lines of de XDS200 these look okay
- I always get the error:
The strange thing is the Cortex registers are accessible while some PGA970 registers are not accessible:
Also the code memory is not available:
Do you have any idea what might be wrong?