• LPC17xx can't enter ISP mode
    Hi, I got this problem with my LPC1768. I was working on my project and tried to use PLL, but I set to big MSel and my LPC is not responding now. I'm programing through JTAG with H-Jtag but it reads...
  • Entering ISP mode via user program
    Hi, I am using LPC2364 controller. I tried to invoke ISP via IAP. I used the below code. #define IAP_LOCATION 0x7FFFFFF1 #define IAP_CMD_ReinvokeISP 57 #define iap_entry(a, b) ((void (*)()...
  • P89v51RD2 hardware condition to enter in ISP mode
    for P89v51RD2 what is the hardware condition to enter in ISP mode?
  • SPI protocol between LPC2362 and ADS1291
    Hai All, I am using LPC2362 as controlling unit(master) and ADC ADS1291 as slave for data acquisition. Can you please provide code for sending commands like DATA READ, DATA WRITE, START CONVERSION like...
  • USB Host (HID-Keyboard) on LPC2362
    Hello, I want to make a USB-Host work on the LPC2362. Therefore, I found Sample Code for the LPC2388(in the MCB2300-folder, refer to www.keil.com/.../rlarm_usb_host_hid_kbd.htm ) that provides a Host...