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.

ProjLab_20 problem running in flash

Hello,

I'm having some problems trying to run Proj_Lab_20. This is with modified configuration for my own hardware (with a F28069F), which is running fine with projlab 4 ~ 5.

ProjLab_20 is running fine from Release/RAM build/debug.

But with a flash build run, the system gets stuck inside the adc / calibration loop.

I did not dive into real debugging yet, but I can't find anything obvious wrong with my config. But just to make sure, can anybody check and verify that this lab is running okay from flash on a clean install / on a ti_demo board?

Thanks,

Harry Kroonen

  • Hi Harry,

    I looked into this issue and the root cause is that Project 20 is missing a pre-defined symbol:  FAST_ROM_V1p6.  TI will fix this issue.  

    You can immediately fix this by going to the project properties for lab20 (right mouse-click on project folder in Project Explorer window and select properties or use the Project pull-down menu and select properties).  Then select the menu option:  Build\C2000 Compiler\Advanced Options\Predefined Symbols.  From this screen make sure the configuration option is Flash and then select the green "+" symbol.  You will get a dialog box to enter the pre-defined symbol "FAST_ROM_V1p6".

    This then adds it to the build options which you can verify from the Build\C2000 Compiler menu option within project properties.  

    Sorry about this issue and thanks for reporting it.

    Jeff