Janderson,
When you updated to CCS 5.4, did you start using a new compiler version? If so, did you update your linker command file? The .bss section needs to be in RAM for global variables to work.
You can check the .map file in the output directory to see where your global variables are in memory. Make sure that the address is in RAM.