Relative Content

Tag Archive for real-time

Benefits of RTOS vs Bare Metal for MCU Programming?

Please note: This question specifically mentions two RTOSes but is more generic and can probably be answered by anybody who has written C code for embedded RTOSes before, and had their software run directly on MCUs.

Compiling and deploying RTOS to an MCU

Please note: Even though I’m specifically talking about an RTOS called Embox here, and even though I’m talking about AVR/ARm, I think this question can be answered by anybody whose ever done a fair amount of C-based MCU programming.

Cross-compiling Java app to run directly on ARM

Please note: although I am using ARM SAM3X8E in this example, I’m just using that as a concrete example, and the answer to this question could easily be given using any other MCU such as AVR, etc.