Tool/software: Code Composer Studio
Hello,
I have programmed the Cortex M3 and the C28 in flash. Both are starting directly their program, if I switch on the power supply. That's exactly what they should do.
In some cases it is necessary to connect the C28 target to a stand alone GUI. I designed a GUI in Code Composer 6.1.1, exported it and run it with guicomposer as a webapp. For this, I build an appConfig.ccxml for the webapp-folder, which enables a bypass for the cortex_M3 (build out of CCS). The connection and loadProgram just focusses on the C28.
BUT: It seems, that the loadProgram just works, if the M3 and the C28 are not running before. If I flash the M3 and just erase the flash of the C28 in CCS, I can afterwards program the C28 from the web app. If I make a start with power off/on, it is not possible to programm from webapp.
What do I have to do, to get access to the C28 with the webapp (to load the program)? Or is it possible just to connect without new flashing? I already comment the lines:
print("Loading program: "+appProgramFile+"\n");
session.memory.loadProgram(appProgramFile /* internal variable */);
in the appInitScript.js. Then it seems to be connected, but the GUI does not work (red symbols on the widgets).
best regards,
Benjamin