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.

examples\basic\clk does not exist

I'm trying to follow the tutorial in the DSP/BIO help file.  The first thing it says is to copy "BIOS_INSTALL_DIR>\packages\ti\bios\examples\basic\clk" to a workspace.  But there is no folder name "basic" under <BIOS_INSTALL_DIR>\packages\ti\bios\examples\. 

bios_5_41_02_14 was installed with the CCS 4.12 download.  I have also installed bios_5_41_04_18.

I have searched ti.com, etc without luck.  I'll keep searching...

  • I don't see it either.  I see bigtime, hello, semaphore and stairstep.

    Going to move the post into the BIOS forum to see if they can help.

    John

  • In the interest of expediency, I installed 5.33.06 which appears to be the last version that actually contains the tutorial files.

    So now I try to follow the tutorial project creation step 4 which says to select the clk folder as the Location. But, CCS complains that "Project contents cannot be inside workspace directory".  What the heck does that mean???  This makes no sense.  When I create a new project, where does CCS put it?  In the workspace directory. 

    Of course, I can fool it by renaming the folder to the same name as my project. 

  • 5.33 ships with CCSv3.3 projects.  When you import try using the "Import legacy CCSv3.3 project" menu item on the project menu.  I just tried importing the clk example from y 5.33.05 install and that worked fine.

     

    John

  • Sorry, import did not work for me.

    Severity and Description Path Resource Location Creation Time Id
    \Program Files\Texas Instruments\xdctools_3_16_02_32/packages')  clk line 0 1276542281881 40

    Severity and Description Path Resource Location Creation Time Id
    could not open source file "clkcfg.h" clk clk.c line 19 1276542281881 41

     

  • Which platform did you import for?  I will try the same one.  i.e. under \basic\clk which folder did you select the pjt file in?

  • evm6748 must have been added in the 5.33.06 release, in my 5.33.05 I imported the evm6747 one with no issues.

    I run the import wizard, browse right to the pjt file in the evm6747 directory.  I don't check the box to copy into my workspace.  I don't let it update the project to use a newer codegen and I let it update the project to use BIOS 5.4.

     

    John

  • OK.  It was the "Copy projects into workspace" that was causing the problem with my import.  Saw nothing resembling "use a newer codegen" and it found the latest DSP/BIOS. 

    Thanks.

    Now what was I doing..?  oh yeah, the tutorial...