cancel
Showing results for 
Search instead for 
Did you mean: 

How to create an fsdata.c file

IAgui
Associate II

trying to create a simple web page. I am using an fsdata.c file from one of the example projects and everything seems to be working. Now, I created a simple html file and need to convert it to an fsdata.c file. I have looked up this topic at various forms and have come up short. Is there tool that would help me out with this that is current ?

7 REPLIES 7

MAKEFSDATA?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

https://community.st.com/s/question/0D50X00009XkY6TSAV/how-to-use-makefsdata

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
IAgui
Associate II

where is a good source to get it? I have attempted a couple and links are either broken or it doesn't work.

That is exactly the one I attempted. Missing msvcr100d.dll and tried installing everything on

https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

as well. I can't around that Missing msvcr100d.dll

> That is exactly the one I attempted. Missing msvcr100d.dll and tried installing everything on ... as well. I can't around that Missing msvcr100d.dll

Perhaps another DLL is missing that msvcr100d requires.

Try a tool like DependencyWalker to check the DLL for unresolved dependencies.

The makefsdata utility is part of the lwip distribution you can obtain here:

http://download.savannah.nongnu.org/releases/lwip/

Download the latest distribution and build the utility from sources...

Hope that helps!

Best Regards, Dave

PS: Boo Hiss to ST for not including this (nor lwip changelog, release notes, etc) in the copy of lwip they distribute!

@IAgui​ - In answer to your offline question, attached is a complete Visual Studio project, Windows 10 EXE, plus example run. Note the subdirs in the ZIP are meant to be placed under lwip-2.1.2/src/apps/http.

Hope that helps,

Best Regards, Dave