當所有的SD卡相關的程式都寫好了,如果沒在MPLAB中作一些設定,在編譯時還是會出現error。
When all functions of SD is prepared well, errors will happen if some operations are setup in MPLAB.
1. 選擇Project -> Build Option ->Project
Select Project -> Build Option -> Project;
當所有的SD卡相關的程式都寫好了,如果沒在MPLAB中作一些設定,在編譯時還是會出現error。
When all functions of SD is prepared well, errors will happen if some operations are setup in MPLAB.
1. 選擇Project -> Build Option ->Project
Select Project -> Build Option -> Project;
在學習如何使用Microchip用SPI讀寫sd card的筆記:
Microchip Inc. provides a library of file I/O functions for implementing the card file operations. -->Microchip提供了函式庫供卡片檔案的操作
This library is named “Microchip MDD File system,” where MDD stands for “memory disk drive.” --> 函式庫名稱為 “Microchip MDD File system,” MDD代表“memory disk drive.”
The library can be downloaded free of charge from the Microchip Web site.