We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HAL function HAL_RCCEx_GetPeriphCLKFreq() does Not support SPI45, so it returns 0 for SPI45 clock frequency.
HAL_RCCEx_GetPeriphCLKFreq()
micropython/ports/stm32/spi.c
Line 225 in 065df55
Fixed in micropython/stm32lib#19
The text was updated successfully, but these errors were encountered:
This should be fixed now with micropython/stm32lib#19
Sorry, something went wrong.
Merge pull request micropython#8700 from dhalbert/8.2.x-pio-dma-based…
c5c7d11
…-on-fifo-length Use PIO DMA when transfer size exceeds FIFO length
No branches or pull requests
HAL function
HAL_RCCEx_GetPeriphCLKFreq()
does Not support SPI45, so it returns 0 for SPI45 clock frequency.micropython/ports/stm32/spi.c
Line 225 in 065df55
Fixed in micropython/stm32lib#19
The text was updated successfully, but these errors were encountered: