HTTP sdcard file server WIZwiki-W7500ECO
Dependencies: SDFileSystem WIZnetInterface mbed
Fork of HTTP_SDCard_File_Server_WIZwiki-W7500ECO by
Prerequisite
This Program is the example how to show SD card file list with web-browser for WIZwiki-W7500ECO.
To implement this function, you need a Platform board, network Interface board and SD card. Below are what we used.
- WIZwiki-W7500ECO from WIZnet (Platform board and Ethernet I/F board)
- SD card
Hardware Configuration
WIZwiki-W7500ECO Pin map
Software
SPI Initialization
main.cpp
SDFileSystem sd(PB_3, PB_2, PB_1, PB_0, "sd");
Revision 3:c593a0ed0df4, committed 2017-04-03
- Comitter:
- bangbh
- Date:
- Mon Apr 03 07:49:15 2017 +0000
- Parent:
- 2:11169e148786
- Commit message:
- first commit
Changed in this revision
SDFileSystem.lib | Show annotated file Show diff for this revision Revisions of this file |
diff -r 11169e148786 -r c593a0ed0df4 SDFileSystem.lib --- a/SDFileSystem.lib Mon Apr 03 07:47:46 2017 +0000 +++ b/SDFileSystem.lib Mon Apr 03 07:49:15 2017 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/SDFileSystem/#66b92628122e +https://developer.mbed.org/teams/WIZnet/code/SDFileSystem/#66b92628122e