Hi
CC1350 has 4 KB of flash. means 1 sector size is 0x1000 ,likewise 4 sector are there.
in example code the sector size is given like 0x1000 and it's defined. so my question is that can i change this sector size like 0x40. means i want 1 sector size is 0x40 .so is it possible to change the sector size.
and if i want to erase this sector size, so it should erase by 0x40 means sector size that we have defined.
please guide me about this issue.
Thank You