Hello, Could any one give sample code on lm3s6965 to read/write SD card using tftp.
I have referrred to C:\Keil\ARM\Boards\Keil\MCB2300\RL\TCPnet\TFTP_demo code. Bt as it was not for lm3s6965 board, i am unable to get detail of code or unable to debug the code.
I am new to tftp and sd card concept. So could any one plz guide me...
So don't try to do everything at once!
Start with either TFPT or SD-Card, and work on just that until you have an adequate understanding;
Then work on the other, until you understand that one;
Then - and only then - worry about bringing the two together.
www.avrfreaks.net/.../1462186
Thank u Andrew Neil...
I have done experiments on SD card using fatfs library. Now I want to go for TFTP. My actual application is like:
1. to read/write to sd card, which will be mounted on embedded board, over LAN cable using TFTP.
so could u guide me for TFTP from the beginning?