I just started programming with Code Composer Studio. I am using MSP430G2553 MCU. I followed this tutorial, added code to toggle LED and built the project to which I got following output:
**** Build of configuration Debug for project Float Precision ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 all -O
gmake[1]: 'Float Precision.out' is up to date.
**** Build Finished ****
After this I am supposed to click on 'Run -> Debug'. However, all options in Run menu are grayed out. I see following:
I am not able to find any links online to explain this. Can anyone help?
My ultimate goal is to create a simple floating point addition program to understand how MSP430 handles floating point arithmetic.