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.
Hello!
I'm playing with MSP432 board, and I have some trouble with registers. The documentation
(page 727) says that the eUSCI_A uart registers are:
00 UCAxCTLW0 for example.
Now when I want to explore the registers in CCS, I would expect EUSCI_A0 to have a
register UCA0CTLW0. However, when unfolding EUSCI_A0, its registers are displayed,
and it starts with UCA3CTLW0. So my first question is: why is it UCA3CTLW0 and not
UCA0CTLW0?
Next, in the unfolded registers, there is a UCA3CTLW0, and the same one with _SPI
extension. But this UCA3CTLW0_SPI is not shown in the documentation. Is there
any pointer about this UCA3CTLW0_SPI register? Is it a simple alias?
Thanks,
Pascal
Hi Pascal,
I do not have any additional information on that matter outside of what Chester Gillon provided on the other threads, it may be worth asking the C/C++ compiler forum for more details/information.
Regards,
Ryan
Hello!
Anyway it works fine now. Apparently it's just a display bug and once you know it,
you can just wait for a new release.
I have made this boosterpack (1 LCD, 1 microSD card, i IR receiver). The LCD is
an extremely low consumption device (without backlight), and 16 gray levels.
You can notice the gridlines, written in gray, that look thinner than the border.
The curve is just the ADC input with nothing plugged, therefore this erratic
behaviour (I was just touching the input pin to check if it works).
Pascal
**Attention** This is a public forum