We are seeing intermittent hard faults on our custom STM32F413 board when connected with ST-Link V2.The hard fault happens in Reset_Handler() when FLASH contents are copied to SRAM.Obviously this happens long before any of our code is executed.Reset_...