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.

TimestampProvider error

Other Parts Discussed in Thread: SYSBIOS

Hi all,

after creating a new project from an older one I face this error (CCS 5.4.0.00091, Concerto development board ...35...):

js: "C:/ti/xdctools_3_25_00_48/packages/xdc/cfg/Main.xs", line 46: XDC runtime error: ti.sysbios.family.arm.f28m35x.TimestampProvider.Module_State#0/freq: 'lo' must be statically initialized.

even if I disable the Timestamp provider from the config.

What to do?

Which entry to add in the config file?

Best Regards

Tom

 

  • Tom,

    Can you describe the steps you took to create the new project?  

    Also, did you change CCS, SYS/BIOS, or XDCtools versions?

    Regarding how to disable the TimestampProvider… it may be the case that even if you disabled the inclusion in your configuration, that some other component (e.g., Log or other instrumentation) will be bringing it into the configuration automatically.  So unless you remove those other components too, it will still be brought in.

    So that is why I’d like to backup to see how you got to where you are.  Because even if we are able to get TimestampProvider out of the picture, there might be some other issues that show up, because of how the project was created…

    Scott