• ARM1176 boot code issue
    Note: This was originally posted on 5th June 2009 at http://forums.arm.com Hi I got an issue while writing the ARM1176 bootcode. I used DCI 0xE1600071 instruction to switch from secure priviliged mode...
  • LINKER ERROR: Argument list too long
    We have a program with many obj and when we invoke the linker gives us this error: Argument list too long We environment is: ARM DS-5 Professional Edition Version: 5.19.1 Build number: 5191005 ARM1176JZF...
  • How to read the time
    Hi, Does anyone know how can I get time stamp with RL-ARM? Is there a convenient API to get a time? I searched the examples and googled but came up with nothing. Thanks.
  • how to read a file in uvision
    Hello, with IAR embedded workbench, I can easily write a macro and attach it to a breakpoint, so for example at the breakpoint, the macro opens a file and writes the content to the memory, or I can...
  • How to read Assembly
    Can anybody help me to explain the following sequence ? I only had some expericence in coding x86 Assembly. #pragma asm CLR TR0 MOV A,#K_Timer0IntervalCompLo ADD A,TL0 MOV TL0,A MOV A,#K_Timer0IntervalCompHi...