Hi,
I am using the controlCARD board (TMDCNCD28388D) and trying to write one 16-bit word of "0xFFFF" on a part of the flash memory. Then, I try to use the "Fapi_doBlankCheck" function to check whether this specific part of the memory (that I wrote 0xFFFF on) is blank (erased) or not. However, in this situation, when I read the output of this function, it says this part of the memory is not blank (erased state) while it actually has the value of 0xFFFF. So, it seems that this function only detects the fact that whether the flash is erased or not while it does not tell us anything about the fact that whether we can write on that part of the memory or not. I know that from the perspective of the Flash API, it is not a blank area because a value of 0xFFFF has already been written on that area. But, for my application, even this area with written 0xFFFF on them could be considered as the blank areas that have the capability of being written on them. So, is there any function or a way in the Flash API that I can use to detect the "erased and writable" part of memory?
Kind Regards,
Alex
