CMSIS-Driver Validation  Version 1.2.0
Driver Validation
 All Files Functions Variables Typedefs Macros Groups Pages
Framework Functions

Functions in the Framework software component. More...

Functions

void closeDebug (void)
 Close the debug session. More...
 
void __attribute__ ((noinline))
 
void cmsis_dv (void __attribute__((unused))*argument)
 This is the entry point of the test framework. More...
 

Description

Function Documentation

void __attribute__ ( (noinline)  )
void closeDebug ( void  )

Debug session dead end - debug script should close session here. This function is called by cmsis_dv.

void cmsis_dv ( void __attribute__((unused))*  argument)

Program flow:

  1. Hardware is first initialized if Init callback function is provided
  2. Test report statistics is initialized
  3. Test report headers are written to the standard output
  4. All defined test cases are executed:
    • Test case statistics is initialized
    • Test case report header is written to the standard output
    • Test case is executed
    • Test case results are written to the standard output
    • Test case report footer is written to the standard output
    • Test case is closed
  5. Test report footer is written to the standard output
  6. Debug session ends in dead loop