• How can I set let the arm compiler default to v6
    I do not install arm compiler 5, but after I generate my project by STM32CubeMX, the default arm complier is v5, I need to change it to v6 by myself. How can I set let the arm compiler default to v6...
  • Problem with Compiler/linker Generating code for indirect function pointers
    void sys_startup_init(BOOL8 shutdown) { // // Check for operating mode // if (!shutdown) { // setup MMU shutdown = (*isys_startup_mmu_init)(shutdown); .... } // Shutdown if...
  • Problem with Compiler/linker Generating code for indirect function pointers
    void sys_startup_init(BOOL8 shutdown) { // // Check for operating mode // if (!shutdown) { // setup MMU shutdown = (*isys_startup_mmu_init)(shutdown); .... } // Shutdown if...
  • how to set fixed address for variables/functions  at compiling stage in ADS?
    Note: This was originally posted on 18th September 2009 at http://forums.arm.com in ads 1.2, I set fixed address for a variable like this: int    file_len  __attribute__((_at_(0x16000))) = 0;   but compile...
  • how to set fixed address for variables/functions  at compiling stage in ADS?
    Note: This was originally posted on 18th September 2009 at http://forums.arm.com in ads 1.2, I set fixed address for a variable like this: int    file_len  __attribute__((_at_(0x16000))) = 0;   but compile...