• linked lists in lpc2136 error initializing pointers in null
    Hello to everyone I am creating a linked list that contains id and name information. I am having a runtime error when I initialize list_node * newlist = {NULL} already contains it has information just...
  • linked lists in lpc2136 error initializing pointers in null
    Hello to everyone I am creating a linked list that contains id and name information. I am having a runtime error when I initialize list_node * newlist = {NULL} already contains it has information just...
  • LPC2136 SPI0 not working
    hello friends, i am using arm7 lpc2136 to make communication via SPI with a graphic lcd. for some reason this code is not working (SPI is not sending), i do not receive any error from the compiler...
  • LPC2136 SPI0 not working
    hello friends, i am using arm7 lpc2136 to make communication via SPI with a graphic lcd. for some reason this code is not working (SPI is not sending), i do not receive any error from the compiler...
  • LPC2136 UART0 interrupt not working
    Hi all, Im using LPC2136 and i want to use the UART0 serial port interrupt to receive data but it does not work. configure all the registers and I do not see any jump towards the interruption when...