hi all,
i am using CCStudio v5 . i am using c6000 series multicore DSP simulator. I've declared some global variables in the "Main.c " file. i need to use these variables throught my program. so i manually wrote header files , and declared the global variables with extern in these header files. and i've included these files wherever required.
Now the problem is that, these global variables are all taking zero (in the child functions , whre these are included)instead of the assigned values..
why is this happening?
thanks in advance,
phani