Question
Loading user compiled modules
Posted on December 29, 2012 at 20:09
I am looking for a way to have a simple system that runs a multi-thread main program on the processors memory and then has the ability to read a SD card and load user compiled modules into different threads and run them.
Can anyone point me in the basic direction on how to accomplish this? I know that I need a fatfs and base program with threading, but the part that I don't know about is loading / running compiled modules ( I guess like a DLL ? ) Any help would be appreciated. Dave