Embed JVM into micro-controller(将 JVM 嵌入到微控制器中)
问题描述
I am new in embedded world. May be I am wrong. But I want a relevant solution.
I just want to embed java environment into a MCU for ease to develop application. The MCU vendor have provide the C library for lcd, sensor, spi, buttons, UART, DIO etc etc. Can I embed java into this ?? I mean, I want to use java on the MCU, uppon those device drivers.
Can I use or make something like this??
I have seen the simple Real-Time-Java it's very tiny.
Thank you.
Take a look at NanoVM and Bajos.
这篇关于将 JVM 嵌入到微控制器中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!