Part Number: CC1310
Hi,
I'm try to erase the flash sector with the address 0x1F000.
I call the function:
FlashProtectionSet(0x1F000, FLASH_NO_PROTECT);
and after this:
res = FlashProtectionGet(addr);
and this return FLASH_WRITE_PROTECT.
What I do wrong?