Tool/software:
Hello,
As the title suggests I want to run a Flash CRC check over a flash memory section. The idea is that my program would loop over the Flash memory and compute a CRC check.
But since the flash memory size is not fixed, this makes it challenging. I've looked at the .map file and it appears the flash size is contained within the .text section.
Is there any way I can extract that number? Or is it possible to keep the flash size constant, so that any unused memory is filled with 0s?
Thanks.