I am using NXP S32K148 and am trying to change one bit in a flash page from 1 to 0 without erasing the page. Problem is that this will require writing 0s on existing 0s in the same phrase, which according to the reference manual is not allowed as it overstresses the device.
My questions are:
1- Does "not allowed" mean I can't do it, like it wouldn't be performed by hardware or it's doable but not advised?
2- If it's doable, what does it mean to "overstress the device", or to what extent should I be concerned knowing that I will do that only once?
Thanks