Wednesday 14 January 2009

Using Interop in the .NET Micro Framework V3.0

Hello guys,

there is a quite interresting article about using Interop in the .NET Micro Framework V3.0.

The .NET Micro framework provides a rich level of support for embedded systems development from handling interrupts on GPIO pins to talking to hardware on an SPI or I2C bus. Unfortunately, sometimes, that’s not quite enough. For example, an A/D converter built into the chip that is memory mapped to the processor core is unreachable by managed code in V2.5 and earlier. For this, and many other reasons, the .NET Micro Framework V3.0 Porting Kit supports extending the .NET run time libraries with custom interop code to call into native (C/C++) code.

You want to know more?
Just take a look at the complete article here.

Thanks

No comments: