On my STM32F103C8 my code execution jumps intoto Error_Handler() function but I cannot find who generates the error?
I have a simple code I'm using I2C and TIM2 timer interrupt at 100us. Initially I suspected the issue comes from HAL_TIM_PeriodElapsedCallback but the code inside this function is really few instructions.In the main.c there are two calls of Error_Ha...