3.2.1.1 Definitions

  • #define FLASH_ADDR_TOGGLED 0x250U

  • #define TEST_FUNCTION_ADDRESS 0x1000

  • #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.

  • #define CPU_SUBSET1_EXPECTED_RESULT 0x33U

    Passing signature of the test result for Subset 1 of the CPU self-test diagnostic.