Requesting change to HAL_FDCAN_GetProtocolStatus() and FDCAN_COM_*** macros
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-06 5:22 AM
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
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-06 6:35 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-06 6:35 AM
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.
