Using a TWRK40X256 with FlexNVM, set as data flash and EEPROM, I have a constant array that needs to be stored in FlexNVM at address 0x10008000. I am able to place the array at the desired location and it downloads properly to that location. However I also get a duplicate copy at address 0x10000000, which I do not want as that address is reserved for other data.
Why do I get this duplicate load at the start of FlexNVM?