嵌入式+实时开发培训建议 [英] Recommendations for embedded+realtime development training

查看:30
本文介绍了嵌入式+实时开发培训建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

I am currently studying for a career in embedded real time engineering. But find it somewhat difficult to find good training material. Especially because you cannot experience embedded development as you would with desktop application development.

Are there any books and or kits that would be useful for basic training? Any recommendations for an RTOS for study?

Are there any recommendations when useing a RTOS?

解决方案

This is really a complicated subjects, there are so many choices and trade-offs.


With respect to hardware I would go for a low-end micro-controller, because things tend to become easier when they become smaller, and the farther away from the desktop the more you learn the mindset of embedded programming.

Since you are in Japan it is probably best to check locally what controller is popular, so you get good community support and can easily buy parts.

Here in Germany it is AVR ATMEGA, and I think it is a good choice. It has the best support by GNU tools, it is available in DIP packages and can run off its internal oscillator so it can easily be run on a breadboard. The biggest hurdle was that I needed an ISP programmer. There is a good tutorial in German.

I also have an R8C by Renesas, which might be more popular in Japan. It is harder to get the GNU tools running, I had to build them myself from source. For MS-Windows there is the free IAR Kickstart suite with code size limited to 4KB. It can be programmed with a serial interface (but with TTL levels), I got a FTDI USB-to-Serial module for that.


As for RTOS, take a look at OSEK, there are several free implementations. It can be used on very small controllers.

You could also write a basic RTOS yourself, it is not that difficult and you learn the most.

这篇关于嵌入式+实时开发培训建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆