Skip to main content
Visitor II
October 6, 2020
Solved

Requesting change to HAL_FDCAN_GetProtocolStatus() and FDCAN_COM_*** macros

  • October 6, 2020
  • 1 reply
  • 839 views

Hello,

Please help me with your opinions on my concern which is related with ease of reading and understanding. Please review my last comment that I uploaded to:

https://github.com/STMicroelectronics/STM32CubeH7/issues/62

Regards,

Rajeev

    This topic has been closed for replies.
    Best answer by TDK

    It sounds like you got a reasonable response already on Github. There is not a bug, the convention of not right-shifting values is prevalent throughout HAL. You're requesting a change that would break backwards compatibility with limited upside. If I was coding HAL, I would have given the same response.

    1 reply

    TDKAnswer
    Super User
    October 6, 2020

    It sounds like you got a reasonable response already on Github. There is not a bug, the convention of not right-shifting values is prevalent throughout HAL. You're requesting a change that would break backwards compatibility with limited upside. If I was coding HAL, I would have given the same response.