• MCB2300 USBHID example
    I have MCB2300 EVB and use Keil ARM uVision 3.2. I need help on USBHID : - Change data tranfer in/out to more bytes (16,32,64,.. bytes). - Just send data when I want only(in the example data has been...
  • MCB2300 USBHID example
    I have MCB2300 EVB and use Keil ARM uVision 3.2. I need help on USBHID : - Change data tranfer in/out to more bytes (16,32,64,.. bytes). - Just send data when I want only(in the example data has been...
  • CAN example for the MCB2300
    Hello to all, Someone have a RL-ARM CAN example to use with the LPC2378 (in MCB2300). I'm porting the MCB2100 example to the MCB2300. However the CAN_hw.c have to be almost rewrite. Thanks...
  • Bug in MCB2300 Blinky Example
    I have found a bug inside the LCD_4bit.c source file: void set_cursor (unsigned char column, unsigned char line) { unsigned char address; address = (line * 40) + column; address = 0x80...
  • Porting MCB2300 examples to MCB1700
    Dear all, I am using Keil MDK 4.12, and MCB1700 board. I managed to port simple program examples from MCB2300 to MCB1700, but when I try to port more complex program (RL-TCPNet) I found problems...