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.

CCS/LAUNCHXL-F28379D: fixing errors

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: TMS320F28379D, C2000WARE

Tool/software: Code Composer Studio

Hi,everyone

I have started to work with TMS320F28379D a few weeks ago and I use attached pdf to create a simple project by cpu1 but I have this errors .

Is there anyone helping me fix these errors?

F2837xD_DEV_USER_GUIDE.pdf

  • hi Alireza,

    What are the errors seen on the "console" window on compile?

    If you are using any PIE related source APIs you would need to add the F2837xD_PieCtrl.c and F2837xD_PieVect.c files into the project .

    The files explained to be added in point8 of the doc are only for the basic example as shown in the guide.

    This file can be found here : C2000Ware_2_00_00_02\device_support\f2837xd\common\source

    Also have you added the common\source\F2837xD_CodeStartBranch.asm file as specified in point 8?

    There seems to be a warning on using code_start as the entry point ...

    Regards