While I have yet to actually implement the full-scale error correction as I want to, I did some manual tests today. I basically took a track that I was erroring out on, and swapped in 1-bit away values for the bad bytes. In some cases, it appeared...
reworking my uart
Well I rewrote my recv and send uart, and with the help of my logic analyzer, I’ve tuned them up pretty good. I’m getting some transfer errors, somehow, and I think its related to buffer size. I read a disk...
55 views