This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
After reviewing forums for information I have come up with an idea on how to configure the C28 from my M3 bootloader.
I would like to know if there are any issues I am not aware of.
I have a linux host application on uart0 that communicates with M3. This will pass code to the M3 which will eventually pass code to C28.
After M3 is taken care of I would like to use shared RAM to setup the C28.
The M3 would place code in share RAM for the C28. It would include flashAPI and code to set the C28 into serloop.
Once C28 is running.. when C28 gets data over serloop it would program its own flash.
ToDo:
Figure out how to program shared RAM from M3.
Figure out how make the C28 run from shared RAM (controlled by M3).
Any info into problems with this approach and suggestions are greatly appreciated.
Thanks!