Access Null pointer - M4 vs M33
Hello,Code that was compiled for stm32F407 ( core M4) has an bug that accesses null pointer. The assembly code is as follows: STRB r1, [r0, #0x01]Where r0=0 and r1=0.Although MCU accesses null pointer, it does not enter hard-fault.But, the same c...