]> begriffs open source - cmsis-driver-validation/blob - Boards/ST/B-L475E-IOT01A1/Abstract.txt
Updated Readme with ref to use Doxygen 1.9.2
[cmsis-driver-validation] / Boards / ST / B-L475E-IOT01A1 / Abstract.txt
1 CMSIS-Driver Validation Example Project for STMicroelectronics 'STM32L475' 
2 microcontroller using STMicroelectronics 'B-L475E-IOT01A1' Evaluation Board 
3 with Wi-Fi module Inventek ISM43362-M3G-L44 (802.11 b/g/n compliant).
4
5 Features:
6 This uVision project can be used to test the CMSIS-Drivers for the STM32L475 
7 against the driver specification. Configure the tests as follows:
8
9   - Main function cmsis_dv() can be found in DV_Framework.c, where test cases
10     are executed
11   - Test configuration options can be set with the Configuration Wizard in:
12     DV_Config.h:
13     - Test result output format (plain text/XML)
14     DV_WiFi_Config.h:
15     - Driver number
16     - Specific peripheral parameters
17     - Enable/disable test cases
18
19 --------------------------------------------------------------------------------
20 The following targets are available:
21
22   - Create Report:
23     Results and statistics are printed to the file TestReport\TestReport.xml
24     through the ITM output (to examine the results, open the XML document with
25     the browser of your choice).
26  
27   - Debug:
28     Results and statistics are printed to the Debug (printf) Viewer window
29     through the ITM output.
30
31 Debugger : STLink
32
33 IMORTANT NOTE:
34   - Configure parameters in DV_WiFi_Config.h under WiFi - Configuration to suit
35     your testing environment