User manual
GHI Electronics,LLC Embedded Master User Manual
Hardware and Software Library
Reference
GHIElectronics.Hardware.PWM
11.9. Processor Register Access
Embedded Master Module allows direct access to the LPC2468/78 registers. The user can
write, read or manipulate the bits as needed. This can be very useful to enable some
features that are not already exposed. For example, IrDA capabilities.
This feature is intended for advanced user only. GHI is not responsible for misusing these
functionalities.
Example
Accessing UART1 Modem Control Register
Register U1MCR = new Register(0xE0010010);
// Set Bits: 6: RTSen, 7: CTSen in U1MCR register
U1MCR.SetBits((1 << 6) | (1 << 7));
Reference
GHIElectronics.Hardware.Register
11.10. Ethernet and TCP/IP
Networking is very important in today’s market. .NET Micro Framework includes a full
TCP/IP stack with complete socket support for manged applications. Embedded Master
Module uses all DMA transfers for Ethernet (no processor time) using the built in MAC
peripheral. Also, the module include 10/100 base industrial PHY DP83848K with all
required circuitry. Users who wish to use Ethernet have to add Ethernet connector with
magnetic such as J0011D01B or any other compatible connectors.
GHI supplies a MAC address with each Embedded Master Module. Your MAC address is
00:21:03:80:00:00 plus the serial number. For example, if the serial number is 0000160,
which is 0xA0 in Hex, then this Embedded Master Module's MAC address is
00:21:03:80:00:A0
You must enter the correct MAC address before the device is connected to a
network. MFDeploy expects MAC address entered as in the format above.
Rev. 2.06 TFT Page 69 of 102 www.ghielectronics.com