Generate a checksum
I need to generate a checksum of data from X address(FLASH) to Y address (FLASH). and write at last 4 bytes of FLASH memory in "xyz" section. When I say calculate checksum, I mean addition of all given data bytes from X address(FLASH) to Y address (F...