• Error: L6002U - lpc1837
    Hello, Everytime I try to build the project that I'm working on, I get the following error: .\keil_output\periph_systick.axf: error: L6002U: Could not open file ..\..\..\..\..\..\software\lpc_core...
  • Not able to erase FLASH BANK A in lpc1837
    Hi, I am using LPC1837, I am using Flash Erase Page using IAP commands as follows /* Erase page */ IAP.cmd = CMD_ERASE_PAGE; IAP.par[0] = u4l_flash_start_addr; IAP.par[1] = u4l_flash_end_addr;...
  • Bug in HS USB device driver for STM32F4xxx (Middleware)
    There's a nasty bug hidden in USBD_HS_STM32F4xx.c driver code. It ALWAYS enables on-chip HSUSB PHY even if device is configured to use external PHY, making PB15 wrongly routed to PHY instead of another...
  • How to enable GPIO PIN interrupt in LPC1837
    Hi, I am trying to enable GPIO PIN interrupts using following procedure, But not getting why flags in IST itself not setting. Please anyone point what went wrong here my code: NVIC_DisableIRQ...
  • Use full Ram in LPC1837 (Cortex-M3)
    I am using LPC1837 (Cortex-M3) controller in my Project.and Keil version 4.60 LPC1837 has three Ram Partitions as follows. 32kb at 0x10000000 40kb at 0x10080000 and 64kb at 0x20000000 But...