• DMA simulation for LPC17xx
    Hi, I am trying to run the DMA example code for LPC17xx from keil using MDK-4. But when I do single step, whenever the instructions related to DMA peripheral register write (or read) is executed...
  • DMA simulation for LPC17xx
    Hi, I am trying to run the DMA example code for LPC17xx from keil using MDK-4. But when I do single step, whenever the instructions related to DMA peripheral register write (or read) is executed...
  • Virtual Serial port COM in debug with simulator - LPC17xx
    Hi, is it possible to develop a new 'virtual' COM port for UART trasmission in Keil? Something like Virtual Serial Port ( https://www.virtual-serial-port.org/ ) does. I need to create a communication...
  • Virtual Serial port COM in debug with simulator - LPC17xx
    Hi, is it possible to develop a new 'virtual' COM port for UART trasmission in Keil? Something like Virtual Serial Port ( https://www.virtual-serial-port.org/ ) does. I need to create a communication...
  • LPC17xx Interrupt
    Hi everyone I wrote a simple program for timer0 of lpc1768 it works but I do not know after the interrupt what to do and how can I jump to vector address of timer0 , the interrupt state is pending...