CubeMX generated code crashed when calling HAL_CAN_Transmit_IT in timer interrput
Hi,I'm using CubeMX to generate code to test my stm32f103c8 platform, but I've encountered a problem that when I put HAL_CAN_Transmit_IT in the interrupt callback function of TIM3, it then goes into Hardfault_Handler.If I put HAL_CAN_Transmit_IT in t...