4.6.7.2 testResult_Subset2
volatile CPU_SS2_RAM uint8_t testResult_Subset2[static]
MISRA C:2012 Deviation Advisory: misra-c2012- 8.9
Justification: Assembler requires the variable to have an underscore in order to access the memory location pointed by the variable and it also requires the variable to have global scope. Assembler doesnˊt allow the variable to have the block scope.