ut-ras / robomaster

Firmware for the Stampede RoboMaster team at UT Austin
http://ras.ece.utexas.edu/committees/robomaster
GNU General Public License v3.0
17 stars 5 forks source link

Fix I2C communcation issues with AS5600 #155

Open calebchalmers opened 1 week ago

calebchalmers commented 1 week ago

Sometimes after flashing code to the Dev Board, the firmware gets stuck on trying to communicate with I2C and doesn't recover until the robot is restarted. We should do more testing to get to the bottom of that issue and fix it. This will probably mean adding more careful checks to the AS5600 driver to be sure everything is being initialized properly and at the right time.