errors in data being read from program space causing crc check to fail
Hello, I am using an STM32G0B0. My problem is, when my bootloader is calculating the CRC for the application that resides in program space, some of the data read from program space will be incorrect causing the CRC check to fail. My testing and ch...