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: Project Creation Error with F2838x Firmware Development Package

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

Hi all!

I am trying to cerate a project from zero for my device. Especially using the bit-field libraries. I did follow the instructions in the chapterr 2 of F2838x Firmware Development Package USER’S GUIDE(C:/ti/c2000/C2000Ware_4_01_00_00/device_support/f2838x/docs/F2838x_FRM_EX_UG.pdf) but i got an error(see the first pic). It was because of a definition which is not anymore in the new driverlib libs it seems. Then i delted this part in the main file but got erros again(see the second pic)

I just gave up. Because this  F2838x Firmware Development Package USER’S GUIDE doc is not up to date. It is prepared for old c200ware and ccs versions it seems. Can somebody provide a doc to create a project from zero which includes driverlib and bit-fields lib for my device? That would be appreciated. many thanks in advance.

cheers,

  • Hi Erhan,

    Thanks for reporting the issue in the document. We will review it and will fix it next release

    The best way to get started will be to use C2000 Academy. It looks like you are using Dual-Core (IPC), so please use Module11

    https://dev.ti.com/tirex/explore/node?node=AYlvYCIFS3m3S0PporZnCQ__jEBbtmC__LATEST

    Please let us know if you are encountering any issue in this or if you have any feedback in improving the content, layout, lab. There is a solution for each module which you can use as reference.

    Thanks & Regards,

    Santosh

  • Hi Santosh!

    Thanks for you answer. Actually, I  just wanna create a project from scatch and include bit-filed and driver lib like here C:\ti\c2000\C2000Ware_4_00_00_00\device_support\f2838x\examples\cpu1\empty_projects It is already exist in c200ware but I just wanna learn this project creating and ide details etc. It would be nice if you let me know if there is something like that in c200 academy.

    cheers,

  • Hi Erhan,

    As it requires lot of parameters to be set manually, we recommend to start with empty_driverlib project provided with C2000Ware SDK. The project is empty but  compiler include path and linker include path already set correctly for the device. 

    C:/ti/c2000/C2000Ware_4_01_00_00/driverlib/f28004x/examples/empty_projects/CCS/empty_driverlib_project.projectspec

    Just import the empty project, and rename the project to whatever you want. Lab instruction of  Module2 Academy walks through the step.

    Thanks & Regards,

    Santosh