Search the Community
Showing results for tags 'MSP430FR6989'.
-
hello, Im trying to interface a 2 inch rgb LCD display with ST7789v lcd driver im using the ucglib library for this i get a few errors stating not been declared need assistance with this please. I attached the library used and the screen shot. ucglib-master_editted.zip
- 4 replies
-
- msp430fr6989
- energia
-
(and 1 more)
Tagged with:
-
Dear all, I have the following code , I want to display the value of the variable y22 but nothing shows up in the serial monitor (com16), I tried to dispaly it in LCD but nothing shows up as well, I'm using Energia 1.6, the folder under C and I reorient the jumpers TXD and RXD. I want also to display the value of IN22 inside analogWrite(35,IN22). Could you please verify that for me. Thank you. #include <LCD_Launchpad.h> #include <driverlib.h> #include <SPI.h> #include <LiquidCrystal.h> #include <driverlib.h>
-
Hello, I have MSP430FR6989 Launchpad. As per below schematic,I generate internal Vref+ voltage 1.2V on Pin P1.1. I'm successfully measure 1.19V on pin P1.1. So,This Vref I apply in NTC as per below schematic( please ignore MSP430FR4133). But I got an issue in below code: void Vref_ON() { while(REFCTL0 & REFGENBUSY); // If ref generator busy, WAIT REFCTL0 |= REFVSEL_0 + REFON + REFOUT; // Enable internal 1.2V reference while(!(REFCTL0 & REFGENRDY)); // Wait for reference generator
-
Hi, I am wondering why when I make the debug using CCS, the code at the end of the setup opens a new window with following code and stuck there, I do not have any serial function, I tried to send the data to the serial monitor but it fails so I created a new project without any serial monitor statements/function. #include <Energia.h> int main(void) { init(); setup(); for (;;) { loop(); if (serialEventRun) serialEventRun(); } return 0; } Any help would be appreciated. Thanks
-
This MSP430FR6989 is very new to me, and this is the first time i m handling Texas Components , so kindly ignore if my question is very basic. I am facing problem in installing the library SoftwareSerial for the same controller i m using. There are libraries preinstalled in the software some other series of Msp And i even need help in using dlp-7970abp-trf7970a nfc which is the rfid module which i wish to interface with msp430FR6989. But unfortunately their are no libraries for that in energia. Thanks and Regards
-
Hi, I want to develop with the MSP430FR6989 (this board is also referenced on the Energia site) on Mac OSX. I have installed the latest Energia, installed the drivers (MSP430LPCDC 1.0.3b-Signed.pkg probably these are not necessary for the mentioned board, although I can't find any other drivers except those for the CC3200). When launching energia I select the FR6989 board however for the serial ports I only see 2 /dev/tty.usbmodemxxxx ports. No cu.usbserial... ports (as I have with my CC3200). Should I use for the FR6989 one of these tty.usbmodem... ports or am I missing something?