• this is non portable code ?
    unsigned char buf[100] . . . unsigned int val; . . . val = *((unsigned int *)(&buf[1])); . . . comments?
  • Non Informative accessibility
    Non Informative accessibility for major products docs.google.com/.../present docs.google.com/.../present docs.google.com/.../present docs.google.com/.../present docs.google.com/......
  • Specific Xdata address
    We are using uVision2 (Keil C51 compiler, PK51) to develop a software for Silab F126 microcontroller. This code is structured in code banking and used multitasking RTX51 as well. Our hardware design...
  • Get My HID Specifications
    hi I am working on a HID_Device this is my USB_DeviceDescriptor const BYTE USB_DeviceDescriptor[] = { USB_DEVICE_DESC_SIZE, /* bLength */ USB_DEVICE_DESCRIPTOR_TYPE, /* bDescriptorType */ WBVAL...
  • Load file to specific memory area
    Hi i try to use the debugger script in order to stimulate data into my ADC peripheral. this is the script i wrote: /* Map the user specific memory space */ MAP S:0, S:0xFFFF READ WRITE /* Store...