• how to enable am335x Monitor debug-mode
    Hi , The monitor debug mode can be configured in DSCR, which is writable via APB interface for am335x. But,  I read the DRAR(MRC p14, 0, <Rd>, c1, c0, 0) and DSAR(MRC p14, 0, <Rd>, c2, c0, 0). Both of...
  • IAR Compilation error
    Hi I am compiling below assembly language code for ARM Cortex M4 using IAR Workbench and getting error, could some one help me on this. calling BadWebConfig_Txt from C code. #define code_ADDRESS...
  • M4 Cross compiler error
    Hello , i am using gcc-arm-none-eabi-7-2018-q2-update-win32 for windows and i am trying to build my software for IMX8 (M4 core) but i got this error during compilation cc1.exe: out of memory allocating...
  • Cortex M3 compilers and benchmarks
    Note: This was originally posted on 20th January 2009 at http://forums.arm.com Please help me identify the best compiler for CortexM3. I currently use armcc from ARM, but curious if that is the best option...
  • compile time constant expressions
    Note: This was originally posted on 12th March 2009 at http://forums.arm.com I am seeing code like this generated from the armcc v4.0 compiler (just downloaded it a couple hours ago):   MOV r0,#5   CLZ...