• Bootloader for LPC1766 - starting the program
    I'm working on a bootloader that uses a hex file and I would like to know, how to start loaded program. In Keil v. 4.24 startup.s file contained this: Reset_Handler PROC EXPORT Reset_Handler...
  • Olimex LPC1766-STK
    Hello, Please can HTTP Server example for MCB1700 run with Olimex LPC1766-STK? Regards
  • problems with initialization UART2,3 - LPC1766
    Hello! I study LPC1766, having trouble initializing 2 and 3 UART, I initialize all for example, when adding a row UARTInit (2, 57600); UARTInit (3, 57600); in main.s does not work even 0 and 1 UART....
  • USB host in LPC1766
    I am working on inbuilt USBhost in LPC1766. As a reference i take your USBHostLite project. But there is no File delete function in the library. please provide me any solution.
  • CAN Communication between LPC1766 and LPC11C24
    Hallo I am working on an home automation project where my task is to communicate between LPC1766(Cortex M3) and LPC11C24(Cortex M0). Can anyone tell me or put a sample coding on how to communicate...