I'm coding in C with microcontrollers as part of degree and am struggling to find the base address of different components. The microcontroller I am using is the MSP430FR413x and I am currently trying to figure out the base address of the LCD screen so that I can display some text. Could anyone help me either with how to find the base address or what this base address is. Thanks!
In the datasheet (http://www.ti.com/lit/ds/symlink/msp430fr4133.pdf) on page 70 they say, that the LCD driver's registers are at 0x600
. Is that what You are looking for?