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?