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.

CCS5.5 crashes when reading pcie data space

Hello all,

CCS5.5 crashed whenever I add a memory read to address 0x60000000.

I was developing a pcie code and added the following to my WORKING PROJECT

volatile UInt32 *pcieDataBase = (UInt32 *)0x60000000;

and inside my code, I do:

for (k = 0; k < 2*3072; k++)

algInputBuff[k] = *((volatile uint32_t *)pcieDataBase + k);

 

When I use CCS to load and run the project, it crashed and I get the errors shown in the attached document. WHEN I load the project into NOR Flash and boot from I2C, EVERYTHING WORKS FINE!

Note: I am committing all the pcie code to eliminate pcie configuration issues.

 

How can I fix this issue and is it related to CCS debug only?

 

Regards,

 

Murad 

 

0456.CCScrash.docx