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.
Tool/software: Code Composer Studio
I know I am able to create macros or global variables via Program.global, and those generated symbols can be accessed by including "xdc/cfg/global.h" in runtime code.
But is it achievable that I want to access some header files through "xdc/cfg/global.h?