]> begriffs open source - cmsis-driver-validation/blob - Boards/Inventek/ISMART43362-E/Abstract.txt
Update GitHub Actions runner to ubuntu-22.04 (#18)
[cmsis-driver-validation] / Boards / Inventek / ISMART43362-E / Abstract.txt
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.
3
4 Features:
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:
7
8   - Main function cmsis_dv() can be found in DV_Framework.c, where test cases
9     are executed
10   - Test configuration options can be set with the Configuration Wizard in:
11     DV_Config.h:
12     - Test result output format (plain text/XML)
13     DV_WiFi_Config.h:
14     - Driver number
15     - Specific peripheral parameters
16     - Enable/disable test cases
17
18 --------------------------------------------------------------------------------
19 The following targets are available:
20
21   - Create Report:
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).
25  
26   - Debug:
27     Results and statistics are printed to the Debug (printf) Viewer window
28     through the ITM output.
29
30 Debugger : ULINKplus
31
32 IMORTANT NOTE:
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