User Activity

Write 4 Bytes at given location in Hex file (Flash segment)I tried this:const uint32_t __attribute__ ((section(".checksumdata"), used)) CodeChecksum = 0x12345678; But when I build code, It doesn't changes only ".checksumdata", but also other intermit...
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...