Jump to content
43oh

iPhone/iPod touch/iPad/Android bluetooth C++ compiler/debugger


Recommended Posts

I was wondering, does anybody know of a good msp430 compiler like IAR for mobile devices?

 

If not, I have some ideas if anybody is up for making one.

Physically connecting to the phone is out of the question, so it would have to be bluetooth. An msp (preprogrammed) with a bluetooth transceiver may just be all that's needed to program another msp via spi-bi-wire, and possibly throw in an rx/tx port to transfer data back through the Bluetooth, just like the launchpad does with USB.

 

Just tossing ideas out.

Link to post
Share on other sites

I've been thinking about pouring Energia to Android for a while.

Physical connection is doable by the way: the micro usb socket on your phone works both ways (called usb on-the-go), so hooking up and powering from you're phone is possible... in theory, there are probably diver issues.

Alternatively, use one of the existing command line apps and haul msp-gcc to it.

Link to post
Share on other sites

With Android at least, some modern phones have an Ubuntu install (i.e. Motorola's WebTop stuff) and I'd imagine mspgcc could be cross-compiled to use its ARM environment.  Or even if not, I think you can link against the android O/S's native C library somehow.  Then a native Android app could be written that utilizes its tools via execution.  I bet the android device would need to be rooted to use this though.

 

Reminds me, there are Android apps for doing Android development..... yet another thing I have on my long stack of projects to spend time on in the future :D

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...