• 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...
  • STM32 - GPIO Manually Enabling pin problem.. HELP?
    I am attempting to enable a specific pin in the GIPOA. When I enter debug mode and execute the command that should enable the pin: ODR8, it does not enable. So, I tried to enable it manually using the...
  • LPC1837 USB Middleware Signed Driver
    Hello, I have a board using the Keil Middleware USB device software. The included driver is mcb1800-vcom.inf DriverVer=05/13/2013,5.3.0.0 Is there a newer version available that is signed? I'm using...
  • 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;...
  • how to use gpio pin as pwn pin?
    im using arm lpc2148. In that it has 6 pwm pins. but for my project in need 7 pwm pins to run 7 motors. so i need to configurate one more gpio pin as pwm pin. so can anyone give me the code to configurate...