• OMF251 == O2?
    I noticed that in uVision2, if I select the Lx51 linker, I see the OMF251 command-line option under C51's compiler control string. If I select BL51, I get OBJECTEXTEND instead. Is OMF251 the same...
  • 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...
  • get the memory value on memory write trigger, how to avoid recursions
    I have the following setwatches: Agsi.SetWatchOnMemory(addr, addr, check_data_write, AGSIWRITE); Agsi.SetWatchOnMemory(addr, addr, check_data_read, AGSIREAD); What I try to do is to trigger...
  • How can I reset the Program counter ?
    I want to restart the program counter at 0x0000 when leaving a function, I already try the following solutions, but the compiler always returns me a syntax error : code void (*pReset) (void) = 0x00;...
  • How can I save the value of SFR?
    Hi,all! I can see the value of SFR in the register window, and I can save the value of R0~R7 to a file in HEX format by the debug commond(SAVE). But the debug commond does not apply to R8~R15. If I want...