You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded to v2.6.0 today and the SD.begin() call in the STM32SD library stalls.
There was a bug in STM32SD v1.3.0 which caused the STM32SD to stall, which I reported, resolved here: stm32duino/STM32SD#60
However the board package v2.6.0 causes SD.begin() to stall under both STM32SD v1.3.0[patched] AND v1.2.3 so I had to downgrade to v2.5.0 to allow my project to continue to run. After downgrade to v2.5.0 both STM32SDv1.3.0[patched] and v1.2.3 work again.
Glenn
The text was updated successfully, but these errors were encountered:
@gemelko
As stated in the issue you have submitted to STM32SD, I told you there is another issue so please avoid to open several issues on the same topic.
It felt similar yet somehow also different, as this release of the board package impacted both versions of the STM32SD library. I was not aware that the same ppl are working on both. Thanks again: overall the support for STM32duino is amazing!
I upgraded to v2.6.0 today and the SD.begin() call in the STM32SD library stalls.
There was a bug in STM32SD v1.3.0 which caused the STM32SD to stall, which I reported, resolved here: stm32duino/STM32SD#60
However the board package v2.6.0 causes SD.begin() to stall under both STM32SD v1.3.0[patched] AND v1.2.3 so I had to downgrade to v2.5.0 to allow my project to continue to run. After downgrade to v2.5.0 both STM32SDv1.3.0[patched] and v1.2.3 work again.
Glenn
The text was updated successfully, but these errors were encountered: