Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 2 months ago.
Hexiwear SD Card Interface Trouble
I have been attempting to make use of the uSD card socket on the 'hexiwear docking station' with no success.
The declaration used was:
SDFileSystem sd(PTE3, PTE1, PTE2, PTE4, "sd");
After some investigation I have found that the definitions in 'PeripheralPins.c' for port PTE do not cover SPI.
How can I add this functionality?
Question relating to:
2 Answers
5 years, 11 months ago.
The SPI port to PTE pins are specified (mbed-dev os2), perhaps these have since been added from a couple of years ago, see here:
So you should be able to use the sdCard, but I don't have one of these so can't test.
Here is the SD Card API:
https://os.mbed.com/components/SD-Card/
Sorry the SDHC card slot is not compatible with Mbed SD Card. You will need one of these modules for the SPI port.
https://www.mikroe.com/microsd-click
posted by 11 Jan 2019