Hello Readers, I'm working on RL78G13 controller in my project. I have used pico FDL library for accessing dataflash. I have written few bytes of data in one specific block from starting relative address 0x00. When I write to same address next time, BLANK_CHECK command is not giving PFDL_ERR_MARGIN as return value even when that particular block is already been used. Instead it is returning PFDL_OK and rewriting on same address. Why is BLANK_CHECK command not returning PFDL_ERR_MARGIN even when data is written into relative block address already. Thank U in advance for replies
↧