Before asking for MFP support

From Texas Instruments Embedded Processors Wiki

Jump to: navigation, search
Translate this page to   

This page is intended to guide you through the support options and help debugging MFP (Codec Engine, Framework Components) issues

Contents

Was your question already answered in one of the external resources?


A useful cleanup check:

/* example of how to enable trace */
    #include <ti/sdo/utils/trace/gt.h>
    Void main()
    {
        GT_init(); /* init trace */
 
        /* Set printf function for GT */
        GT_setprintf( (GT_PrintFxn)printf );
        GT_set("*=01234567");   /* Turn on all trace */
    }


Common pitfalls:


In general:


If nothing else works:

Useful information to provide together with a description of the issue:


Who to contact:

Leave a Comment
Personal tools
Namespaces
Variants
Actions
Navigation
Print/export
Toolbox