Hi, I am trying to design a IOT board which can update the firmware of another circuit board with SPI, right now I could send chars over SPI from a launchpad to another launchpad, I could send Ethernet socket char data over the ethernet from a launchpad to the computer using socket programming.
so I am trying to start to next step which sending files instead of char, I check online, this would related to some data flow control, file system, and other RTOS knowledge, which is really blur for me.
So can anyone give me more clue about what should I do next?
Shan