• 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...
  • 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...
  • 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...
  • FS Crash on MCB2300 with SD_File Example
    I try to use RL-FlashFS. Exactly SD_File Example on MCB2300. RL-ARM Version 3.21. MDK-ARM Version 3.20. I modified cmd_fill function: /*---------------------------------------------------------...
  • FS Crash on MCB2300 with SD_File Example
    I try to use RL-FlashFS. Exactly SD_File Example on MCB2300. RL-ARM Version 3.21. MDK-ARM Version 3.20. I modified cmd_fill function: /*---------------------------------------------------------...