I was wondering if anyone has had success reading a memory card via SPI with the AK3172?
I use the SPI pin set with the Chip Select pin PA15.
I was run many libraries on the arduino IDE, I also tried with different boards (I have 20 boards) and 2 memory cards 4GB. But all of them return the same error:
Card type: SD2
Could not find FAT16/FAT32 partition.
Make sure you’ve formatted the card
Any advice for me in this case?
I am sure the connections are correct, it also detected the SD card as SD2 type.
I just want to write some GPS logs to the memory card.