Showing posts with label Embedded. Show all posts
Showing posts with label Embedded. Show all posts

Friday, October 5, 2007

C# in embedded systems

Most of the times developers uses C language to write embedded applications. If time is not an issue or its not critical you can easily use java or c#
Microsoft has now 3 platforms for embedded:
  • Windows XP embedded for large systems
  • Windows CE for small to medium systems
  • .NET micro framework for very small devices
to use C# and .NET you can use:
  • .NET framework in XP embedded
  • .NET compact framework for windows CE
  • .NET micro framework - native
.NET micro framework supported by some small devices such as this board



for help and other learning materials
visit our site: Bina

Sunday, September 16, 2007

Learning 8051 and embedded systems

One easy way to learn 8051 microcontroller and Embedded systems basic is to use an evaluation board. One option that we use in our courses is DSM-3090
you can buy all the kit directly from http://www.ses.co.il
the board contains some hardware devices including leds and switches. It also contains hardware expansion area and allow you easily add your devices
you can download compiler and tools from the site and find some working examples in our site under Microcontrollers section

for help and other learning materials
visit our site: Bina