• send an email with an attachment
    Hi, I would like to send an email with an attachment. The file is a JPEG of size 50 KB max. I currently use the MDK V5.12 and my microcontroller is a K60. an idea? thank you in advance....
  • Attaching a USB device
    Hi, I want to create a device that acts a a USB host so I can attach a USB instrument to. The instrument comes up as a serial port (CDC device) when plugged into a PC. We have the Keil RTOS which includes...
  • Symbols for attach mode debugging
    I'm having trouble attaching uVision to a system that's running. Well, actually, the attaching part isn't a problem, it's getting the symbols. Background: - we use make - we have a dummy uvproj...
  • LPC1768 Ethernet link status
    id1 = read_PHY (PHY_REG_IDR1); id2 = read_PHY (PHY_REG_IDR2); if (((id1 << 16) | (id2 & 0xFFF0)) == DP83848C_ID) { write_PHY (PHY_REG_BMCR, PHY_AUTO_NEG);// Use autonegotiation about the link speed...
  • LPC1768 ethernet controlling
    Hi, I am new to ARM MCUs, I would like to use the lpc1768 for controlling stuffs via the Ethernet. How do i send information/data from the webpage to the MCU for internal processing?