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.

TMS320F28388D: Importing Problem of the Empty Bitfield Driverlib Project

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

Hi all!

I was trying to add an empty birfield drverlib project and got an error about driverlib at the beggining but the project was imported. Then, I tried to compile but i got an error related to driverlib and hw_memmap.h.

Below I've attached the pics from errors and the project structure. Can someone help me to solve this issues?

Also where can I find detailed doc about bit-filed programming for my device?

Many thanks in advance.

Code Composer Studio Version: 11.0.0.00012

C2000Ware 4.00.00.00

  • Hi,

    This was a bug in the example projectspec in v4.00.00. The folder path name is incorrect. This has been fixed in the 4.01.00 revision.

    If you dont wish to change the version, you can locally update the projectspec file with the correct path : 

    Regards,

    Veena

  • Hi,

    thanks for the answer. I did it a bit different (see the pic below) than what u mentioned and didn't get an error during import.

    However I got an error about hw_memmap.h during compile and i think  it is because of the wrong include path of the driverlib. You can see the error below. I added the path by hand externally but i couldn't find the symbol definition to change the driverlib path. Do you know how to do it?

    I am planing to install the new version of c2000 but first i would like to solve the issue here.

    cheers,

  • You are right. The following line also needs update:

        <pathVariable name="C2000WARE_DLIB_ROOT" path="../../../../f2838x_driverlib/driverlib/" scope="project" />

    This is used for include path.

    You can update it in the projectspec file, or after importing the project, update the variable value in Project Properties->Linked Resources->Path Variables

    Regards,

    Veena

  • Thanks a lot, I got it and solved it.