??? 06/03/08 13:27 Read: times |
#155442 - For user code you would............. Responding to: ???'s previous message |
Michael Karas said:
You let the user provide his own USERCODE.C and USERCODE.H. You provide all your stuff pre-compiled as either .OBJ or .LIB files. Your user then compiles his modules and links his USERCODE.OBJ to the OBJ/LIB that you provide into the final .HEX which gets loaded into the target MCU.
The above is the simplest and most reliable way it can all work. This is infact an Excellent advise. I will definitely have to shift to an ARM as suggested by Russel or MSP microcontroller for the second part , I would try to avoide that as the first is more practical and less time consuming. Here the only problem is disasambler . -Ap |