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.
It is not clear which ARM device is giving the problem.
Under the CCS debug project properties there is a "Disassembly Mode" which can be set to "Mixed ARM/Thumb", "ARM Only" or "Thumb Only". If the Disassembly Mode doesn't match the mode of the ARM device then the disassembly view can be incorrect. [observed when debugging a real device - not sure what affect the Disassembly Mode has when using a simulator]