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/CC3220SF: Customized callback function for dmaerror

Part Number: CC3220SF
Other Parts Discussed in Thread: SYSCONFIG

Tool/software: Code Composer Studio

We are using SPI to communicate with the display driver. I would like to make some changes to the dmaerror callback function that is defined through sysconfig in ti_drivers_config.c file. The changes are not applied when the project is built. Excluding sysconfig from the build would not help because my changes would not be in effect. Is there a way to customize this function?

  • Hi SN,

    You can copy your current generated ti_drivers_config files into your project and then exclude SysConfig from the build. You would have most of your configuration automatically generated, but then you can make the changes you like.

    There is currently no way to generate source for only some of the drivers, or add a custom error callback function. You will have to handle this manually.

    Best regards,

    Sarah