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.
I have a new project for the FRAM Wolverine MSP430FR5969. The project compiles without errors or warnings but when I click on Debug it loads the code to the micro and immediately starts running the code instead of stopping at main so I can single step. If I then click on Pause it complains it cannot find the source:
Can't find a source file at "/tmp/TI_MKLIBeR36VQ/SRC/copy_decompress_rle.c"
Locate the file or edit the source lookup path to include its location.
I have run to main selected. This is a new project that I started from scratch so I probably just have something set up wrong.
ideas welcome!
Hi Don,
can you share a bit more info, possibly even the project offline (my ID is a link for a friend/conversation request).
- what ccs version are you using
- what are your settings
- have you verified you are using a main
The message you get when hitting pause is likely due to a halt in the rts library.
Best Regards,
Lisa
The usual cause for that is WDT fires during C startup codeDon Powrie said:The project compiles without errors or warnings but when I click on Debug it loads the code to the micro and immediately starts running the code instead of stopping at main so I can single step. If I then click on Pause it complains it cannot find the source