Hello everyone. One of our cortexes is currently facing a problem. Its port 9 is not sending out anything. JUST port 9. We don’t know how this is happening, but it is. Cortex and controller firmware is up to date, and when we tried this code:
task usercontrol()
{
// User control code here, inside the loop
while (true)
{
motor[m9] = 90;
motor[m10] = 90;
}
}
the motor in port 9 did not move. Any suggestions on how to fix this, or is the port just lost from now on? Thanks everyone.