- This topic has 2 replies, 2 voices, and was last updated 2 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Mastering STM32 book support forum › CH26 project
Hello Carmine, thanks a lot for the excellent book. Well done!!
I’m trying to work with the CH26 project where I’m using the STM32F401RE board and the WS5500 with a SD card slot but right at the beginning where you have if(f_mount(&diskHandle, “0:”, 1) != FR_OK), it doesn’t return FR_OK and, therefore, no progress in execution.
Any suggestion on how to resolve? I also tried it using the 476RG board.
Thank you so much.
Hi,
Well, it’s tough for me to provide help without a more detailed scenario.
However, this often happens for two main reasons:
An SPI protocol analyzer can help a lot in this phase.
Hi Carmine, thank you for your reply. Unfortunately, I still haven’t been able to get the example in chapter 26 to work with the W5500+SD Card, although I have used cards as you instructed. Have you tested with the 401RE core board with the latest STM32CubeIDE version?
Do you have any guidance or tips? Thanks a lot.