
LiviuM
Members-
Content Count
91 -
Joined
-
Last visited
-
Days Won
13
Everything posted by LiviuM
-
Change/Editing Energia Library TivaC TM4C1294XL
LiviuM replied to GinoP's topic in Energia - TivaC/CC3XXX
As I said, I haven't use them. Have a look in the (4) mentioned files at the comments to the functions. I suppose you should have something like following in your code: uint32_t readParity0 = UARTParityModeGet(UART0_BASE); // until uint32_t readParity7 = UARTParityModeGet(UART7_BASE); UARTParityModeSet(UART0_BASE, UART_CONFIG_PAR_NONE); //or UARTParityModeSet(UART0_BASE, UART_CONFIG_PAR_EVEN); //or UARTParityModeSet(UART0_BASE, UART_CONFIG_PAR_ODD); -
Change/Editing Energia Library TivaC TM4C1294XL
LiviuM replied to GinoP's topic in Energia - TivaC/CC3XXX
Hi Gino, try Serial2, Serial3... for the further serial ports (see energia/hardware/tivac/1.0.3/cores/tivac/HardwareSerial.h && .cpp files for details): extern HardwareSerial Serial; extern HardwareSerial Serial1; extern HardwareSerial Serial2; extern HardwareSerial Serial3; extern HardwareSerial Serial4; extern HardwareSerial Serial5; extern HardwareSerial Serial6; extern HardwareSerial Serial7; For parity I have no idea if it works, but in the energia/hardware/tivac/1.0.3/system/driverlib/uart.h && .c files there are some functions handling the parity: extern -
EK-CC1294XL problem with multiple MQTT Publishers
LiviuM replied to ashlin's topic in Energia - TivaC/CC3XXX
I would try with different IDs for each client.- 3 replies
-
- tiva
- ek-tm4c1294xl launchpad
-
(and 2 more)
Tagged with:
-
A little bit late, but... Have you seen/tried my changes to the energia's servo library? Have they helped? Liviu
-
Hi, I found my way easier in the old format than in the actual. Liviu LE Can't really say why, maybe I'm getting old.
-
You have the PFatFs library files twice in the Energia's searching path, once in the library/PFatFs folder and once in the sketch folder.
- 9 replies
-
- energia sd
- msp430
-
(and 2 more)
Tagged with:
-
MSPDebug can't connect to MSP-EXP430G2 under Linux
LiviuM replied to RandyStockberger's topic in General
Just burned the Blink example in my MSP430G2231LP Launchpad using Energia 1.6.10E18 under openSuse Leap 42.1 Trying to open interface 1 on 022 Initializing FET... FET protocol version is 30066536 Set Vcc: 3000 mV Configured for Spy-Bi-Wire Sending reset... Device ID: 0xf201 Code start address: 0xf800 Code size : 2048 byte = 2 kb RAM start address: 0x200 RAM end address: 0x27f RAM size : 128 byte = 0 kb Device: MSP430F2012/G2231 Number of breakpoints: 2 fet: FET returned NAK warning: device does not support power profiling Chip ID data: f2 01 02 Erasing... Pro -
MSPDebug can't connect to MSP-EXP430G2 under Linux
LiviuM replied to RandyStockberger's topic in General
Hi, On the CCS Linux wiki page are few more details about supported processors. Cheers, Liviu -
There are instructions in Internet on how to fix Windows Updates - you should download and install some files per hand. Searching after "broken Windows Updates" should help to find them.
-
LE I'm almost "thrilled" by the amount of details people asking for help is giving. We all have crystal bowls at home.
-
Just tried to read some data from a DS1307 using my TivaC and the (slightly changed - use the i2c1 module) master_reader example from the wire library. The DS answers (ACK) to the addressing (0x68) and gives back some data. No idea if the data is correct, but the logic analyzer can decode it. Hardware connections: DS Launchpad Vdd -> +5V Gnd -> Gnd SDA -> SDA1 (PN_4, Launchpad pin 50), 10KOhm -> +3V3 SCL -> SCL1 (PN_5, Launchpad pin 49), 10KOhm -> +3V3 The working code: #include <Wire.h> void setup() { Serial.begin(115200); // start serial
-
UART Communication between Arduino and MSP430F5529
LiviuM replied to hemangjoshi37a's topic in Energia - MSP
Sorry, wrong button pressed. -
UART Communication between Arduino and MSP430F5529
LiviuM replied to hemangjoshi37a's topic in Energia - MSP
-
UART Communication between Arduino and MSP430F5529
LiviuM replied to hemangjoshi37a's topic in Energia - MSP
Nice, I wasn't expected it to work with two parallel TX signals. Sorry for the false hints (and not telling you that you have wrong connections :)). -
UART Communication between Arduino and MSP430F5529
LiviuM replied to hemangjoshi37a's topic in Energia - MSP
It was something, but I just forgot it. -
UART Communication between Arduino and MSP430F5529
LiviuM replied to hemangjoshi37a's topic in Energia - MSP
OK. -
UART Communication between Arduino and MSP430F5529
LiviuM replied to hemangjoshi37a's topic in Energia - MSP
Arduino -> PC & MSP: one output TX (arduino) "speaking" to two inputs (RX PC & RX MSP) Arduino <- PC & MSP: two outputs (TX PC & TX MSP) trying to drive in the same time different logic levels on the same line (RX Arduino). -
UART Communication between Arduino and MSP430F5529
LiviuM replied to hemangjoshi37a's topic in Energia - MSP
How? Your Arduino is connected to the MSP board. Is it connected to the PC in the same time? I don't think you can share the U(S)ART link in this way. When you check it with the oscilloscope, is the MSP board connected to the Arduino/PC, or alone? -
UART Communication between Arduino and MSP430F5529
LiviuM replied to hemangjoshi37a's topic in Energia - MSP
Hi, how do you know it isn't working? -
TM4C129 Connected Launchpad SPI Working?
LiviuM replied to NickTompkins's topic in Energia - TivaC/CC3XXX
On my linux machine, the "extra" boards are installed under /home/liviu/.energia15/packages/energia/hardware/... No idea how it looks under Windows/mac. -
TM4C129 Connected Launchpad SPI Working?
LiviuM replied to NickTompkins's topic in Energia - TivaC/CC3XXX
Hi, it seems, the Arduino's SPI library has an SPISettings class and Energia's SPI library not. Some older version of the mfr522 library (version=1.1.8, for example) don't use the SPISettings class and compiles for TivaC. class SPISettings { public: SPISettings(uint32_t clock, uint8_t bitOrder, uint8_t dataMode) { if (__builtin_constant_p(clock)) { init_AlwaysInline(clock, bitOrder, dataMode); } else { init_MightInline(clock, bitOrder, dataMode); } } SPISettings() { init_AlwaysInline(4000000, MSBFIRST, SPI_MODE0); } private: void init_Might -
[Energia Library] Petit FatFS SD Card Library
LiviuM replied to calinp's topic in MSP Energia Libraries
Have you read the answer @Rickta59 gave you on your (other) thread? I mean the part: -
SD card not writing any data from microcontroller.
LiviuM replied to hemangjoshi37a's topic in Energia - MSP
Have you tried to write something in the file in Linux? In the movie you are just showing us the file is empty.- 3 replies
-
- sd card
- data logging
-
(and 2 more)
Tagged with:
-
[Energia Library] Petit FatFS SD Card Library
LiviuM replied to calinp's topic in MSP Energia Libraries
Have you read the first post in the topic? Is your card maybe hard locked? May you in Linux/Windows delete the file/create a new file on the card? -
[Energia Library] Petit FatFS SD Card Library
LiviuM replied to calinp's topic in MSP Energia Libraries
Yes, I've seen, I've read the wrong documentation. Should work without mode qualifiers.