@sullrich:
@rds_correia:
Any good M$ software to check for CF read/write errors out there?
That's a good question. I've never run across anything such as this.
Simply create a dump file the size of the CF, with a value of hex 0xAA ( 10101010 ), and write it to the flash card. Then verify that there are no errors when comparing against the dump file.
Now write another dump file of hex 0x55 (01010101), and do the same.
This will veryfy that all bits on each byte of memory are set/unset and written/verified correctly.
-Karl