-3

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!

Aidan Howie
  • 95
  • 1
  • 10

1 Answers1

3

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?

Roman Hocke
  • 4,137
  • 1
  • 20
  • 34