4.7.6.4 testResult_Subset2

CPU_SS2_RAM volatile uint8_t testResult_Subset2[static]

MISRA C:2012 Deviation Advisory: misra-c2012- 8.9  

Justification: Assembler requires the variable to have an underscore to access the memory location pointed by the variable. Assembler also requires the variable to have global scope, as block scope is not permitted.