2024-05-17 10:37 AM
Hi, I was trying to have microSD logging with F439 Nucleo. I can't see example with mentioned board. Please let me know:
1. example for mentioned board to log data in microSD
2. I tried configuring SD-4 bit, but couldn't identify the pins intialized in generated code (in MX pins used were visible)
3. Tried importing F413 Nucleo e.g., but couldn't identify pins configured and wasn't able to change MCU to F439.
Please guide.
Solved! Go to Solution.
2024-05-23 01:51 AM - edited 2024-05-23 03:00 AM
I have tried by adding pull-ups (1.2K ohm) on CMD and D0 to D3 lines, clk = 24 MHz. But code getting erorr at below in ff.c:
stat = disk_initialize(pdrv);
if (stat & STA_NOINIT) return FR_NOT_READY
Don't see CMD lines changing.
2024-05-24 05:55 AM - edited 2024-05-24 06:03 AM
Does the simple combined sample code look ok?
Also the CMD line varies from 1.5 to 3.3 not 0 to 3.3V.
Is SD detect required?
The microSD is 32GB HC
Please check
2024-06-03 01:58 AM
Hi, @SofLit
does the project look ok?
2024-06-05 02:48 AM
Closing post...not getting any replies