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: Unable to Access Variable Defined in IPU1_0 on DSP1

Part Number: TDA2P-ACD

Tool/software: TI-RTOS

Hi Rishabh,

I have a related question to my previous thread.

Now that I can compile my file for DSP as well as IPU1_0 core, I have a variable declared as below in my file "vision_sdk/apps/src/rtos/config/chains_configuration.c",

#pragma DATA_SECTION(cfgPrms,".bss:extMemNonCache:linkStats");
#pragma DATA_ALIGN(cfgPrms, 128);
static ConfigObj cfgPrms = { 0 };

I have assigned values to this variable in my file and I am trying to access this variable on my alg_plugin running on DSP1 core. But in my plugin I get zero value for this variable.

Can you tell me how can I access this variable "cfgPrms" with updated values on DSP1 core.

Regards,

Abhay