1 CMSIS-Driver Validation Example Project for NXP LPCXpresso55S69 board with
2 Inventek ISMART43362-E WiFi shield using ISM43362-M3G-L44-E es-WiFi module.
5 This uVision project can be used to test the CMSIS-Drivers for the LPC55S69
6 against the driver specification. Configure the tests as follows:
8 - Main function cmsis_dv() can be found in DV_Framework.c, where test cases
10 - Test configuration options can be set with the Configuration Wizard in:
12 - Test result output format (plain text/XML)
15 - Specific peripheral parameters
16 - Enable/disable test cases
18 --------------------------------------------------------------------------------
19 The following targets are available:
22 Results and statistics are printed to the file TestReport\TestReport.xml
23 through the ITM output (to examine the results, open the XML document with
24 the browser of your choice).
27 Results and statistics are printed to the Debug (printf) Viewer window
28 through the ITM output.
33 - Configure parameters in DV_WiFi_Config.h under WiFi - Configuration to suit
34 your testing environment
35 - To run the tests the WiFi shield has to be reset by SW2 push-button and
36 in 5 seconds after that the debug session has to be started
37 (the WiFi shield needs to be reset for initial cursor fetch and because
38 it cannot be reset by software it needs to be reset manually)
39 - fsl_debug_console.c module is compiled with "__MCUXPRESSO" define which
40 is used to prevent Debug Console to override fputc and fgetc functions