• c51: read & transmit more than 1 byte at a time
    I am trying to interface flash to 8051, when i try to read and transmit 2 bytes to PC, it displays only one byte to the terminal have used this same code main(){ TMOD = 0x20; TH1 = -3; // 9600...
  • Why can't I transmit more than 1 byte at a time on a USB bus?
    Hello all, I am trying to send a couple of bytes from an ARM7 to my PC. but whatever I do (I adjusted the packet size in the USB endpoint descriptor) the PC either receives one byte (if I sent one)...
  • USBHID InReport more than a single byte
    Hi everyone! I've read lots of threads on this forum (with lot of Tsuneo Chinzei's really interesting posts) about this issue, but I'm still stuck with a problem. I'm using an NXP LPC1788. I've...
  • problem with code more than 800 byte size
    Keil evaluation copy is used I am facing problem when i compile a 845 byte size c program written for my project.for 800 bytes it is compiling without error. please help me out for expanding my program...
  • "automatics require more than 16384 bytes" - What does that mean?
    C166+AR166, MCBXC167-Net Board with XC167 Controller. The Compiler list the following error: "FIELD.C(89): error C176: 'test': automatics require more than 16384 bytes" What does that mean? How can...