
BobRice
Members-
Content Count
8 -
Joined
-
Last visited
About BobRice
-
Rank
Noob Class
Contact Methods
-
Website URL
http://RiceCNC.com
Profile Information
-
Location
Burtonsville, MD
-
Thanks, I see that the C2000 LaunchPads are supported for Windows and Linux. Does this imply that there is a problem with Mac desktop support? Bob Rice
-
What is the current level of support for the TMS320F-28377S? I saw a core for C2000 LaunchPad XL on GitHub so I went ahead to obtain a board and upgraded to Energia 17. The board is not listed in the menu although the Serial Monitor receives analog data from pre-loaded demo program. Thanks, Bob Rice
-
TM4C1294XL Connected Launchpad Ethernet Port Pins
BobRice replied to xujianningkp's topic in Energia - MSP
There are a couple of bugs in some of the TI Connected LaunchPad SPI pinout documentation. You will be able to figure it out by cross-referencing documents. Bob Rice -
Update, I didn't see any replies to my problem so I gave up on the Ethernet connection for awhile, but went back to try again after upgrading to Energia release 14. Unlike release 13, I had no problems upgrading to release 14, no performance problem, but the upgrade didn't seem to fix any bugs for me either. I still have to request a baud rate of 172800 to get 115200 for the LaunchPad. So I decided to try using the EthernetUDP library since that wold be better for my real-time application anyway. Again I came close to getting it working but no cigar! Seems that I can read datagrams
-
LaunchPad OSX USB drivers (CDC /VCP)
BobRice replied to PentiumPC's topic in Programmers and Debuggers
Hi, I have been using the MSP430LPCDC 1.0.3b for some time but now it has stopped working for me. It was working on 10.10.1 but now is not recognizing either my Launchpad or my Connected Launchpad - no device files are created. Reinstalling it didn't help. It seemed to stop working when I updated my Prolific PL2303 and FTDI device drivers. I don't know how to debug this problem. There is very little documentation on this driver or even how the VCP connections work. Any suggestions? Bob Rice -
Hi, I have a Mac desktop app that connects to a Connected Launchpad via USB serial. I decided to try to add ethernet port connection. I got tantalizing close but no cigar! I've been stuck on this for a week now so I need help. I had no problems adding the Ethernet.h library except for something very weird trying to do a conditional import. I have been using directives to compile for either the LaunchPad or the Connected LaunchPad: #ifdef PART_TM4C1294NCPDT // Connected LaunchPad #include "Ethernet.h" #elif defined( PART_LM4F120H5QR ) // LaunchPad #endif This seems to have bee
-
Will the Energia team be supporting the new Tiva C Series LaunchPad? I understand that TI has already deprecated the Stellaris LaunchPad in favor of the new Tiva C Series. I am trying to upgrade from a PIC
-
My app currently uses the Digilent "chipKit" Uno32 board and a Mac host. I am trying to port it to a new Tiva C Series LaunchPad that I just received. I get the following errors from the library: /Applications/Energia.app/Contents/Resources/Java/hardware/tools/lm4f/bin/../lib/gcc/arm-none-eabi/4.7.1/../../../../arm-none-eabi/lib/thumb/armv7e-m/fpu/fpv4-sp-d16/libc.a(lib_a-writer.o): In function `_write_r': /Users/rwessels/yagarto/newlib-build/arm-none-eabi/thumb/armv7e-m/fpu/fpv4-sp-d16/newlib/libc/reent/../../../../../../../../../newlib-1.20.0/newlib/libc/reent/writer.c:58: undefined referen