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.

CCS/RM57L843: RM57L843

Part Number: RM57L843
Other Parts Discussed in Thread: HALCOGEN

Tool/software: Code Composer Studio

Hello everybody,

                           My question is this that as you can see in the line 92 of the code in CCS (generated from Halcogen), there are three segments created for SR4. Whereas, in the technical reference manual of RM57L843 it is written that only one register named Status Register 4 is declared and have allocated space of 4 bytes, but here it is defined as 12 bytes. I also wanted to ask if there is not mentioned that whether an area is reserved or not then how can we identify that what is that area assigned to or used for?

Here is an image of RM57L843 technical reference manual

I hope that you understand my question.

In simple words, as we can see in the technical reference manual that area from 58h to 80h is not defined. So, how did Halcogen included it in SR4 array?