Content originally posted in LPCWare by Phateee on Sun Apr 17 23:17:08 MST 2016
Hi all,
I can try to solve the problem with CRC. I would like to make CRC in processor - LPC1549 and CRC in LPCexpresso. Than I would like to compare these CRCs. So I can control, that in processor is the right program...
I maked in processor CRC32 procedure and this procedure counts CRC over all Flash. In Lpcexpresso I inserted this command:
checksum -p ${TargetChip} -d "${BuildArtifactFileBaseName}.bin"
But my problem is, that CRC are different...Can me help somebody, please? Thank you