-
Content Count
11 -
Joined
-
Last visited
About josePH
-
Rank
Member
Contact Methods
-
Website URL
http://www.mindlabtech.com
Profile Information
-
Location
USA
-
Interests
Anything about Electronics...
-
@@AlokKumar, To compile with EMT, you have to select the board as "Launchpad w/ CC3200 EMT". My compilation failed because I did not set the correct board.
-
Energia CC3200 EMT: UART1 support in "Launchpad w/ CC3200 EMT"
josePH replied to josePH's topic in Energia - MSP
Hi Anas10, I think it was fixed for the MT as of the moment, but you can definitely hack it like what was done in Single Thread. I an idea where to hack it, however I was busy at the moment for some bring-up of my prototype. So I decided to move forward using single thread. Somewhere in this forum, there was hack on how to change uart pins by modifying "HardwareSerial.cpp and HardwareSerial.h" for single thread. There was some codes added to the method "setPins(pins)" and also to the array "static const unsigned long g_ulUARTPinMuxConfig". Let me know if you have tried this. If -
Hi, I am trying to use UART1 in Energia CC3200 EMT. I've put a loopback at pins 9 and 10. I've also written a code to bridge UART0 and UART1. However It's not working with "Launchpad w/ CC3200 EMT" board settings. If I choose the "Launchpad w/ CC3200", the UART works fine. Has someone tried using UART1 in EMT before? Is there a way to remap the pins for UART1? I wanted to use pins 18 and 15, so that I can use pis 9 and 10 for I2C communications. I was able to hack HardwareSerial.cpp and .h for "Launchpad w/ CC3200". The file structure for "Launchpad w/ CC3200 EMT" is different,
-
Energia IDE: Energia MT examples does not Compile on Release 0101E16
josePH replied to josePH's topic in Energia - MSP
Hi all, I already solve my problem it was a user problem . I did not select "LaunchPad CC3200 EMT (80MHz)" board. I am now able to compile both in Mac and Win 8. Thank you guys for your time! -
Energia IDE: Energia MT examples does not Compile on Release 0101E16
josePH replied to josePH's topic in Energia - MSP
Hi Fmilburn, there is no spaces on my directories. C:\energia. Can you check if my installation steps are correct. 1. Download Energia from this link: http://energia.nu/download/ Windows: Binary release version 0101E0016 (7/8/2015) 2. Extract Energia in "C:\energia" directory. -
Energia IDE: Energia MT examples does not Compile on Release 0101E16
josePH replied to josePH's topic in Energia - MSP
Hi Rei, its the same with changing the Board. [/Applications/Energia.app/Contents/Resources/Java/hardware/tools/lm4f/bin/arm-none-eabi-g++, -c, -Os, -w, -fno-rtti, -fno-exceptions, -ffunction-sections, -fdata-sections, -mthumb, -mcpu=cortex-m4, -DF_CPU=80000000L, -MMD, -DARDUINO=101, -DENERGIA=16, -I/Applications/Energia.app/Contents/Resources/Java/hardware/cc3200/cores/cc3200, -I/Applications/Energia.app/Contents/Resources/Java/hardware/cc3200/variants/launchpad, /var/folders/97/0bq884px0hl4z13n7gck0_180000gn/T/build9025695078185266893.tmp/Button.cpp, -o, /var/folders/97/0bq884px0hl4z13n -
Energia IDE: Energia MT examples does not Compile on Release 0101E16
josePH replied to josePH's topic in Energia - MSP
Here's a log on windows 8: [C:\energia\hardware\tools\lm4f\bin\arm-none-eabi-g++, -c, -Os, -w, -fno-rtti, -fno-exceptions, -ffunction-sections, -fdata-sections, -mthumb, -mcpu=cortex-m4, -DF_CPU=80000000L, -MMD, -DARDUINO=101, -DENERGIA=16, -IC:\energia\hardware\cc3200\cores\cc3200, -IC:\energia\hardware\cc3200\variants\launchpad, C:\Users\otik\AppData\Local\Temp\build5712080134965100978.tmp\Button.cpp, -o, C:\Users\otik\AppData\Local\Temp\build5712080134965100978.tmp\Button.cpp.o] In file included from Button.cpp:1:0: Button.h:2:31: fatal error: xdc/runtime/Error.h: No such file or dire -
Energia IDE: Energia MT examples does not Compile on Release 0101E16
josePH replied to josePH's topic in Energia - MSP
Hi Rei, I've this the log I've got on mac: [/Applications/Energia.app/Contents/Resources/Java/hardware/tools/lm4f/bin/arm-none-eabi-g++, -c, -Os, -w, -fno-rtti, -fno-exceptions, -ffunction-sections, -fdata-sections, -mthumb, -mcpu=cortex-m4, -DF_CPU=80000000L, -MMD, -DARDUINO=101, -DENERGIA=16, -I/Applications/Energia.app/Contents/Resources/Java/hardware/cc3200/cores/cc3200, -I/Applications/Energia.app/Contents/Resources/Java/hardware/cc3200/variants/RedBearLab_CC3200, /var/folders/97/0bq884px0hl4z13n7gck0_180000gn/T/build9025695078185266893.tmp/Button.cpp, -o, /var/folders/97/0bq884 -
Energia IDE: Energia MT examples does not Compile on Release 0101E16
josePH replied to josePH's topic in Energia - MSP
Hi B@tto, Did you have an old installation and then upgrade to the latest IDE? For my case it was my first installation of the IDE. Gracias, josePH -
Hi, I've tested EventLibrary and ButtonEvent examples, however my compilations fails. #Error Log: In file included from Event.cpp:9:0: Event.h:20:31: fatal error: xdc/runtime/Error.h: No such file or directory #include <xdc/runtime/Error.h> ^ compilation terminated. #Here's my setup details: LaunchPad: CC3200-LAUNCHXL V4.1 ENERGIA IDE: energia-0101E0016 OS: Windows 8.1 64-bit and OSX 10.10.4 Any help is greatly appreciated. Thanks! Regards, Joseph
-
Hi, I've tested EventLibrary and ButtonEvent examples, however my compilations fails. Here's the error: In file included from Event.cpp:9:0: Event.h:20:31: fatal error: xdc/runtime/Error.h: No such file or directory #include <xdc/runtime/Error.h> ^ compilation terminated. Is there any settings to be configuredduring installation so that compiler ables to locate the include files? Here's my setup: Launchpad: CC3200-LAUNCHXL V4.1 OS: WIN8 and OSX ENERGIA IDE: energia-0101E0016