• Structure Padding
    Hi there, This is with respect to Keil USB mass storage example program (LPC2368 based MCB 2300 evaluation board is being used). The program works fine when compiled with Real View Compiler and tested...
  • what is PAD memory area?
    Hi all, I'm writing a program and until now the RO-data size wa around 2000 bytes.. Now, after some changes in the code, I saw the RO-data size is 33758 bytes... in the MAP file the compiler uses...
  • 16KB of RO-Data Padding
    I downloaded the newer version of the demo RealView Compiler (3.23) and suddenly whenever I compile a program for my LPC2103 it adds 16 KB of read only data. No matter how small and simple the program...
  • PADDING execution regions
    Note: This was originally posted on 24th February 2010 at http://forums.arm.com Dear All,    I am looking for RVDS 2.2 arm linker option where I can pad the execution region with 0xFF's so that the size...
  • sprintf and justification\padding?
    I'm trying to pad\justify my text such that everything aligns properly. Can I do this from within sprintf? I've tried all kinds of combinations within the format string. Basically, this is the output...