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.
5 years, 9 months ago.
Using FatFileSystem with NUCLEO_F429ZI
Hello,
I would like to use FATFileSystem together with SDBlockDevice. I realize that there is a hardware problem with this board regarding Ethernet and the Arduino SPI pins. However, what about using another SPI port?
thanks,
...kevin
Question relating to:
2 Answers
5 years, 9 months ago.
Hi
Please check https://os.mbed.com/teams/ST/wiki/Nucleo-144pins-ethernet-spi-conflict
Regards,
5 years, 9 months ago.
You can do that, cloud client example is using different pins. You can see the used pinout from here: https://github.com/ARMmbed/sd-driver#wiring-instructions-for-target-nucleo_f429zi-with-ci-test-shield
Follow up Question:
If I update mbed-os from 5.9.7 to a newer version, I get a online compiler error stating that SDBlockDevice has been deprecated and to use the one embedded in mbed-os. Then, if I delete SDBlockDevice from my code, I get a compiler error stating SDBlockDevice.h not found. A catch 22.... Will this be rectified soon?
posted by 21 Feb 2019