Open CatoLynx opened 5 months ago
Thanks for sharing, I will try it on my combat robot end of this month lol
I think it can make things worse for PWM and PPM variants, but ideally those variants should use input capture to not be impacted by the interrupt execution timing
After running my vehicles with this change for quite a while now, I am confident in saying that this has fixed an issue that would cause random MOSFET shorts. I suspect that the overcurrent detection interrupt was just a tiny bit too slow because it was preempted. This commit fixes that.