I'm wondering about the meanings of these declarations in DSP2803x_Headers_nonBIOS.cmd:
/*** PIE Vect Table and Boot ROM Variables Structures ***/
UNION run = PIE_VECT, PAGE = 1
{
PieVectTableFile
GROUP
{
EmuKeyVar
EmuBModeVar
FlashCallbackVar
FlashScalingVar
}
}
And following the above decleration is the memory map for register structures.
I wonder what does "UNION" keyword mean? And keyword "run" as well?
Are there any mannul for CMD files that I can refered to?