• 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 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...
  • Duplicate globally-mapped Micro TLB entries
    Note: This was originally posted on 3rd November 2010 at http://forums.arm.com I am mapping a page using the same virtual address with the same properties in two separate page tables, which are accessed...
  • Common area duplicated in each bank of the external flash
    I'm working with a code-banking project. The configuration of the hardware is a 32k microcontroller and a 512K external flash divided in 16 banks. My idea is to use the 32K of the microcontroller as...