Question
hardware fault in stm STM32F733 . need recovery mech.
hi,
I am getting hardware fault in stm and i found why it is happening .
Now i want to rewrite the below function like clear the Int abd executing next instruction of stack.
can i do like that .if possible is there any source code available for that.
void HardFault_Handler(void)
{
/* USER CODE BEGIN HardFault_IRQn 0 */
/* USER CODE END HardFault_IRQn 0 */
while (1)
{
/* USER CODE BEGIN W1_HardFault_IRQn 0 */
/* USER CODE END W1_HardFault_IRQn 0 */
}
please help me on this.
thanks,
kathiravan
