2016-05-24 06:41 AM
Bug in file ''stm32f4xx_hal_dcmi.h'' at line 335:
#define __HAL_DCMI_GET_FLAG(__HANDLE__, __FLAG__)\
((((__FLAG__) & (DCMI_SR_INDEX|DCMI_MIS_INDEX)) == 0x0U)? ((__HANDLE__)->Instance->RIS & (__FLAG__)) :\
(((__FLAG__) & DCMI_SR_INDEX) == 0x0U)? ((__HANDLE__)->Instance->MIS & (__FLAG__)) : ((__HANDLE__)->Instance->SR & (__FLAG__)))
There are no
RIS and
MIS fileds inDCMI_TypeDef structure referenced by this macro. That macro should use
RISR
and MISR
fields. #!cubef4 #!bug2016-05-24 07:21 AM
Hi serb.sergey,
Thanks for the feedback. I report it internally. -Hannibal-2016-07-25 06:46 AM
Bug is not fixed in 1.13.0 CubeF4 ! OMG.
2017-01-19 11:01 AM
Hello
‌,Thanks for bringing this issue to our attention.
I'm pleased to inform you that your reported issue is already fixed in the last release of
.All your comments and suggestions are welcome to improve our solutions.
Best Regards
Imen