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.

TRM needs update: F28M35 ADC: where are located the AnalogSysctrlRegs?

Other Parts Discussed in Thread: CONTROLSUITE

In TRM, page 926, 11.3.12 Analog Subsystem Control Registers, Table 11-26. Analog Subsystem Control Registers (AnalogSysctrlReg)

only Address Offset is given, but not the Address Base.

Extensive search in CCS and ControlSuite found this name in cmd file, where someone can find ASYSCTRLCONFIG section, which starts at 0x1700.

But, search of the Registers in CCS gives no results for any mentioned in TRM registers (in particular, I want to verify ADC clock divider and TRIG1SEL-TRIG8SEL)

Trying to enter name "AnalogSysctrlReg" in Memory Browser produced an error. Only if I directly enter 0x1700, Memory Browser finally shows name:

  • Hi Igor,

    The easiest way to verify the contents of these registers is to type the base register name into the "expressions window" in CCS.  This should give you an expandable structure with both the addresses of the specific registers as well as the contents.  Is there any reason you want to do this in the memory browser instead?