Initial HAL_CAN_Init() exits sleep mode using what configuration such as bitrate?
Anyone that knows the details? Seems backwards.CubeMx generates an init-fuction for CAN which eventually calls HAL_CAN_Init(). The very first part of this function is to exit sleep-mode. As per documentation this means "syncing" - waiting for 11 idle...