Part Number: MSP432P401R
Tool/software: Code Composer Studio
Tool/software: Code Composer Studio
CCS Version:
9.0.1.00004
MAC Mojave Version:
10.14.3
Launchpad:
MSP-EXP432P401R REV. 2.1 RED BOARD
Having loaded the ‘blinkled’ demo I can get it to load and run on the 432 Rev 2.1 launchpad but when I stop, reset the 432 and then single step through the program I only get to shutting down the watchdog timer:
Line 59 - WDT_A_hold(WDT_A_BASE);
...then on the next single-step through that command I get this:
"Can't find a source file at "/run/shm/bazel-sandbox.50f2f2e12d21e0fb3bbe0ab1cf1c78eb/1214578678737256234/execroot/__main__/source/ti/devices/msp432p4xx/driverlib/wdt_a.c"
Locate the file or edit the source lookup path to include its location."
That requester has a ‘find file’ click-on and using it shows the file generally located in CCS but I do not see the specific file and if I click on ‘Open’ I’m back at main.C again and have gone nowhere. The behavior is still the same, if I step through shutting down the watchdog timer it goes to the same ‘Can’t find a source file….’
While the problem is apparently defined the solutions suggested are opaque.
There is no clarity on what to do to correct this and CCS will not single-step forward without this correction.
What do I specifically need to do to correct this problem in specific steps rather than broad brush descriptions?
Tuatha De