• duplicating printf()
    I need to write a function that has the same parameters as printf(), eg. my_printf(char*, ...), that will perform some minor operations and then call the printf() function. What is the correct way to...
  • Fast duplicate lane
    Note: This was originally posted on 17th April 2013 at http://forums.arm.com hi. I have a little problem. I have as input a Dn register with 8 byte. [a, b, c, d, e, f, g, h] I'd like to have 2 Dn Register...
  • duplicate define usb_irqhandle
    Hello when i want Using usb host and usb device in a program with lpc1788 , i add usbd_lpc17x_8x & usbh_ohci_177x_8x.c to my project but function usb_irqhandle define in both file how solve this conflict...
  • Accessing mapped global variable by reference
    Hello, I'm using the LPC2468 micro controller. I have a struct mapped to the I2C register and in the I2C interrupt I statically access that struct, and everything works fine. I've since broken...
  • duplicate execution regions in scatter file
    In a scatter file can I put a code segment (eg the vector table) in two different places in the output file even though I only defined it in the code once eg: LR_VECTORTABLE 0x08000000 0x00000140...