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.

Common Flash API for F28069 and F28035

Other Parts Discussed in Thread: CONTROLSUITE

We are using an F28069 and our customer is using a F28035. We will be writing an application that will be downloaded to the MCU and will update the flash over CAN. Is it possible to write an application that would be compatible with both?

I see that in the flash api library .h files there are macros for portability. Would it be possible to create an application for updating the flash to support both processors. i.e. make the decision at run time to determine which function to call as it appears they have different names in different libraries.

  • Charles,

    I believe you want to use the right library file depending upon device. Is this correct?

    If so, you can use PARTID number for each device stored in TI OTP to identify the sector information / device information based on which you can choose the right library functions to call.

    Hope, you have already reviewed control suite examples found in the following path controlSUITE\device_support\f2806x\v140\F2806x_examples_ccsv5\flash_programming

    Regards,
    Manoj