cancel
Showing results for 
Search instead for 
Did you mean: 

['F446 header] incorrect comments

Posted on January 03, 2018 at 16:30

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

3 REPLIES 3
Imen.D
ST Employee
Posted on January 04, 2018 at 09:04

Hi

Waclawek.Jan

,

We confirm your reported issue.We have passed this issue along to our development team for fix.

Best Regards,

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Posted on March 21, 2018 at 21:18

Still there in STM32Cube_FW_F4_V1.21.0 (23-February-2018),

JW

Posted on March 22, 2018 at 10:50

Hello

Waclawek.Jan

,

After check with developer team, this issue is planned for fix in next release 1.0.

Kind Regards,

Imen.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen