• EINT1 example on MCB2103 and blinky example
    first : For some reason there are NO pullup resistors on the MCB2103 board pin GPIO 0.17 and 0.18 both are open drain outputs. Thats why 2 leds will not blink with the blinky example. If you try...
  • EINT1 example on MCB2103 and blinky example
    first : For some reason there are NO pullup resistors on the MCB2103 board pin GPIO 0.17 and 0.18 both are open drain outputs. Thats why 2 leds will not blink with the blinky example. If you try...
  • LPC1768 TELNET EXAMPLE AND HTTP_SERVER EXAMPLE CAN WORK AT A TIME?
    Hi, i am new to this forum,i am working for LPC1768 tcpnet examples,i am able to load telnet_server example and HTTP_Demo example independent and working properly , i need both telnet_server example...
  • LPC1768 TELNET EXAMPLE AND HTTP_SERVER EXAMPLE CAN WORK AT A TIME?
    Hi, i am new to this forum,i am working for LPC1768 tcpnet examples,i am able to load telnet_server example and HTTP_Demo example independent and working properly , i need both telnet_server example...
  • the example in the folder Keil\C51\EXAMPLES\FarMemory\16MB RAM on ADuC812.
    in the example in the folder Keil\C51\EXAMPLES\FarMemory\16MB RAM on ADuC812. FVAR (char, 0x015678) = 0x5A; i = FVAR (char, 0x015678); if i change 0x015678,such as: FVAR (char, 0x016000) = 0x5A;...