LPC1788 how to intialize the fatfs

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC1788 how to intialize the fatfs

346 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by nil on Fri Jul 03 00:41:55 MST 2015


Hi all,

     I am currently using lpcopen_2_10_keil_iar_ea_devkit_1788  web server example. I want to access the webpages from the sd card . In example code they are given
*/
#if defined(LWIP_FATFS_SUPPORT)
/* Initialize the file system */
fs_init();
#endif

but i never find any place where I enable the LWIP_FATFS_SUPPORT.If I enable the LWIP_FATFS_SUPPORT by writing
#define LWIP_FATFS_SUPPORT  1 then I got the error undefined symbol fs_init.What the setting I need to implement so I can use fat file with http.
If anyone know about this let me know please.


thanks and regards
nilesh
Labels (1)
0 Kudos
0 Replies