• Question about ROM(HUGE) compiler directive
    Hi, My code doesn't work if I compile it with ROM(HUGE) mode, but works fine if compile it under ROM(LARGE) mode. Any comments would be appreciated. Thank you! Processor: p87c51MB2 CX51: V7.04d...
  • Re:NOAREGS directive
    Hi, I have a function which is called from interrupt routine and main loop, let's call it f1(),since it is also called from main loop, so NOAREGS must be specified. #pragma NOAREGS void f1(...
  • Preprocessor directives
    Hello together, I'm coding a simple UART-Application on the MCBSTM32 eval board and have problems with the preprocessor directives. I studied the whole documentation here and I'm pretty sure I'm...
  • Assembler Directives
    Can any one help me by clarifying EQU assembler directives in 8051 ?
  • direction IN / OUT
    I'm a new user and after reading documentation still confused about the direction to use. To send data from my PC to the periphery via the USB I have to use endpointbufferOUT+ IOCTL_EZUSB_WRITE or is...