Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
972 views
in Technique[技术] by (71.8m points)

jvm - embedded Java VM for Cortex M3

I'm currently searching for a Java VM which is portable (or already ported) to an ARM Cortex M3 (LPC1768 from NXP, 512kB ROM ). I have already some experience with simple Real Time Java (www.rtjcom.com) which has a small footprint and is well documented. Do you know some more embedded JVMs for Cortex M3? Ideally with a real Byte Code interpreter and a ClassLoader?

Thanks for your suggenstions.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The following a Java VMs target embedded systems:

This article by Michael Barr and Jason Steinhorn may also be helpful.

Note that on a Cortex M3 it may be very slow. An ARM part with Jazelle or ThumbEE may be more appropriate.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...