-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
MKS RUMBA32 FAN M106 open it, incorrect voltage output #17519
Comments
The mosfets are on the low side of the cct. Ie the +v is directly connected to the 12v power supply. (12v is generated from vin on your board) |
RUMBA32 motherboard, sending M106 P0 S255, the voltage output is abnormal, which may be caused by the HAL library timer or other causes. |
Is your 12v there? |
It works if you comment the following three lines out of the variant file:
This causes it to run fine, but with only a 1 kHz PWM frequency. I believe this is how the SKR Pro runs right now also, and has been the subject of some complaints. There have been some changes involving PWM in more recent frameworks. The 20 kHz PWM seems to work fine in stm32duino 1.8, but some other issues are preventing that upgrade right now. Ironically, with the fan I am using 1 kHz PWM works great, but the intended 20 kHz PWM is unusable, even though it looks perfect on the scope. I would have to use FAN_SOFT_PWM or perhaps add capacitors for the higher frequency PWM to be useful at all. On another note, there is a timer conflict on this board between the TONE timer and the STEP timer. That will cause problems if anyone enabled SPEAKER. |
Lack of Activity |
I had reproduced this one, so I’m going to open it back up and call it confirmed. |
I believe the fan PWM will be fixed with my open PR that upgrades the STM32 framework, although the conflict when you enable SPEAKER will probably require some timer reassignments. I intend to test it against that PR, but have not gotten around to it. If somebody beats me to it, please post your testing results on that PR. |
This issue is stale because it has been open 30 days with no activity. Remove stale label / comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label / comment or this will be closed in 5 days. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Bug Description
My Configurations
Marlin-RUMBA32.zip
This is my config.
Steps to Reproduce
Additional Information
The text was updated successfully, but these errors were encountered: