• LPC1766 FlashFS works not correclty
    Dear All: I wanna start a project with FlashFS to access the on-board AT45DB321 flash, without RT OS. I configured the FS_SPI_FlashPrg.c, File_Config.c as the RL-ARM guide required. Here...
  • 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.