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