• Debug example HTTP_DEMO from keil for mcb2300
    Hello, I'm working with the example "HTTP_demo" from keil for MCB2300, this example uses RL-ARM. The example is working ok but when I want debug I can't , the debug stop in LPC2300.s file, line...
  • Debug example HTTP_DEMO from keil for mcb2300
    Hello, I'm working with the example "HTTP_demo" from keil for MCB2300, this example uses RL-ARM. The example is working ok but when I want debug I can't , the debug stop in LPC2300.s file, line...
  • 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...
  • 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...