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.

CCM self test generate by Halcogen

Other Parts Discussed in Thread: HALCOGEN

Hi,

I have a problem with Halcogen, if I enable the CCM Self Test , my programm run in loop, caused by the instruction in sys_selftest.c line 33. When I construe this while loop (while ((CCMSR & 0x100)  != 0x100); correct, I have to wait until their is a mismatch between the 2 cores! Can I change this instruction to (while ((CCMSR & 0x100)  == 0x100)? Or does exist another solution?

Kind regards

Friedrich