[BUG] STMCubeG4: Inefficient access in HAL_FDCAN_IRQHandler()
The below code cannot be reordered due to volatile storage type:void HAL_FDCAN_IRQHandler(FDCAN_HandleTypeDef *hfdcan) { uint32_t TxEventFifoITs; uint32_t RxFifo0ITs; uint32_t RxFifo1ITs; uint32_t Errors; uint32_t ErrorStatusITs; uint32_t...