Single bytes are not being programmed, when writing FLASH memory
Closed this issue · 1 comments
GoogleCodeExporter commented
sometimes there are single bytes in the FLASH memory, which read 0xFF after
programming.
a) There might be a bug in the FLASH addressing / programming algorithm
b) It might be necessary to verify memory after programming
Original issue reported on code.google.com by issja...@googlemail.com
on 6 Feb 2009 at 1:04
GoogleCodeExporter commented
Was an interrupt problem. interrupts are now disabled all the time, when
received
packets are being processed.
Original comment by issja...@googlemail.com
on 7 Feb 2009 at 11:57
- Changed state: Fixed