M
[email protected]
- Jan 1, 1970
- 0
Can you get microcontrollers that are programmed with Java. All the
onesi have found are programmed in basic assembly or C .
onesi have found are programmed in basic assembly or C .
Can you get microcontrollers that are programmed with Java. All the
onesi have found are programmed in basic assembly or C .
Can you get microcontrollers that are programmed with Java. All the
onesi have found are programmed in basic assembly or C .
Yes, there are things like the Javelin Stamp, the JStamp (based on the
aJile chip), the DS-TINI, probably others ... I haven't used any of
them.
You could presumably also use something like gcj to compile Java to the
native code of an AVR, or run a tiny JVM on a larger chip like an ARM.
I'm adding comp.arch.embedded to the newsgroups line, since this seems
like more down their alley.
Can you get microcontrollers that are programmed with Java. All the
onesi have found are programmed in basic assembly or C .
Any of the ARM variants that have "J" in the list of suffixes has some
java bytecode execution magic in them. I don't know how much extra you
need to actually make a JVM, and I don't know how much (if any) better
that is than a software JIT-based JVM. Hopefully someone who does will
comment.
JIT is a bit hard to implement if you pick a micro with a harvard
architecture as usually they can't execute the ram...
Frank-Christian Kruegel said:ARM Cortex M3 actually is, unless the manufacturer adds extra RAM. Core RAM
is not accessible from program space.
Frank-Christian Kruegel said:ARM Cortex M3 actually is, unless the manufacturer adds extra RAM. Core RAM
is not accessible from program space.