4.4.2 Macros

  • #define GOTO_MACRO_ERROR_SS1 __asm(" GOTO ERROR_SS1")

  • #define GOTO_MACRO_END_SS1 __asm(" GOTO END_SS1")

  • #define CPU_SS1_RAM __section("CPU_SelfTest_Variables_RAM")

    Section to group intermediate result variables. Following linker option needs to be added in 'additional linker options' under linker settings in project properties. -Wl,-PCPU_SelfTest_Variables_RAM=address The address is user configurable.