Replies: 3 comments 2 replies
-
Hey, great idea! Could you provide some more details and a photo of the chip this helped you with along with the exact SD card you're using? So far the only issue we've seen is with WCH using SanDisk SD cards. |
Beta Was this translation helpful? Give feedback.
-
The problem is in the Fake STM32 blue pill, not the SD card, Have tried multiple SD cards. results for the fake STM32 from Blinky Test: ** Blinky Test ** |
Beta Was this translation helpful? Give feedback.
-
The marking are not a quarantee, they may be similar but the one in the picture, you can see the markings are not centered. Original ones have markings with even spacing at the edges, little side question for the original code: #define SD1_CONFIG SdSpiConfig(PA4, DEDICATED_SPI, SD_SCK_MHZ(SPI_FULL_SPEED), &SPI) so would SD_SCK_MHZ(SPI_FULL_SPEED) be the same as SD_SCK_MHZ(SD_SCK_MHZ(50)) which is different from SD_SCK_MHZ(50) ?? |
Beta Was this translation helpful? Give feedback.
-
I have some fake blue pills which will not work with the standard SPI_FULL_SPEED 50 MHz
Result is not recognising the SD card and the led blinking 5 times.
My fake versions max out at 35 MHz, I added the following code so the max speed is determined at startup.
Could someone check this with their fake blue pills and if working could this be an addition to the code ?
Beta Was this translation helpful? Give feedback.
All reactions