Anybody ever use the Tms570 microprocessor by TI? Instead of using code composer studio Im trying to use a compiler on my android tablet. I can't interact between them since there are no official drivers. Has anyone ever attempted this?
Are you sure it's plugged in? Try turning it off and back on again. Are you sure you are using a droid and not a banana?
Best bet is to find an emulator that can accept source files and run in a sandbox. Similar to xcode for app development which allows you to emulate various hardware platforms such as Iphone/pc/ipad etc.
Maybe see if there is an online variant that can run through your browser if an app is not found. granted this will be much slower than running natively.
Thanks a lot karma. I think online would be to slow, plus it's for data logging using an accelerometer in a vehicle. What about a Windows or Linux vm on mobile platform? Although I havnt found any reliable sources
Neither have I. iOS is too heavy to emulate an entire OS on top of it. I tried it with windows and it was so so. Have not tried with android yet. Though I am sure a linux flavor exist out there somewhere.
Thanks for your help karma I was able to get Ubuntu on my phone and use eclipse as the IDE and compile my code. Just takes a while since it's not even a 32bit processor