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.

C2000 Launchpad F28069 error in CCS 6

Other Parts Discussed in Thread: TMS320F28069M, TMS320F28069

Hello,

I'm absolutly new at this topic, so maybe this is just a small problem. I'm trying to connect my C2000 TMS320F28069M to my Computer.

I launched CCS 6 and made a target configuration:

Texas Instruments XDS100v2 USB Debug Probe

and choose the TMS320F28069. When I'm trying to connect the target afterwards it says: "No source available for "0x3ff75b"  "

Can you tell me what this means and how to fix it?

Thank you, 

Angelo

  • Angelo,

    This is normal. After you connect the target the PC will be sitting in a wait() loop in the boot ROM, which is the address you see in the message. Initially the debugger has no information about the symbols there. After you load your project (Run > Load > Load program...) you'll see your source code and an arrow indicating the position of the PC.

    Regards,

    Richard