Tool/software:
Guys ... I was just trying to do a very simple start of the day with loading an example program.
I have autodetect functioning and load an example project, say blinky LED run with RTOS. I get a whole pile of projects into the workspace (which is annoying), I select blinky LED "lab_blinkyled_driverlib_launchpad" , import it" from cloudCCS and build is successful but cannot "RUN" it. Even looking for any of the expected components like compilers/linkers/loaders/RAM alloc/ROM alloc etc buried in the setup and config files .... this should be easy and I am sure it is...but can anyone tell me how I can RUN this simple program ? I would like to get into the program and change timer values and set flags and generally expand this simple program into my application ...BUT it keeps telling me I can only DEBUG and saying I need to attach my debugger probe (which I have) but surely I can just RUN this program first and fiddle with it ?