How to fill unused memory locations with RESET opcode or specific pattern?
I've developed a safety critical application over STM32F103RG microcontroller.I want to add a fail-safe mechanism to it by making sure that all unused memory locations are either carrying opcode to RESET (like available in PICmicros) or any specific ...