1
General discussion / Re: Using a hardware or software CRC with enhanced core PIC1
I could think about some ideas how to solve the problem, but due to cluelessness…
* Shield the device. Put some layers of copper/whatever above the ram cells inside the IC? Like those reverse engineering protection stuff?
* Add external shielding? What to use? Create a chip with ECC cells, quite a different design…
* Why use CRC when error correcting software codes exist? (use some memory for a correction map and have a way more useful solution).
* Run two microcontrollers in parallel and sync/compare them somehow?
* If I create something that flies to the moon or carries PAX around, how much cost is acceptable?
All this seems more reliable to me than CRC with still sitting on 0,4% misses.
(Just a copy of my last blog comment.)