Skip to main content
waclawek.jan
Super User
January 3, 2018
Question

['F446 header] incorrect comments

  • January 3, 2018
  • 1 reply
  • 539 views
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

    This topic has been closed for replies.

    1 reply

    ST Technical Moderator
    January 4, 2018
    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

    In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
    waclawek.jan
    Super User
    March 21, 2018
    Posted on March 21, 2018 at 21:18

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

    JW

    ST Technical Moderator
    March 22, 2018
    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.

    In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks