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.
Tool/software: Code Composer Studio
I am trying to run my Gui Composer app as a standalone app. I have exported it and installed the runtime environment. When I run the Win32_start.bat file to start the app, it only shows the splash screen and hangs and goes nowhere from there. I have created a new blank project with nothing on it, exported it and tried to run, but the same happens. However, when I export one of the example apps (I use the MSP430_Temperature_Demo) and run it as a standalone app it works 100%. I cannot see any difference in properties between the my app and the example app. What can cause this?
Hi Albert,
It looks like the package.json file in the splash folder doesn't have the proper setting for the standalone_app set to true. Try changing it to true and see if the app will come up?
Regards,
Patrick
Hi Patrick
That was exactly the problem! Don't know how these small little bugs creep in, because it was working all the time and suddenly this issue. But its working now, thanks a lot.
Regards
Albert