Posted on May 17, 2011 at 13:36Problem Identified. iBlockLen is the problem. i failed to realise that i was processing 32bits at a time, hence block length(8bit) had to be scaled by 4. i feel some sort exception must have been generated when the CRC...
Posted on May 17, 2011 at 13:36I am using HARDWARE CRC to calculate 32bit CRC of the data contents in flash memory, which i will verify with precalculated version. Controller Locks up when i try to execute block crc function from the stm library. fo...