2016-06-30 09:13 AM
Hello,
In STM32F4 Discovery using HAL Library, bits 'CAN_FLAG_FMP0' and 'CAN_FLAG_FF1' of RF0R register and RF1R register are not defined in the 'stm32f4xx_hal_can.h' file. I have found bits 'CAN_RF0R_FMP0' and 'CAN_RF1R_FMP1' of RF0R register and RF1R register defined in 'stm32f407xx.h' file. Are these flag defined properly with the correct values. Please help me in this.I am using IDE: Atollic True Studio.Thanks in advance! #can #cubemx #!stm32f4-disco #!stm32f4 #canbus #stm32f4-can-tx-rx #hal #stm322016-07-01 04:39 AM
Hi saraf.ninad.001,
Could you precise in which HAL library you have found the issue. So, we can verify it.-Syrine-2016-07-01 05:18 AM
i have found it in file: stm32f4xx_hal_can.h , author: MCD Application Team, version: V1.4.4, date: 22-January-2016, brief : Header file of CAN HAL module.
i have also found similar problem also in file: stm32f4xx_hal_can.h, version: V1.5.0.