Posted on October 04, 2016 at 15:01
Hello. After the initialization CAN interface and call HAL_CAN_Receive_IT function (& hcan, CAN_FIFO0) there is no interruption USB_LP_CAN_RX0_IRQ Handler (); when receiving the CAN package. And accordingly mi...
Posted on September 06, 2016 at 18:15http://www.compel.ru/infosheet/ST/STM32F302R6T6STM32F302 CAN and USB at the same time?We are thinking of using an STM32F302R6T6 KB for our next project. But I need to know if CAN and USB can be used at the same ...
Posted on October 05, 2016 at 09:01Hi, Hannibal.I've made everything,accordingly to your advice, but it doesn't work. CAN_Receive_IT() is invoked from HAL_CAN_IRQHandler(), and HAL_CAN_IRQ_Handler() is invoked from USB_LP_CAN_RX0_IRQHandler().The pr...