Hi;Can not interrupt CAN BUS application?I'm using the following codevoid HAL_CAN_RxFifo0MsgPendingCallback(CAN_HandleTypeDef *hcan){ HAL_CAN_GetRxMessage(&hcan1, CAN_RX_FIFO0, &RxMessage, RxData);}
Posted on June 21, 2018 at 15:20Hi friends;I using CubeMx 4.26.0 and Atollic TrueSTUDIO� for STM32 Version: 9.0.0When I create a project, it creates it with a virtual folder.How can we solve this problem?#virtual-folder #cubemx
Posted on June 16, 2018 at 22:25Hi friends,The while loop does not work in the following function. Why could it be?For STM32F407VG;void US_BEKLE(uint16_t us){ uint16_t baslangic = (uint16_t)__HAL_TIM_GET_COUNTER(&htim1);while(((uint16_t)__HAL_TIM_GE...
Posted on March 08, 2018 at 10:32 Hi, Do you have an example of CAN BUS Communication can be done with the current version HAL and CubeMx? Regards Ramazan #can-bus
Note: this post was migrated and contained many threaded conversations, so...
Hi;I solved the problem. the following function must be used,HAL_CAN_ActivateNotification(&hcan1, CAN_IT_RX_FIFO0_MSG_PENDING);thanks for your answers @Community member
@Community member It works properly without interruption. The connections are solid. interrupt is not working while only receiving data. callback function in new hal driver library has changed. which new function should be used?