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.

RTOS/TDA2P-ACD: How To Expose Flags at PDK Level

Part Number: TDA2P-ACD

Tool/software: TI-RTOS

Hello All,

I have defined a following new flag in my cfg.mk file at path "/apps/configs/tda2px_evm_bios_all/cfg.mk",

"""""

#Flag for testing
#
TEST_FLAG=yes

"""""

I want to use this flag in my "platform_tda2xx_pad_config.c" file at "ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/platform/src/tda2xx/" to enable/disable pin muxing of one of the peripheral component. But the definition of this flag is not available in this file. I don't get any error while compiling but the flag has no effect at all.

Can anyone suggest how can I use the flag defined in my cfg.mk file at pdk level. I am using PSDK 03.03 and customized TDA2P board.

Regards,

Abhay