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.
Hi,
I have a msp430 launchpad which i plan to program in code composer studio version 5.4.0.
I plan to run a "Example" project, however i have run into a problem well trying to run a example.
The example project i have picked is the project in which the board measures the temperature.
When i debug the program the code goes to the chip okay, but for some reason i don't receive any readings back. all i get in the following screenshot.
http://postimg.org/image/xuwn0t153/
"Can't find a source file at "/db/ztree/library/trees/gep/gep-e78x/src/ti/targets/msp430/rts430/boot_4.0.c"
Locate the file or edit the source lookup path to include its location."
Any ideas how to fix this issue?
Many Thanks for the help,
Franks
Hi Jimmy,
can you verify you have no build errors?
This is a common message that could indicate you need to check/correct your include paths an variables. Have a look at this wiki. If you select run, does your code load and run as expected?
http://processors.wiki.ti.com/index.php/Include_paths_and_options
Best Regards,
Lisa
Hi, i am a student, and in one of our projekts we are using the Concerto F28M35H52C1. I am trying to flash it since two days without succes. By building the projekt is all fine. At the end of the Debugg, these are the messages that are comming:
on the console window
Cortex_M3_0: GEL Output: Memory Map Initialization Complete
Cortex_M3_0: GEL Output: Watchdog Timers Enabled
Cortex_M3_0: GEL Output: UARTs Enabled
Cortex_M3_0: GEL Output: Memory Map Initialization Complete
C28xx_0: GEL Output:
Memory Map Initialization Complete
C28xx_0: GEL Output:
RAM Initialization Complete
on the Debug window:
Texas Instruments XDS100v2 USB Emulator/Cortex_M3_0 (Disconnected:Unknow)
Texas Instruments XDS100v2 USB Emulator/C28xx_0 (Suspended - HW Breakpoint)
But i now notice a new window with: No source available for "0x1001566"
An this level i do know what i have to do, kann somebody help please? :(
Best Regards,
Clara
Hi Clara,
please post new issues to a new thread. You are seeing a common error which likely means the code is not yet loaded. Did you do run->load->load program
Please see this and other related threads.
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/113562.aspx
Best Regards,
Lisa