Fellows,
This thing I want is:
1. Build a binary of my project.
2. Upload it to MCU _without_ a computer (ibmpc/intel/solaris/sparc/etc.).
I can do 1 :)
About 2:
There is a project on CVS serJTAGsomething, but Chris, I cannot really see a
point where my project code has to be located and how.
So, for example, If I got three sections
char s_data[] = {...};
char s_text[] = {..,};
char s_vectors[] = {...};
with appropriate addressing, how can I upload them to mcu with a replicator?
Has anybody seen something similar?
Or just using built-in bsl and external MCU?
Cheers,
~d