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

Functions in the Framework software component. More...

Functions

void closeDebug (void)
 Close the debug session.
 
void cmsis_dv (void)
 This is the entry point of the test framework.
 

Description

Function Documentation

void closeDebug ( void  )

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

void cmsis_dv ( void  )

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