Northeastern-Electric-Racing / Cerberus

Our FreeRTOS-based vehicle control application
1 stars 0 forks source link

[Renode] - CAN doesn't work #134

Closed nwdepatie closed 3 months ago

nwdepatie commented 5 months ago

Observed Behavior

For some reason, we need to manually set this bit low to get CAN in renode working. /* Exit from sleep mode */ CLEAR_BIT(hcan->Instance->MCR, CAN_MCR_SLEEP);

Expected Behavior

CAN should work

Steps to Reproduce

Try to run renode in docker container

Screenshots (as needed)

No response