Skip to content
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

BigTreeTech SKR Mini E3 V3.0 #23284

Conversation

thinkyhead
Copy link
Member

thinkyhead added a commit to MarlinFirmware/Configurations that referenced this pull request Dec 9, 2021
thinkyhead added a commit to MarlinFirmware/Configurations that referenced this pull request Dec 9, 2021
@bigtreetech
Copy link
Contributor

Ah, we actually submitted same PR at about the same time #23283

@@ -78,7 +78,9 @@ static SPISettings spiConfig;
case SPI_SPEED_6: delaySPIFunc = &delaySPI_2000; break; // desired: 250,000 actual: ~210K
default: delaySPIFunc = &delaySPI_4000; break; // desired: 125,000 actual: ~123K
}
SPI.begin();
#ifndef STM32G0B1xx
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In fact, this is not for STM32G0B1xx, but for all STM32 software SPI. When I first adapted STM32G0B1xx to Marlin, in order to reduce the impact of Arduino_Core_STM32 library, I used the software SPI and found the problem here, detail in #23064, I think it should be deleted directly here, and I test it in Octopus and SKR-mini-E3-V3.0, but I'm not sure whether it will affect other products, so I didn't submit PR but submit an issue.

SKR-mini-E3-V3.0 use the hardware SPI now. So here for SKR-mini-E3-V3.0 has no effect.

bigtreetech pushed a commit to bigtreetech/Marlin that referenced this pull request Dec 9, 2021
@thinkyhead thinkyhead closed this Dec 10, 2021
@thinkyhead thinkyhead deleted the bf2_btt_skr_e3_mini_v3_PR branch December 10, 2021 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants