This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640: How can I fill the .snvsectors to 0x00 rather than 0xFF ?

Part Number: CC2640

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