2020-08-28 03:03 AM
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_Handler() is ST supplied code from MX Cube.
Other than this, our board works fine.
Any ideas?
2020-08-28 07:50 AM
What type of hard fault?