I have to design a new hardware with a uP (not determined yet) to run JavaME applications. I've searched information about how do it, but for the moment it has been useless.
Can anyone explain how I can do it?
From what I found in my search: - Using a uP (ARM for example) with an OS (ie: Linux) (using JIT for better performance) - Using a uP with Jazelle. Do I have to use also an OS???
The application is an alarm control system, so it doesn't need graphical interface. Minimal requirements are: ethernet port, 2 UARTs, SPI bus, I2C bus, min 16MB ram, min 4MB rom, IO ports.
Any suggest?
Regards, Juanma
Since you are using JAVA application, I guess ARM926EJ (with Jazelle core) might be helpful.
What I am not sure is, why would you need a Java application for an alarm controller?
Anyway,
This is normally how we develop embedded hardware ...