• peripheral Simulation for LPC1317-64Pin
    There is no peripheral Simulation for LPC1317-64Pin now. Do Keil plans to do in near future. Or can I do it myself by something.
  • JTAG connection problems with LPC1317
    I've got a simple board design with an LPC1317. For programming this device I'm using uVision 4.60 and a ULINK Pro going through the 10 pin Cortex header. I cannot get the cable to connect to this device...
  • Learn RTOS & implement with LPC1317
    1. Hi want to learn about RTOS & its basic concepts, how it will be useful. 2. I want to implement it on lpc1317. 3. i found some links on web but they don't describe all the terminology of rtos &...
  • LPC1317 MAP File
    Hi, I am using Keil IDE v.54.0.0, problem is LPC1317 don't have proper Debug Map file in it. So whenever I have to debug or simulate I have to add MAP command along with address in command prompt...
  • Generating delay for LPC1317-64P
    I want to generate delay in generalized manner i.e void delay(uint8_t delay_ms). The delay passed in ms. . So I am using LPC1317-64P, 72MhZ clock. So to generate delay I have used function,...