User Activity

Posted on July 17, 2015 at 11:28We have experienced EWG error when calling HAL_CAN_Transmit_IT() repeatedly with the same CAN handle. Making following changes in the hal_can could we solve this problemHAL_CAN_Transmit_IT(CAN_HandleTypeDef* hcan) {  ...
Posted on May 22, 2015 at 16:18Estimated colleagues, following I explain the strange behavior:     I am working the STM32F407 ARM processor,    compiling with the GNU Tools ARM (4_9-2014q4) ,    use the HAL provided by STM32CubeF4 v1.5.0,    using...
Posted on February 26, 2015 at 11:11The function HAL_CAN_ConfigFilter() takes as a parameter CAN_HandleTypeDef* hcan (a handle) but inside the function will be used a fixed CAN1. Line 370:   /* Initialisation mode for the filter */   CAN1->FMR |= (u...