Class B safety library issues
1) Right after startup CPU check fails on following code:MRS R0, APSR /* Get Status register */ CMP R0, #0xB8000000 /* Verifies that N=C=V=Q=1 */ BNE.W FailSafePOR /* Fails if Q+N+C=V clear */because APSR register have also...