Closed
Description
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