Hello,
Usually, we check that there is no difference between code data and flash data after programmed the cc2640 firmware to device.
We use gang s/w (Flash-Pro ARM) for programming firmware and checking.
When I compare code data and flash data, the snvsectors (0x1D000 ~ 0x1EFFF) is different like below.
I know there are no functional problems here but I don't want to see the differences.
Is there any solution for this? I tried to fill unused code memory to 0xFF in linker options of IAR like below but it didn't work.
I'm using sdk-2.2.5.
Thanks,
Calvin