• CMSIS SPI driver for LPC1788
    Hello I want to drive Ethernet using middlewares, But some thing's are not available, like 'SPI Driver' ! I did the steps like the 'Network' document, but there is an error because the SPI driver is...
  • LPC1788 CMSIS SPI driver is missing!
    Hello I'm using Keil 5.10 professional, CMSIS 4.11. I want to use middlewares to connect to a web server, using LPC1788. But when I add ethernet driver to project, I get an error "require 2.01 CMSIS...
  • lpc1788 external flash
    Hi. I have purchase a HY-LPC1788 Development Board with on board EMC 32MB 32bit data bus SDRAM, on board EMC 128M NAND FLASH memory and on board EMC 8MB NOR FLASH memory. My project will contain bmp...
  • pc1768 external interrupt problem with cmsis
    hi i have a problem on using external interrupt in lpc1768 with cmsis library. this is my code: void EINT_IRQHandler() { EXTI_ClearEXTIFlag(EXTI_EINT0); FIO_SetValue(0,(1<<22)); } int main...
  • LPC1788 Interrupts slow/mistimed
    I'm having some difficulty with GPIO interrupts on an LPC1788 on the embedded artists development board. I've reproduced the issue with a really stripped down project which is just looking at a clock...