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...
Posted on May 27, 2015 at 16:44I am sorry, it was my fault! It works perfectly! In the program I was writting I set a bitreverse to zero (which obviously gave me another index)! When setting bitreverse to ''1'' I get the index 213 with the GNU ARM c...
Posted on May 27, 2015 at 10:54Thank you for your response. I tried with Keil uVision5 and it works correctly but I have problem when using GNU ARM compiler. The calculated refIdx is 615 (instead 213). In GNU ARM I have defined: ARM_MATH_CM4__USE...
Posted on February 27, 2015 at 10:37Hello, I am having exactly the same problem. I can send frames (see them with PCANView) but I can not receive the frames sent with PCANview to the firmware. I am using the last version STM32Cube_FW_F4_V1.4.0. Did ...