I'm wondering is there is a Java Virtual Machine for the Stellaris family of microcontrollers from TI or 3rd party. Other semiconductor manufacturers seem to have 3rd party VM providers for their M3 or M4 MCU's.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm wondering is there is a Java Virtual Machine for the Stellaris family of microcontrollers from TI or 3rd party. Other semiconductor manufacturers seem to have 3rd party VM providers for their M3 or M4 MCU's.
Alen,
I do not believe there is a Java Virtual Machine specifically for Stellaris. You might be able use something like simpleRTJ, though. More info can be found here: http://www.rtjcom.com/main.php?p=home. TI has not tested this or any other Java Virtual Machine with Stellaris to my knowledge, so there would be some amount of work to be done to get it working, although according to the simpleRTJ website it shouldn't be extensive.
I hope that helps!
Regards,
Josh Elliott
There is a project named lejos that implements a jvm. This project is targetted for a Lego Mindstorm controller that uses ARM7 based cpu. It is not too much work to carve out the processor specific stuff to leave the jvm. I got it working on a STM32F4 so the Tiva series should be just as easy.