Hardfault Handler in STM32
Posted on February 17, 2016 at 02:06Hello! I am using a custom made STM32F302RE board. At the start of CAN initialisation, I wrote __HAL_CAN_DISABLE_IT(&hcan, CAN_IT_BOF); to disable all interrupts before initialising CAN. However, the codes go to ...