Although I often criticize lots of MS products and decisions, I won't deny there are lots of good things MS has accomplished over the years. Visual Studio and .Net framework being some of them; setting a standard for programming environments that all others are compared to.
Now, this .Net Micro framework edition allows us to take that easy and fast programming to much smaller devices:
The typical .NET Micro Framework device has a 32 bit processor with no external memory management unit (MMU) and could have as little as 64K of random-access memory (RAM).Which suits devices like these:
Smallest Footprint | 64KB RAM, 256KB Flash |
Processor |
|
Real-time OS | .NET Micro Framework is not real-time, but can be hosted on a real-time OS as an option |
Application development |
|
Tools |
|
Support |
|
If you're working on embedded programming, you'll want to give it a look.
No comments:
Post a Comment