Skip to main content
Visitor II
January 9, 2023
Solved

Where is the SAI_GCR for a STM32G441 described?

  • January 9, 2023
  • 3 replies
  • 1177 views

In the reference manual RM440 Rev7 that register is missing while the register is defined in the SAI_TypeDef. I only found a description in the F446 RM0390. Are they the same?

    This topic has been closed for replies.
    Best answer by KDJEM.1

    Hi @Nickelgrass​,

    The STM32G4 has only one SAI, so there is no synchronization to another SAIs.

    Therefore the GCR register, which defines synchronization, is not present in STM32G4 and the RM0440 is correct.

    For that, the SAI_GCR register must be removed in SAI_TypeDef.

    I reported this issue internally.

    Internal ticket number: 142578(This is an internal tracking number and is not accessible or usable by customers).

    When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

    Thank you.

    Kaouthar

    3 replies

    Technical Moderator
    January 10, 2023

    Hello @Nickelgrass​,

    I will check and get back to you.

    Thanks for reporting this confusion.

    Kaouthar

    KDJEM.1Answer
    Technical Moderator
    January 10, 2023

    Hi @Nickelgrass​,

    The STM32G4 has only one SAI, so there is no synchronization to another SAIs.

    Therefore the GCR register, which defines synchronization, is not present in STM32G4 and the RM0440 is correct.

    For that, the SAI_GCR register must be removed in SAI_TypeDef.

    I reported this issue internally.

    Internal ticket number: 142578(This is an internal tracking number and is not accessible or usable by customers).

    When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

    Thank you.

    Kaouthar

    Visitor II
    January 10, 2023

    Thank you!