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.

SysBios Getting Started Log example error

Other Parts Discussed in Thread: SYSBIOS

I am following the SysBios getting started guide (http://processors.wiki.ti.com/index.php/SYS/BIOS_Getting_Started_Guide#Using_SYS.2FBIOS_with_CCSv4).  When I try to build the LOG project, I get the following error:

XDC runtime error: ti.catalog.arm.cortexm3.concertoInit.Boot: no property named 'timestampFreq' 

If I try to add a Timestamp using the XDCtools, it generates the following error as well.

fatal error #5: could not open source file "C:/Projects/Sandbox10_Sysbios/SysBiosProject3/Debug/configPkg/package/cfg/log_pem3.h" 

I am using a recent version of controlSUITE and CCS version 5.1.0.09000.  I am using the controlCARD TMDXCNCDH52C1 with the XDS100v2 emulator.  I have SysBios version bios_6_33_05_46.

 

  • Some steps that were not documented in the Getting Started or log.c are required.  This is necessary for projects other than Log.

    1. Double click the .cfg file in your project to bring up the XDCTools.

    2. Click the Device Support button.

    3. Click the Timestamp Provider link.

    4. Check the "Add the F28M35X-specific . . ." check box.  (I had to do it a couple of times to get the check mark to stay).

    5. Enter 150000000 in the Timestamp clock frequency Hz text box.

    6. Save and rebuild.

  • Don,

    Thank you for this contribution to our forum!

    This is exactly what I hope for the forum; to share our issues and solutions to build an extensive knowledge base.

    Thanks again and keep posting!