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.

Piccolo F2803x application to F2802x target

Other Parts Discussed in Thread: CONTROLSUITE

I have a control suite application utilizing F2803x processor that is functional and would like to migrate it to F2802x family. 

I can modify the main code init and the associated header files to have the F2802x instead of F2803x.

But how about the other files under Includes and linker files , i have attached the f2803x code base for reference. These as well as the Flash API needs to be reflected to F2802x family. 

Is there any reference to a compilation / link options to follow for this migration.

  • Hi Prasanna,

    The easiest way to achieve this would be: (flash_implementation)

    1. Choose the flash sample example from F2802x dir of controlSuite

    2. Then link or copy the libraries for your respective peripherals you would be using eg. F2802x_CpuTimers.c etc.

    3. Paste the code and check for any compatibility issues.

    In this way you need not worry about the include folders. This will be taken care by the sample code.

    Regards,

    Gautam

  • Hi Gautam,

    Thanks for your reply,

    "In this way you need not worry about the include folders. This will be taken care by the sample code "

    For ex the flash dir does not have the /IQ/include , /IQmath etc . Can I link the libraries and these files under include folder without having to manually copy and paste. I thought there should be a framework to do this that i was not aware of. 

    Regards

    Prasanna

     

  • Prasanna Nambi said:
    For ex the flash dir does not have the /IQ/include , /IQmath etc . Can I link the libraries and these files under include folder without having to manually copy and paste

    Yes, you need to add IQMath lib to include!

    Prasanna Nambi said:
    I thought there should be a framework to do this that i was not aware of. 

    You can refer this doc for the structure process: 8764.C2000_launchpad_basics.pdf

    Regards,

    Gautam