NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

DA8xx How to remove THX from Y13 Build

From Texas Instruments Wiki
Jump to: navigation, search

Introduction[edit]

Unlike other ASPs, THX needs special care to remove. Followings are steps of it.

Procedure[edit]

  1. Right click pa_y13_evmda830 in C/C++ Projects
  2. Select Build Propaties...
    THX1.PNG
  3. Tool Settings Tab -> Predefined Symbols
  4. Delete "THX" define
    THX2.PNG
  5. Tool Settings Tab -> Command Files
  6. Delete "t:/pa/f/s19/thx_incl.opt"
    THX3.PNG
  7. Open t:/pa/f/s19/y13/alpha/y13_a.h
  8. Delete following include headers
    #include <asa_a.h>
    #include <bc_a.h>
    #include <tm_a.h>
    #include <ad_a.h>
    #include <req_a.h>
    #include <bgc_a.h>
    #include <ass_a.h>
  9. Delete following files from project
    acp_main_thx.c
    ipce_y13.c
    lm6_s.c
    thx.lib
    THX4.PNG
  10. Add ipce_cus.c to the project.
    THX5.PNG
  11. Add following lines to the end of ipce_cus.c
    asm (" .global _IPCE_PARAMS");
    asm ("_IPCE_PARAMS .set _IPCE_PARAMS_CUS");
  12. Edit patches.c as below
    #include <pce.h>
    #include <pce_tii.h>
    extern const IPCE_Params IPCE_PARAMS_CUS;
    //extern const IPCE_Params IPCE_PARAMS_THX_EXT; // use if extended channels needed
    //extern const IPCE_Params IPCE_PARAMS_THX; // use if 7.1 channels needed
    //extern const IPCE_Params IPCE_PARAMS_CUS_SEC;
    //extern const IPCE_Params IPCE_PARAMS_MYDEL_EXT; // use if extended channels needed
    const PAF_ASP_LinkInit encLinkInitY13[] =
    {
    PAF_ASP_LINKINITPARAMS (STD,PCE,TII,&IPCE_PARAMS_CUS),
    PAF_ASP_LINKNONE,
    };
    static const PAF_ASP_LinkInit encLinkInitY13Secondary[] =
    {
    PAF_ASP_LINKINITPARAMS(STD,PCE,TII,&IPCE_PARAMS_CUS),
    PAF_ASP_LINKNONE,
    };
E2e.jpg {{
  1. switchcategory:MultiCore=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article DA8xx How to remove THX from Y13 Build here.

Keystone=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article DA8xx How to remove THX from Y13 Build here.

C2000=For technical support on the C2000 please post your questions on The C2000 Forum. Please post only comments about the article DA8xx How to remove THX from Y13 Build here. DaVinci=For technical support on DaVincoplease post your questions on The DaVinci Forum. Please post only comments about the article DA8xx How to remove THX from Y13 Build here. MSP430=For technical support on MSP430 please post your questions on The MSP430 Forum. Please post only comments about the article DA8xx How to remove THX from Y13 Build here. OMAP35x=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article DA8xx How to remove THX from Y13 Build here. OMAPL1=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article DA8xx How to remove THX from Y13 Build here. MAVRK=For technical support on MAVRK please post your questions on The MAVRK Toolbox Forum. Please post only comments about the article DA8xx How to remove THX from Y13 Build here. For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article DA8xx How to remove THX from Y13 Build here.

}}

Hyperlink blue.png Links

Amplifiers & Linear
Audio
Broadband RF/IF & Digital Radio
Clocks & Timers
Data Converters

DLP & MEMS
High-Reliability
Interface
Logic
Power Management

Processors

Switches & Multiplexers
Temperature Sensors & Control ICs
Wireless Connectivity