Error_Handler debugging
Posted on February 27, 2018 at 19:29Hello,The HAL code uses a Error_Handler() function which just spins forever in a tight loop. I've seen comments about changing the call to report __FILE__ & __LINE__ which I may do. But I thought setting a br...