2018-01-03 07:30 AM
In [STM32Cube_FW_F4_V1.18.0]\Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f446xx.h :
#define SAI_xFRCR_FRL SAI_xFRCR_FRL_Msk /*!<FRL[1:0](Frame length) */
should be
#define SAI_xFRCR_FRL SAI_xFRCR_FRL_Msk /*!<FRL[
7
:0](Frame length) */and
#define SAI_xFRCR_FSALL SAI_xFRCR_FSALL_Msk /*!<FRL[1:0] (Frame synchronization active level length) */
should be
#define SAI_xFRCR_FSALL SAI_xFRCR_FSALL_Msk /*!<FSALL
[6
:0] (Frame synchronization active level length) */JW
2018-01-04 12:04 AM
Hi
Waclawek.Jan
,We confirm your reported issue.We have passed this issue along to our development team for fix.
Best Regards,
Imen
2018-03-21 02:18 PM
Still there in STM32Cube_FW_F4_V1.21.0 (23-February-2018),
JW
2018-03-22 03:50 AM
Hello
Waclawek.Jan
,After check with developer team, this issue is planned for fix in next release 1.0.
Kind Regards,
Imen.