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.

CCS/LAUNCHXL-F28379D: Difficulty running the C2000 workshop program

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hi,

I am working on a sensor which requires an DAC and ADC, and LAUNCHXL-F28379D seems to meet the requirements.

Now, to get started with the launchpad, I found the training workshop: https://training.ti.com/c2000-f2837xd-microcontroller-workshop?context=1137791-1137781 

It was very helpful and I got through most of the labs.

After going through the "Lab 10: Programming the Flash", I thought of trying some of the previsious Labs, like "Lab6: Analog subsystem" to trying to understand the ADC operation a little better.

BUT, somehow I am unable to rerun (debug) any of the previous Labs. And I keep getting the following error.

"Break at address "0x3fe493" with no debug information available, or outside of program code."

Strangely, when I tried an example, the adc_ex1_soc_software from the driverlib (C2000ware), that is working fine. 

And the Lab10 is also working fine but any of the previous Labs keep giving the error.

Please advise.

Thanks.

  • Bhuwan,

    I tested the lab files by running lab 5, lab 6, lab 10, and then repeated lab 5 and lab 6, and I did not experience any problems.  You can try erasing the flash and testing the code again.  To erase the flash follow these steps:

    1). View -> Target Configurations and under "User Defined" right-click on the target, then select "Launch Selected Configuration"

    2). Run -> Connect Target

    3). Tools -> On-chip Flash and the "Erase Flash"

    Also, if possible you can delete the Workspace and see if that fixes your issue.  (If you followed the directions in the workshop, your lab files will not be in the Workspace).  Note, a new Workspace will be created and you will need set the target configuration active again (see step 1 above but select the option for default configuration).  Please let me know what happens.

    I hope this helps. If this answers your question, please click the green "Verified Answer" button. Thanks.

    - Ken

  • Hi Ken,

    That worked. 

    I will be in touch as I make more developments.

    Thanks.