|
|
|
|
|
by londons_explore
2332 days ago
|
|
Why don't all silicon chips have glitch and overvoltage detection? It would seem very easy to put a pair of fets in such a way they detected sudden voltage changes (via their gate capacitance). That could then be used as an input to a circuit which ensured the chip is properly reset by asserting the reset line for at least 1 clock cycle. This should probably be paired with brown-out detection, although that's power hungry, so I can see why people might not want it. This wouldn't only have security benefits - lots of electronic designs might be accidentally glitching their microcontrollers due to poor design of other circuits, and having the chip reset in a predictable way is much better than undefined behaviour. |
|