-
Content Count
1,250 -
Joined
-
Last visited
-
Days Won
61
energia last won the day on November 11
energia had the most liked content!
About energia
-
Rank
Level 4
Contact Methods
-
Website URL
http://www.energia.nu
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hi @Derekspeegle When you connected TX / RX did you swap them? TX should be connected to RX and RX to TX. | TX (P6.0) -- -- RX (P6.1) | LaunchPad 1 | \/ | LaunchPad 2 | /\ | _ _ _ _ _ _ | RX (P6.1) -- -- TX (P6.0) |_ _ _ _ _ _ _ Robert
-
This seems like an incomplete installation. Perhaps the installation of the board packages was cancelled by pressing the cancel button in the board manager. This is a quirk from the Energia / Arduino IDE where it does not the already installed components. A work-around is: Navigate to: On Linux: ~/.energia15/packages/energia/staging/packages On Windows: %LOCALAPPDATA%\Energia15\staging\packages On MacOSX: ~/Library/Energia15/staging/packages 'Delete all files in this directory: On Linux: ~/.energia15/packages/energia/hardware/ On Windows: %LOCALAPPDATA%\Energia15\packages\energia\hardware On MacOSX: ~/Library/Energia15/packages/energia/hardware/ Delete the tivac directory. Restart Energia and install tivac support through the board manager. Please note that this process can take a considerable amount of time. Especially on Windows. Do not cancel the installation process. Wait until the installation has finished. Robert
-
http://s3.amazonaws.com/energiaUS/packages/package_msp432p_index.json. Plug this URL into the Energia preferences. Note that this is a pre-release. Please report any issues you might come across in this thread.
-
MSP432R SPI Problem Re-emerges with 5.25.0 board file
energia replied to JRDavisUF's topic in Energia - MSP
Fixed in core release 5.25.2 -
I suggest going to resource explorer in CCS and use that to install the MSP430 core.
-
Not sure if you did but you have to reprogram the out of the box demo firmware.
-
A0 is on P1.0 which is not brought out to the boosterpack header but instead connected to LED1 (aka RED LED). If you wanted to you could remove the jumper from LED1 and feed your analog signal into the right side jumper pin. You can then use analogRead(A0) to acquire the analog signal on that pin. I suggest modifying the Sketch and picking a different analog input that is available on the boosterpack header.
-
I posted a library a while ago which could be of use. It can be found here: https://github.com/energia-libraries/RotaryEncoder
- 5 replies
-
- interrupts
- tm4c123gxl
-
(and 1 more)
Tagged with:
-
Please repeat these steps again and do not cancel the installation process until it is done. It seems that it takes a long time on your machine and it might look like it hangs but that's not the case. In the board manager click remove on the TivaC package. Go to the directory C:\Users\andre\AppData\Local\Energia15\staging\ and delete all files and folders Go to C:\Users\andre\AppData\Local\Energia15\packages\energia\tools\dslite\ and delete the folder 7.2.0.2096 Go to C:\Users\andre\AppData\Local\Energia15\packages\energia\hardware\ and delete the folder tivac Now restart Energia Start Energia and reinstall the TivaC package.
-
PROBLEM WITH SERIAL CONNECTION ON MAC OS CATALINA
energia replied to cenkayb's topic in Energia - TivaC/CC3XXX
I filed a bug for this here: https://github.com/energia/tivac-core/issues/44. Will look at it this week. -
https://forum.arduino.cc/index.php?topic=5496.0
-
You are most likely running macOS Catalina. Try this version of the IDE: http://s3.amazonaws.com/energiaUS/distributions/energia-1.8.10E22-macosx-signed.zip. This is a pre-release and I should have an official release for upload on energia.nu next week. http://s3.amazonaws.com/energiaUS/distributions/energia-1.8.10E22-macosx-signed.zip
-
Note that it can take quite a bit of time for the installation to finish? How long did you wait?
-
Hi Anding, It seems that the TivaC installation did not complete. Can you do the following: In the board manager click remove on the TivaC package. Go to the directory C:\Users\andre\AppData\Local\Energia15\staging\ and delete all files and folders Go to C:\Users\andre\AppData\Local\Energia15\packages\energia\tools\dslite\ and delete the folder 7.2.0.2096 Go to C:\Users\andre\AppData\Local\Energia15\packages\energia\hardware\ and delete the folder tivac Now restart Energia Start Energia and reinstall the TivaC package. Robert