-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MATEK F772 STD - NO OUTPUT ON S6 PAD. #2872
Comments
I can reproduce this issue. EDIT: There is 200ohm resistors between MCU pins and outputs on this board that's why the continuity tester couldn't find the pin. S6 is connected to PA8 as expected. So this is not the cause of the issue. |
@MATEKSYS - hardware issue? |
Scratch that it looks like there is a resistor between the MCU pins and the output pads. |
S6 is connected to PA8 via a 200ohm resistor. So the output definition in |
As a work around, I have edited target.c and used a customairplane mix to route the rudder output to pad 5 instead of 6.. |
You can do that it is safe. The only thing is that with this mod basically you can't use a different PWM frequency for the ESC and servos. Just use standard 50Hz PWM frequency for the ESC and servo and everything will be alright. |
Thanks for that. I assume that this is because it is sharing Timer 3 with M1? |
Yes it is because timer 3 is shared |
Just noticed that there is a pad 8 on the board. Sorry meant pad 7, PB8 |
Yes it uses a different timer from the others pins so you wouldn't have the sync ESC/servos PWM frequency limitation. |
Interesting findings. @shellixyz any clue why this output doesn't work then? |
@digitalentity No idea yet unfortunately. Could it be something special about F7 MCUs ? |
It's definitely related to timer driver implementation on F7. Might take a while to figure out. |
Tested 1.9.0_RC1 & final release just now, no servo signal on S6 |
Found a bug. Good old memory corruption. Not fun to track without SWD. |
Fixed by #2891. Closing |
There is no output on the S6 pad for motor 6 on a Hex copter.
Board seems OK as it works in Betaflight.
Similarly, no servo output on this pad when configured for AIRPLANE.
The text was updated successfully, but these errors were encountered: