I would like to clear all flash memory from a UCD90160 device. I have seen a previous post that recommended the following to clear logged faults:
"address + 0xEA + 0x12(length) + eighteen zeros"
This worked for me, but I had two issues:
1) When trying to clear Logged Page Peaks, I tried "address + 0xED + 0x02(length) + 0x00 0x00", but the value of the Logged Page Peaks did not seem to change
2) Is the full flash memory of the UCD90160 represented by the logged faults and logged peaks? If not, how can I write a zero to all flash memory, rather than just these sections of flash?