• LPC17xx UART TX problem
    Good Afternoon to all I'm working with LCP1768 and uVsion 5, and i'm having a little problem sending BYTE (unsigned char, 0x00 to 0xFF), every BYTE with coding greater than 0x7F are being treated like...
  • 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...
  • Vector table remapping lpc17xx
    Hello, I'm using a lpc1766 and made a simple program to toggle a led from a timer interrupt. At first the interrupt vectors were in flash (see startup code below) and this worked just fine. So I...
  • LPC17xx bus fault
    It might be perfectly clear to most of you (then sorry for this message), but it wasn't to me, because I feel this is different on ARM7TDMI MCUs... Just to save some debugging and googling: In the...
  • LPC17xx imprecise error
    I'm using array of buffer structure to store the data sent by external chip interfaced by SPI. it contains the data pointer and next pointer. The storage of data sent is triggered by the external GPIO...