• LPC2388 vs. LPC2387 - any known differences in setup?
    Hi everyone. I was working with an MCB2388-Eval-Board (lpc2388), and I was downgrading to my own pcb with a lpc2387. I realized problems with my board, but at this time now, I don't want to give...
  • Any known LCD over I2C library or example?
    Is there any public library or example for controlling LCD like 0802/1602/2004 via I2C bus by ARM? I hope I'm not the first to have such combination. I understand that the task is not too complex itself...
  • LPC2388 vs. LPC2387 - any known differences in setup?
    Hi everyone. I was working with an MCB2388-Eval-Board (lpc2388), and I was downgrading to my own pcb with a lpc2387. I realized problems with my board, but at this time now, I don't want to give...
  • Any known LCD over I2C library or example?
    Is there any public library or example for controlling LCD like 0802/1602/2004 via I2C bus by ARM? I hope I'm not the first to have such combination. I understand that the task is not too complex itself...
  • gcc does not generate correct code while building PIC
    Hey guys, I have been exploring building PIC using the gcc toolchain and I think there is a bug. I first build a shared library using arm-none-eabi-gcc -shared -mcpu=cortex-m4 -mthumb -Wall -g ...