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