-
Notifications
You must be signed in to change notification settings - Fork 24
/
FRDM-K22F_manifest_v3_8.xml
10479 lines (10479 loc) · 726 KB
/
FRDM-K22F_manifest_v3_8.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<ksdk:manifest xmlns:ksdk="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="SDK_2.x_FRDM-K22F" name="FRDM-K22F" brief="This is SDK version 2.9.0 manifest file. It describes the content of the FRDM-K22F and additional settings for tools that support SDK version 2.9.0" format_version="3.8" api_version="2.0.0" configuration="42a74de638ffa7d71bf3db76da0c19fe" xsi:schemaLocation="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd http://nxp.com/mcuxpresso/sdk/sdk_manifest_v3.8.xsd">
<!--Timestamp (UTC): 2021-05-20 14:39:40.127912-->
<!--This manifest is generated based on sdk repo commit: 3073e476325c80265f0c6d9a806af8fd0bfd767b-->
<defines>
<define name="CPU_$|package|" value=""/>
<define name="CPU_$|package|_$|core|" value=""/>
</defines>
<externalDefinitions>
<definition extID="twrk22f120m"/>
</externalDefinitions>
<ksdk id="MCUXpresso290" name="MCUXpresso290" version="2.9.0" revision="435 2021-01-15"/>
<compilers>
<compiler id="compiler_armclang" name="armclang" type="armclang"/>
<compiler id="compiler_gcc" name="gcc" type="gcc"/>
<compiler id="compiler_iar" name="iar" type="iar"/>
</compilers>
<toolchainSettings>
<toolchainSetting id="com.nxp.mcuxpresso" name="mcuxpresso" version="11.3.0" full_name="MCUXpresso IDE" compiler="compiler_gcc" toolchain="mcuxpresso">
<option id="gnu.cpp.compiler.option.optimization.flags" type="string" user_name="">
<value>-fno-common</value>
</option>
<option id="gnu.c.compiler.option.optimization.flags" type="string" user_name="">
<value>-fno-common</value>
</option>
<option id="gnu.cpp.link.option.nostdlibs" type="boolean" user_name="">
<value>true</value>
</option>
<option id="com.crt.advproject.link.cpp.flashconfigenable" type="boolean" user_name="">
<value>true</value>
</option>
<option id="com.crt.advproject.link.flashconfigenable" type="boolean" user_name="">
<value>true</value>
</option>
<option id="gnu.c.link.option.nostdlibs" type="boolean" user_name="">
<value>true</value>
</option>
</toolchainSetting>
</toolchainSettings>
<toolchains>
<toolchain id="armgcc" name="GCC_ARM_Embedded" version="9.3.1" full_name="GCC ARM Embedded" compiler="compiler_gcc" type="armgcc" vendor="GCC ARM Embedded" vendor_url="http://launchpad.net/gcc-arm-embedded"/>
<toolchain id="mdk" name="Keil_MDK" version="5.33" full_name="Keil MDK" compiler="compiler_armclang" type="mdk" vendor="ARM" vendor_url="http://www.arm.com"/>
<toolchain id="iar" name="IAR_Embedded_Workbench_for_ARM" version="8.50.9" full_name="IAR Embedded Workbench for ARM" compiler="compiler_iar" type="iar" vendor="IAR Systems" vendor_url="http://www.iar.com"/>
<toolchain id="mcuxpresso" name="MCUXpresso_IDE" version="11.3.0" full_name="MCUXpresso IDE" compiler="compiler_gcc" type="mcuxpresso" vendor="NXP Semiconductors" vendor_url="http://www.nxp.com">
<debug>
<debug_configuration id="com.crt.advproject.config.exe.release" name="Release Configuration" probe="LinkServer">
<scripts>
<script type="init" silent="false" emulators="${gdb.stub} -mi -info-emu">
<script>
set remotetimeout 60000
##target_extended_remote##
set mem inaccessible-by-default ${mem.access}
mon ondisconnect ${ondisconnect}
set arm force-mode thumb
${load}</script>
</script>
<script type="run" silent="false" emulators="${gdb.stub} -mi -info-emu">
<script>${run}</script>
</script>
</scripts>
<params>
<params id="vector.catch.release.mcuxpresso" name="vector.catch" value="false"/>
<params id="internal.cache.release.mcuxpresso" name="internal.cache" value="Disable"/>
</params>
</debug_configuration>
<debug_configuration id="com.crt.advproject.config.exe.debug" name="Debug Configuration" probe="LinkServer">
<scripts>
<script type="init" silent="false" emulators="${gdb.stub} -mi -info-emu">
<script>
set remotetimeout 60000
##target_extended_remote##
set mem inaccessible-by-default ${mem.access}
mon ondisconnect ${ondisconnect}
set arm force-mode thumb
${load}</script>
</script>
<script type="run" silent="false" emulators="${gdb.stub} -mi -info-emu">
<script>${run}</script>
</script>
</scripts>
<params>
<params id="vector.catch.debug.mcuxpresso" name="vector.catch" value="false"/>
<params id="internal.cache.debug.mcuxpresso" name="internal.cache" value="Disable"/>
</params>
</debug_configuration>
<debug_configuration id="com.nxp.mcuxpresso.core.debug.support.segger.debug" name="Debug Configuration" probe="Segger"/>
<debug_configuration id="com.nxp.mcuxpresso.core.debug.support.segger.release" name="Release Configuration" probe="Segger"/>
</debug>
</toolchain>
</toolchains>
<boards>
<board id="frdmk22f" name="FRDM-K22F" href="https://www.nxp.com/pip/FRDM-K22F" version="1.0.0" package="MK22FN512VLH12">
<description>Freedom Development Board for Kinetis K02 and K22 (100-120 MHz, 128-512 KB Flash) MCUs</description>
<image path="boards/frdmk22f" type="image">
<files mask="frdmk22f.png"/>
</image>
<examples>
<example id="frdmk22f_adc16_continuous_edma" name="adc16_continuous_edma" brief="The ADC16 continuous EDMA demo application demonstrates the usage of the ADC and EDMA peripheral while in a continuous mode. TheADC16 is first set to continuous mode. In continuous convert configuration, only the initial rising-edge to launch continuous conversions isobserved, and until conversion is aborted, the ADC16 continues to do conversions on the same SCn register that initiated the conversion. EDMA request will be asserted during an ADC16 conversion complete event noted when any of the SC1n[COCO] flags is asserted. EDMA will transferADC16 results to memory and if users press any key, demo will average ADC16 results stored in memory and print average on the terminal. " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/adc16" path="boards/frdmk22f/driver_examples/adc16/continuous_edma">
<external path="boards/frdmk22f/driver_examples/adc16/continuous_edma" type="xml">
<files mask="adc16_continuous_edma_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_adc16_interrupt" name="adc16_interrupt" brief="The adc16_interrupt example shows how to use interrupt with ADC16 driver.In this example, user should indicate a channel to provide a voltage signal (can be controlled by user) as the ADC16'ssample input. When running the project, typing any key into debug console would trigger the conversion. ADC interrupt would be asserted once the conversion is completed. In ADC ISR, the conversion completed flag would be cleared by reading the conversion result value. Also, the conversion result value is stored, and the ISR counter is increased. These information would be printed when the execution return to the main loop.The point is that the ADC16 interrupt configuration is set when configuring the ADC16's conversion channel. When in software trigger mode, the conversion would be launched by the operation of configuring channel, just like writing aconversion command. So if user wants to generate the interrupt every time the conversion is completed, the channel's configuration with enabling interrupt setting would be used for each conversion." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/adc16" path="boards/frdmk22f/driver_examples/adc16/interrupt">
<external path="boards/frdmk22f/driver_examples/adc16/interrupt" type="xml">
<files mask="adc16_interrupt_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_adc16_low_power_async_edma" name="adc16_low_power_async_edma" brief="The ADC Low Power Async DMA demo application demonstrates the usage of the ADC and DMA peripheral while in a low power mode. Themicrocontroller is first set to very low power stop (VLPS) mode. Every 100 ms, low power timer trigger the ADC module convertvalue on ADC channel. After 16 times(1,6s) the DMA transfer finish interrupt wake up the CPU to process sampled data, print result touser and toggle LED." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk22f/demo_apps/adc16_low_power_async_edma">
<external path="boards/frdmk22f/demo_apps/adc16_low_power_async_edma" type="xml">
<files mask="adc16_low_power_async_edma_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_adc16_low_power_async_edma_peripheral" name="adc16_low_power_async_edma_peripheral" brief="The ADC Low Power Async DMA demo application demonstrates the usage of the ADC and DMA peripheral while in a low power mode. Themicrocontroller is first set to very low power stop (VLPS) mode. Every 100 ms, low power timer trigger the ADC module convertvalue on ADC channel. After 16 times(1,6s) the DMA transfer finish interrupt wake up the CPU to process sampled data, print result touser and toggle LED." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk22f/demo_apps/adc16_low_power_async_edma_peripheral">
<external path="boards/frdmk22f/demo_apps/adc16_low_power_async_edma_peripheral" type="xml">
<files mask="adc16_low_power_async_edma_peripheral_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_adc16_low_power_peripheral" name="adc16_low_power_peripheral" brief="The ADC Low Power demo application demonstrates the usage of the ADC peripheral while in a low power mode. Themicrocontroller is first set to very low power stop (VLPS) mode. Every 500 ms, an interrupt wakes up the ADC module andreads the current temperature of the microcontroller. While the temperature remains within boundaries, both LEDs are on.If the core temperature is higher or lower than average, the LEDs change state respectively. You can open the mex file with MCUXpresso Config Tool to do further configuration of pin, clock and peripheral." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk22f/demo_apps/adc16_low_power_peripheral">
<external path="boards/frdmk22f/demo_apps/adc16_low_power_peripheral" type="xml">
<files mask="adc16_low_power_peripheral_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_adc16_polling" name="adc16_polling" brief="The adc16_polling example shows the simplest way to use ADC16 driver.In this example, user should indicate a channel to provide a voltage signal (can be controlled by user) as the ADC16'ssample input. When running the project, typing any key into debug console would trigger the conversion. The execution would check the conversion completed flag in loop until the flag is asserted, which means the conversion is completed. Then read the conversion result value and print it to debug console.Note, the default setting of initialization for the ADC converter is just an available configuration. User can changethe configuration structure's setting in application to fit the special requirement.The auto-calibration is not essential but strongly recommended. It can help to adjust the converter itself and improvethe ADC16's performance." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/adc16" path="boards/frdmk22f/driver_examples/adc16/polling">
<external path="boards/frdmk22f/driver_examples/adc16/polling" type="xml">
<files mask="adc16_polling_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_bubble_peripheral" name="bubble_peripheral" brief="The bubble level demo demonstrates basic usage of the on-board accelerometer to implement a bubble level. A bubble level utilizes two axes to visually show deviation from a level plane (0 degrees) on a given axis. You can open the mex file with MCUXpresso Config Tool to do further configuration of pin, clock and peripheral." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk22f/demo_apps/bubble_peripheral">
<external path="boards/frdmk22f/demo_apps/bubble_peripheral" type="xml">
<files mask="bubble_peripheral_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_cmp_interrupt" name="cmp_interrupt" brief="The CMP interrupt Example shows how to use interrupt with CMP driver.In this example, user should indicate an input channel to capture a voltage signal (can be controlled by user) as the CMP's positive channel input. On the negative side, the internal 6-bit DAC is used to generate the fixed voltage abouthalf value of reference voltage.When running the project, change the input voltage of user-defined channel, then the comparator's output would changebetween logic one and zero when the user-defined channel's voltage crosses the internal DAC's value. The change ofcomparator's output would generate the falling and rising edge events with their interrupts enabled. When any CMP interrupt happens, the CMP's ISR would turn on the LED light if detecting the output's rising edge, or turn off it whendetecting the output's falling edge." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/cmp" path="boards/frdmk22f/driver_examples/cmp/interrupt">
<external path="boards/frdmk22f/driver_examples/cmp/interrupt" type="xml">
<files mask="cmp_interrupt_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_cmp_polling" name="cmp_polling" brief="The CMP polling Example shows the simplest way to use CMP driver and help user with a quick start.In this example, user should indicate an input channel to capture a voltage signal (can be controlled by user) as the CMP's positive channel input. On the negative side, the internal 6-bit DAC is used to generate the fixed voltage abouthalf value of reference voltage.When running the project, change the input voltage of user-defined channel, then the comparator's output would changebetween logic one and zero when the user's voltage crosses the internal DAC's value. The endless loop in main() functionwould detect the logic value of comparator's output, and change the LED. The LED would be turned on when the compareoutput is logic one, or turned off when zero." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/cmp" path="boards/frdmk22f/driver_examples/cmp/polling">
<external path="boards/frdmk22f/driver_examples/cmp/polling" type="xml">
<files mask="cmp_polling_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_cmsis_dspi_edma_b2b_transfer_master" name="cmsis_dspi_edma_b2b_transfer_master" brief="The dspi_edma_b2b_transfer example shows how to use DSPI CMSIS driver in edma way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_edma_b2b_transfer_master.c' includes the DSPI master code.1. DSPI master send/received data to/from DSPI slave in edma . " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/dspi" path="boards/frdmk22f/cmsis_driver_examples/dspi/edma_b2b_transfer/master">
<external path="boards/frdmk22f/cmsis_driver_examples/dspi/edma_b2b_transfer/master" type="xml">
<files mask="cmsis_dspi_edma_b2b_transfer_master_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_cmsis_dspi_edma_b2b_transfer_slave" name="cmsis_dspi_edma_b2b_transfer_slave" brief="The dspi_edma_b2b_transfer example shows how to use DSPI CMSIS driver in edma way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_edma_b2b_transfer_slave.c' includes the DSPI slave code.1. DSPI master send/received data to/from DSPI slave in edma . " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/dspi" path="boards/frdmk22f/cmsis_driver_examples/dspi/edma_b2b_transfer/slave">
<external path="boards/frdmk22f/cmsis_driver_examples/dspi/edma_b2b_transfer/slave" type="xml">
<files mask="cmsis_dspi_edma_b2b_transfer_slave_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_cmsis_dspi_int_b2b_transfer_master" name="cmsis_dspi_int_b2b_transfer_master" brief="The dspi_int_b2b_transfer example shows how to use DSPI CMSIS driver in interrupt way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_int_b2b_transfer_master.c' includes the DSPI master code.This example uses the transactional API in DSPI driver.1. DSPI master send/received data to/from DSPI slave in interrupt . " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/dspi" path="boards/frdmk22f/cmsis_driver_examples/dspi/int_b2b_transfer/master">
<external path="boards/frdmk22f/cmsis_driver_examples/dspi/int_b2b_transfer/master" type="xml">
<files mask="cmsis_dspi_int_b2b_transfer_master_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_cmsis_dspi_int_b2b_transfer_slave" name="cmsis_dspi_int_b2b_transfer_slave" brief="The dspi_int_b2b_transfer example shows how to use DSPI CMSIS driver in interrupt way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_int_b2b_transfer_slave.c' includes the DSPI slave code.This example uses the transactional API in DSPI driver.1. DSPI master send/received data to/from DSPI slave in interrupt . " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/dspi" path="boards/frdmk22f/cmsis_driver_examples/dspi/int_b2b_transfer/slave">
<external path="boards/frdmk22f/cmsis_driver_examples/dspi/int_b2b_transfer/slave" type="xml">
<files mask="cmsis_dspi_int_b2b_transfer_slave_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_cmsis_i2c_edma_b2b_transfer_master" name="cmsis_i2c_edma_b2b_transfer_master" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_i2c_edma_b2b_transfer_master example shows how to use i2c driver as master to do board to board transfer with EDMA:In this example, one i2c instance as master and another i2c instance on the other board as slave. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/i2c" path="boards/frdmk22f/cmsis_driver_examples/i2c/edma_b2b_transfer/master">
<external path="boards/frdmk22f/cmsis_driver_examples/i2c/edma_b2b_transfer/master" type="xml">
<files mask="cmsis_i2c_edma_b2b_transfer_master_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_cmsis_i2c_edma_b2b_transfer_slave" name="cmsis_i2c_edma_b2b_transfer_slave" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_i2c_edma_b2b_transfer_slave example shows how to use i2c driver as slave to do board to board transfer with a EDMA master:In this example, one i2c instance as slave and another i2c instance on the other board as master. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/i2c" path="boards/frdmk22f/cmsis_driver_examples/i2c/edma_b2b_transfer/slave">
<external path="boards/frdmk22f/cmsis_driver_examples/i2c/edma_b2b_transfer/slave" type="xml">
<files mask="cmsis_i2c_edma_b2b_transfer_slave_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_cmsis_i2c_int_b2b_transfer_master" name="cmsis_i2c_int_b2b_transfer_master" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The i2c_interrupt_b2b_transfer_master example shows how to use CMSIS i2c driver as master to do board to board transfer with interrupt:In this example, one i2c instance as master and another i2c instance on the other board as slave. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/i2c" path="boards/frdmk22f/cmsis_driver_examples/i2c/int_b2b_transfer/master">
<external path="boards/frdmk22f/cmsis_driver_examples/i2c/int_b2b_transfer/master" type="xml">
<files mask="cmsis_i2c_int_b2b_transfer_master_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_cmsis_i2c_int_b2b_transfer_slave" name="cmsis_i2c_int_b2b_transfer_slave" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The i2c_interrupt_b2b_transfer_master example shows how to use CMSIS i2c driver as master to do board to board transfer with interrupt:In this example, one i2c instance as master and another i2c instance on the other board as slave. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/i2c" path="boards/frdmk22f/cmsis_driver_examples/i2c/int_b2b_transfer/slave">
<external path="boards/frdmk22f/cmsis_driver_examples/i2c/int_b2b_transfer/slave" type="xml">
<files mask="cmsis_i2c_int_b2b_transfer_slave_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_cmsis_i2c_read_accel_value_transfer" name="cmsis_i2c_read_accel_value_transfer" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_i2c_read_accel_value example shows how to use CMSIS I2C driver to communicate with an i2c device: 1. How to use the i2c driver to read a i2c device who_am_I register. 2. How to use the i2c driver to write/read the device registers.In this example, the values of three-axis accelerometer print to the serial terminal on PC throughthe virtual serial port on board." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/i2c" path="boards/frdmk22f/cmsis_driver_examples/i2c/read_accel_value_transfer">
<external path="boards/frdmk22f/cmsis_driver_examples/i2c/read_accel_value_transfer" type="xml">
<files mask="cmsis_i2c_read_accel_value_transfer_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_cmsis_lpuart_edma_transfer" name="cmsis_lpuart_edma_transfer" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_uart_edma_transfer example shows how to use uart cmsis driver with EDMA:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board.Note: The example echo every 8 characters, so input 8 characters every time." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpuart" path="boards/frdmk22f/cmsis_driver_examples/lpuart/edma_transfer">
<external path="boards/frdmk22f/cmsis_driver_examples/lpuart/edma_transfer" type="xml">
<files mask="cmsis_lpuart_edma_transfer_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_cmsis_lpuart_interrupt_transfer" name="cmsis_lpuart_interrupt_transfer" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_uart_interrupt_transfer example shows how to use uart cmsis driver in interrupt way:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board.Note: The example echo every 8 characters, so input 8 characters every time." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpuart" path="boards/frdmk22f/cmsis_driver_examples/lpuart/interrupt_transfer">
<external path="boards/frdmk22f/cmsis_driver_examples/lpuart/interrupt_transfer" type="xml">
<files mask="cmsis_lpuart_interrupt_transfer_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_cmsis_uart_edma_transfer" name="cmsis_uart_edma_transfer" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_uart_edma_transfer example shows how to use uart cmsis driver with EDMA:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board.Note: The example echo every 8 characters, so input 8 characters every time." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/uart" path="boards/frdmk22f/cmsis_driver_examples/uart/edma_transfer">
<external path="boards/frdmk22f/cmsis_driver_examples/uart/edma_transfer" type="xml">
<files mask="cmsis_uart_edma_transfer_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_cmsis_uart_interrupt_transfer" name="cmsis_uart_interrupt_transfer" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_uart_interrupt_transfer example shows how to use uart cmsis driver in interrupt way:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board.Note: The example echo every 8 characters, so input 8 characters every time." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/uart" path="boards/frdmk22f/cmsis_driver_examples/uart/interrupt_transfer">
<external path="boards/frdmk22f/cmsis_driver_examples/uart/interrupt_transfer" type="xml">
<files mask="cmsis_uart_interrupt_transfer_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_crc" name="crc" brief="The CRC Example project is a demonstration program that uses the KSDK software to generate checksumsfor an ASCII string. Several CRC protocols are implemented using the CRC driver API." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/frdmk22f/driver_examples/crc">
<external path="boards/frdmk22f/driver_examples/crc" type="xml">
<files mask="crc_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dac_adc_peripheral" name="dac_adc_peripheral" brief="The DAC / ADC demo application demonstrates the use of the DAC and ADC peripherals. This application demonstrates how toconfigure the DAC and set the output on the DAC. This demo also demonstrates how to configure the ADC in 'Blocking Mode'and how to read ADC values." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk22f/demo_apps/dac_adc_peripheral">
<external path="boards/frdmk22f/demo_apps/dac_adc_peripheral" type="xml">
<files mask="dac_adc_peripheral_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dac_basic" name="dac_basic" brief="The dac_basic example shows how to use DAC module simply as the general DAC converter.When the DAC's buffer feature is not enabled, the first item of the buffer is used as the DAC output data register.The converter would always output the value of the first item. In this example, it gets the value from terminal,outputs the DAC output voltage through DAC output pin." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dac" path="boards/frdmk22f/driver_examples/dac/basic">
<external path="boards/frdmk22f/driver_examples/dac/basic" type="xml">
<files mask="dac_basic_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dac_buffer_interrupt" name="dac_buffer_interrupt" brief="The dac_buffer_interrupt example shows how to use DAC buffer with interrupts.When the DAC's buffer feature is enabled, user can benefit from the automation of updating DAC output by hardware/software trigger. As we know, the DAC converter outputs the value of item pointed by current read pointer. Once the buffer is triggered by software or hardware, the buffer's read pointer would move automatically as the work mode is set,like normal (cycle) mode, swing mode, one-time-scan mode or FIFO mode.In this example, it captures the user's type-in operation from terminal and does the software trigger to the buffer.The terminal would also display the log that shows the current buffer pointer's position with buffer events." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dac" path="boards/frdmk22f/driver_examples/dac/buffer_interrupt">
<external path="boards/frdmk22f/driver_examples/dac/buffer_interrupt" type="xml">
<files mask="dac_buffer_interrupt_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dac_continuous_pdb_edma" name="dac_continuous_pdb_edma" brief="The demo shows how to use the PDB to generate a DAC trigger and use the DMA to transfer data into DAC buffer.In this example, DAC is first set to normal buffer mode. PDB is as DAC hardware trigger source and DMA would work when DAC read pointer is zero. When run the example, the DAC is triggered by PDB and the read pointer increases by one,every time the trigger occurs. When the read pointer reaches the upper limit, it goes to zero directly in the next trigger event.while read pointer goes to zero, DMA request will be triggered and transfer data into DAC buffer. The user should probethe DAC output with a oscilloscope to see the Half-sine signal." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dac" path="boards/frdmk22f/driver_examples/dac/continuous_pdb_edma">
<external path="boards/frdmk22f/driver_examples/dac/continuous_pdb_edma" type="xml">
<files mask="dac_continuous_pdb_edma_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_audio_generator_bm" name="dev_audio_generator_bm" brief="The USB Audio Generator application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a recording device and users can record the sound from this device via the "Sound Recorder" in the Windows Accessories." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_audio_generator/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_audio_generator/bm" type="xml">
<files mask="dev_audio_generator_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_audio_generator_freertos" name="dev_audio_generator_freertos" brief="The USB Audio Generator application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a recording device and users can record the sound from this device via the "Sound Recorder" in the Windows Accessories." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_audio_generator/freertos">
<external path="boards/frdmk22f/usb_examples/usb_device_audio_generator/freertos" type="xml">
<files mask="dev_audio_generator_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_audio_generator_lite_bm" name="dev_audio_generator_lite_bm" brief="The USB Audio Generator application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a recording device and users can record the sound from this device via the "Sound Recorder" in the Windows Accessories." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_audio_generator_lite/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_audio_generator_lite/bm" type="xml">
<files mask="dev_audio_generator_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_cdc_vcom_bm" name="dev_cdc_vcom_bm" brief="The Virtual COM project is enumerated as a COM port, which the users can open using terminal tools, such as TeraTerm. The demo echoes back any character it receives." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_cdc_vcom/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_cdc_vcom/bm" type="xml">
<files mask="dev_cdc_vcom_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_cdc_vcom_freertos" name="dev_cdc_vcom_freertos" brief="The Virtual COM project is enumerated as a COM port, which the users can open using terminal tools, such as TeraTerm. The demo echoes back any character it receives." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_cdc_vcom/freertos">
<external path="boards/frdmk22f/usb_examples/usb_device_cdc_vcom/freertos" type="xml">
<files mask="dev_cdc_vcom_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_cdc_vcom_lite_bm" name="dev_cdc_vcom_lite_bm" brief="The Virtual COM project enumerated as a COM port, which the users can open using terminal tools, such as TeraTerm. The demo echoes back any character it receives." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_cdc_vcom_lite/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_cdc_vcom_lite/bm" type="xml">
<files mask="dev_cdc_vcom_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_composite_cdc_msc_bm" name="dev_composite_cdc_msc_bm" brief="The Composite CDC_MSC project is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a COM port and a RAM disk, which can be opened using terminal tools, such as TeraTerm. The demo echoes back any character it receives. The RAM disk can be formatted.." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_composite_cdc_msc/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_composite_cdc_msc/bm" type="xml">
<files mask="dev_composite_cdc_msc_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_composite_cdc_msc_freertos" name="dev_composite_cdc_msc_freertos" brief="The Composite CDC_MSC project is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a COM port and a RAM disk, which can be opened using terminal tools, such as TeraTerm. The demo echoes back any character it receives. The RAM disk can be formatted." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_composite_cdc_msc/freertos">
<external path="boards/frdmk22f/usb_examples/usb_device_composite_cdc_msc/freertos" type="xml">
<files mask="dev_composite_cdc_msc_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_composite_cdc_msc_lite_bm" name="dev_composite_cdc_msc_lite_bm" brief="The Composite CDC_MSC project is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a COM port and a RAM disk, which can be opened using terminal tools, such as TeraTerm. The demo echoes back any character it receives. The RAM disk can be formatted." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_composite_cdc_msc_lite/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_composite_cdc_msc_lite/bm" type="xml">
<files mask="dev_composite_cdc_msc_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_composite_cdc_vcom_cdc_vcom_bm" name="dev_composite_cdc_vcom_cdc_vcom_bm" brief="The Composite CDC_VCOM_CDC_VCOM project is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as two COM port, which can be opened using terminal tools, such as TeraTerm. The demo echoes back any character it receives." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_composite_cdc_vcom_cdc_vcom/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_composite_cdc_vcom_cdc_vcom/bm" type="xml">
<files mask="dev_composite_cdc_vcom_cdc_vcom_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_composite_cdc_vcom_cdc_vcom_freertos" name="dev_composite_cdc_vcom_cdc_vcom_freertos" brief="The Composite CDC_VCOM_CDC_VCOM project is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as two COM port, which can be opened using terminal tools, such as TeraTerm. The demo echoes back any character it receives." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_composite_cdc_vcom_cdc_vcom/freertos">
<external path="boards/frdmk22f/usb_examples/usb_device_composite_cdc_vcom_cdc_vcom/freertos" type="xml">
<files mask="dev_composite_cdc_vcom_cdc_vcom_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_composite_cdc_vcom_cdc_vcom_lite_bm" name="dev_composite_cdc_vcom_cdc_vcom_lite_bm" brief="The Composite CDC_VCOM_CDC_VCOM project is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as two COM port, which can be opened using terminal tools, such as TeraTerm. The demo echoes back any character it receives." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_composite_cdc_vcom_cdc_vcom_lite/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_composite_cdc_vcom_cdc_vcom_lite/bm" type="xml">
<files mask="dev_composite_cdc_vcom_cdc_vcom_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_composite_hid_audio_bm" name="dev_composite_hid_audio_bm" brief="The USB Composite device application is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a recording device. Users can record the sound from this device via the "Sound Recorder" in the Windows Accessories with an HID mouse device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_composite_hid_audio/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_composite_hid_audio/bm" type="xml">
<files mask="dev_composite_hid_audio_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_composite_hid_audio_freertos" name="dev_composite_hid_audio_freertos" brief="The USB Composite device application is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a recording device. Users can record the sound from this device via the "Sound Recorder" in the Windows Accessories with an HID mouse device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_composite_hid_audio/freertos">
<external path="boards/frdmk22f/usb_examples/usb_device_composite_hid_audio/freertos" type="xml">
<files mask="dev_composite_hid_audio_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_composite_hid_audio_lite_bm" name="dev_composite_hid_audio_lite_bm" brief="The USB Composite device application is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a recording device. Users can record the sound from this device via the "Sound Recorder" in the Windows Accessories with an HID mouse device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_composite_hid_audio_lite/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_composite_hid_audio_lite/bm" type="xml">
<files mask="dev_composite_hid_audio_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_composite_hid_mouse_hid_keyboard_bm" name="dev_composite_hid_mouse_hid_keyboard_bm" brief="The application is a simple demonstration program based on the MCUXpresso SDK. The application is enumerated as HID-compliant mouse and keyboard devices." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_composite_hid_mouse_hid_keyboard/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_composite_hid_mouse_hid_keyboard/bm" type="xml">
<files mask="dev_composite_hid_mouse_hid_keyboard_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_composite_hid_mouse_hid_keyboard_freertos" name="dev_composite_hid_mouse_hid_keyboard_freertos" brief="The application is a simple demonstration program based on the MCUXpresso SDK. The application is enumerated as HID-compliant mouse and keyboard devices." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_composite_hid_mouse_hid_keyboard/freertos">
<external path="boards/frdmk22f/usb_examples/usb_device_composite_hid_mouse_hid_keyboard/freertos" type="xml">
<files mask="dev_composite_hid_mouse_hid_keyboard_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_composite_hid_mouse_hid_keyboard_lite_bm" name="dev_composite_hid_mouse_hid_keyboard_lite_bm" brief="The application is a simple demonstration program based on the MCUXpresso SDK. The application is enumerated as HID-compliant mouse and keyboard devices." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_composite_hid_mouse_hid_keyboard_lite/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_composite_hid_mouse_hid_keyboard_lite/bm" type="xml">
<files mask="dev_composite_hid_mouse_hid_keyboard_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_hid_generic_bm" name="dev_hid_generic_bm" brief="The USB HID generic application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a HID-compliant device. A PC application can be used to exchange data with the device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_hid_generic/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_hid_generic/bm" type="xml">
<files mask="dev_hid_generic_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_hid_generic_freertos" name="dev_hid_generic_freertos" brief="The USB HID generic application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a HID-compliant device. A PC application can be used to exchange data with the device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_hid_generic/freertos">
<external path="boards/frdmk22f/usb_examples/usb_device_hid_generic/freertos" type="xml">
<files mask="dev_hid_generic_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_hid_generic_lite_bm" name="dev_hid_generic_lite_bm" brief="The USB HID generic application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a HID-compliant device. A PC application can be used to exchange data with the device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_hid_generic_lite/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_hid_generic_lite/bm" type="xml">
<files mask="dev_hid_generic_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_hid_mouse_bm" name="dev_hid_mouse_bm" brief="The USB HID mouse application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a mouse. Users can see the mouse arrow moving on the PC screen according in a rectangular fashion." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_hid_mouse/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_hid_mouse/bm" type="xml">
<files mask="dev_hid_mouse_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_hid_mouse_freertos" name="dev_hid_mouse_freertos" brief="The USB HID mouse application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a mouse. Users can see the mouse arrow moving on the PC screen according in a rectangular fashion." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_hid_mouse/freertos">
<external path="boards/frdmk22f/usb_examples/usb_device_hid_mouse/freertos" type="xml">
<files mask="dev_hid_mouse_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_hid_mouse_freertos_static" name="dev_hid_mouse_freertos_static" brief="The USB HID mouse application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a mouse. Users can see the mouse arrow moving on the PC screen according in a rectangular fashion." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_hid_mouse/freertos_static">
<external path="boards/frdmk22f/usb_examples/usb_device_hid_mouse/freertos_static" type="xml">
<files mask="dev_hid_mouse_freertos_static_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_hid_mouse_lite_bm" name="dev_hid_mouse_lite_bm" brief="The USB HID mouse application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a mouse. Users can see the mouse arrow moving on the PC screen according in a rectangular fashion." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_hid_mouse_lite/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_hid_mouse_lite/bm" type="xml">
<files mask="dev_hid_mouse_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_msc_ramdisk_bm" name="dev_msc_ramdisk_bm" brief="The USB MSC RAM disk application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a U-disk and can be read and written to as a normal U-disk ." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_msc_ramdisk/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_msc_ramdisk/bm" type="xml">
<files mask="dev_msc_ramdisk_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_msc_ramdisk_freertos" name="dev_msc_ramdisk_freertos" brief="The USB MSC RAM disk application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a U-disk and can be read and written to as a normal U-disk ." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_msc_ramdisk/freertos">
<external path="boards/frdmk22f/usb_examples/usb_device_msc_ramdisk/freertos" type="xml">
<files mask="dev_msc_ramdisk_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_msc_ramdisk_lite_bm" name="dev_msc_ramdisk_lite_bm" brief="The USB MSC RAM disk application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a U-disk and can be read and written to as a normal U-disk ." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_msc_ramdisk_lite/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_msc_ramdisk_lite/bm" type="xml">
<files mask="dev_msc_ramdisk_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_phdc_weighscale_bm" name="dev_phdc_weighscale_bm" brief="The USB PHDC WeighScale application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a weight scale device and the HealthLink software is used to interact with thisdevice to simulate the personal weight scale data, such as body mass and body mass index." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_phdc_weighscale/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_phdc_weighscale/bm" type="xml">
<files mask="dev_phdc_weighscale_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_phdc_weighscale_freertos" name="dev_phdc_weighscale_freertos" brief="The USB PHDC WeighScale application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a weight scale device and the HealthLink software is used to interact with thisdevice to simulate the personal weight scale data, such as body mass and body mass index." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_phdc_weighscale/freertos">
<external path="boards/frdmk22f/usb_examples/usb_device_phdc_weighscale/freertos" type="xml">
<files mask="dev_phdc_weighscale_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_phdc_weighscale_lite_bm" name="dev_phdc_weighscale_lite_bm" brief="The USB PHDC WeighScale application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a weight scale device and the HealthLink software is used to interact with thisdevice to simulate the personal weight scale data, such as body mass and body mass index." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_phdc_weighscale_lite/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_phdc_weighscale_lite/bm" type="xml">
<files mask="dev_phdc_weighscale_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_printer_virtual_plain_text_bm" name="dev_printer_virtual_plain_text_bm" brief="The USB virtual printer application is a simple application to demonstrate a virtual printer functionality.Because there is no printer language parsing, the received raw data is output directly in the debug console.As a result, only plain text is suitable for testing. For other printer language support, such as postscript, implement the corresponding parser." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_printer_virtual_plain_text/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_printer_virtual_plain_text/bm" type="xml">
<files mask="dev_printer_virtual_plain_text_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_printer_virtual_plain_text_freertos" name="dev_printer_virtual_plain_text_freertos" brief="The USB virtual printer application is a simple application to demonstrate a virtual printer functionality.Because there is no printer language parsing, the received raw data is output directly in the debug console.As a result, only plain text is suitable for testing. For other printer language support, such as postscript, implement the corresponding parser." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_printer_virtual_plain_text/freertos">
<external path="boards/frdmk22f/usb_examples/usb_device_printer_virtual_plain_text/freertos" type="xml">
<files mask="dev_printer_virtual_plain_text_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_printer_virtual_plain_text_lite_bm" name="dev_printer_virtual_plain_text_lite_bm" brief="The USB virtual printer application is a simple application to demonstrate a virtual printer functionality.Because there is no printer language parsing, the received raw data is output directly in the debug console.As a result, only plain text is suitable for testing. For other printer language support, such as postscript, implement the corresponding parser." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_printer_virtual_plain_text_lite/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_printer_virtual_plain_text_lite/bm" type="xml">
<files mask="dev_printer_virtual_plain_text_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_suspend_resume_hid_mouse_bm" name="dev_suspend_resume_hid_mouse_bm" brief="the application is enumerated as a mouse. When host releases the USB Bus, the device will enter into low power mode. The device can be waked up when resume signal is detected on the bus. Or the device can remote wake-up the host by delivering the resume signal when the remote wake-up is enabled by the host." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_suspend_resume_device_hid_mouse/bm">
<external path="boards/frdmk22f/usb_examples/usb_suspend_resume_device_hid_mouse/bm" type="xml">
<files mask="dev_suspend_resume_hid_mouse_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_suspend_resume_hid_mouse_freertos" name="dev_suspend_resume_hid_mouse_freertos" brief="the application is enumerated as a mouse. When host releases the USB Bus, the device will enter into low power mode. The device can be waked up when resume signal is detected on the bus. Or the device can remote wake-up the host by delivering the resume signal when the remote wake-up is enabled by the host." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_suspend_resume_device_hid_mouse/freertos">
<external path="boards/frdmk22f/usb_examples/usb_suspend_resume_device_hid_mouse/freertos" type="xml">
<files mask="dev_suspend_resume_hid_mouse_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_suspend_resume_hid_mouse_lite_bm" name="dev_suspend_resume_hid_mouse_lite_bm" brief="the application is enumerated as a mouse. When host releases the USB Bus, the device will enter into low power mode. The device can be waked up when resume signal is detected on the bus. Or the device can remote wake-up the host by delivering the resume signal when the remote wake-up is enabled by the host." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_suspend_resume_device_hid_mouse_lite/bm">
<external path="boards/frdmk22f/usb_examples/usb_suspend_resume_device_hid_mouse_lite/bm" type="xml">
<files mask="dev_suspend_resume_hid_mouse_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_video_virtual_camera_bm" name="dev_video_virtual_camera_bm" brief="The USB video virtual camera application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a camera and users can see the video of the device by using a PC test tool." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_video_virtual_camera/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_video_virtual_camera/bm" type="xml">
<files mask="dev_video_virtual_camera_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_video_virtual_camera_freertos" name="dev_video_virtual_camera_freertos" brief="The USB video virtual camera application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a camera and users can see the video of the device by using a PC test tool." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_video_virtual_camera/freertos">
<external path="boards/frdmk22f/usb_examples/usb_device_video_virtual_camera/freertos" type="xml">
<files mask="dev_video_virtual_camera_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dev_video_virtual_camera_lite_bm" name="dev_video_virtual_camera_lite_bm" brief="The USB video virtual camera application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a camera and users can see the video of the device by using a PC test tool." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_device_video_virtual_camera_lite/bm">
<external path="boards/frdmk22f/usb_examples/usb_device_video_virtual_camera_lite/bm" type="xml">
<files mask="dev_video_virtual_camera_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dspi_edma_b2b_transfer_master" name="dspi_edma_b2b_transfer_master" brief="The dspi_edma_b2b_transfer example shows how to use DSPI driver in edma way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_edma_b2b_transfer_master.c' includes the DSPI master code.1. DSPI master send/received data to/from DSPI slave in edma . (DSPI Slave using edma to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/frdmk22f/driver_examples/dspi/edma_b2b_transfer/master">
<external path="boards/frdmk22f/driver_examples/dspi/edma_b2b_transfer/master" type="xml">
<files mask="dspi_edma_b2b_transfer_master_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dspi_edma_b2b_transfer_slave" name="dspi_edma_b2b_transfer_slave" brief="The dspi_edma_b2b_transfer example shows how to use DSPI driver in edma way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_edma_b2b_transfer_slave.c' includes the DSPI slave code.1. DSPI master send/received data to/from DSPI slave in edma . (DSPI Slave using edma to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/frdmk22f/driver_examples/dspi/edma_b2b_transfer/slave">
<external path="boards/frdmk22f/driver_examples/dspi/edma_b2b_transfer/slave" type="xml">
<files mask="dspi_edma_b2b_transfer_slave_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dspi_half_duplex_edma_master" name="dspi_half_duplex_edma_master" brief="The dspi_half_duplex_edma_transfer_master example shows how to use driver API to transfer in half-duplex way. In this example, one spi instance as master and another spi instance on the other board as slave. Master sendsa piece of data to slave, and receive a piece of data from slave. This example checks if the data received fromslave is correct.Besides, master will transfer in EDMA way. " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/frdmk22f/driver_examples/dspi/half_duplex_transfer/edma/master">
<external path="boards/frdmk22f/driver_examples/dspi/half_duplex_transfer/edma/master" type="xml">
<files mask="dspi_half_duplex_edma_master_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dspi_half_duplex_edma_slave" name="dspi_half_duplex_edma_slave" brief="The dspi_half_duplex_edma_transfer_slave example shows how to receive and transmit data to master board.Notice: The SPI slave of this example uses edma mode. The data transfer size(not buffer size) is twice ofthe master's transfer size. The first half of the transmission will receive data, and the second half will senddata back to master, so the begain address of the receive buffer is &rxDataPolling[64].In this example, one spi instance as slave and another spi instance on the other board as master. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from master is correct. And slave will print what it received." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/frdmk22f/driver_examples/dspi/half_duplex_transfer/edma/slave">
<external path="boards/frdmk22f/driver_examples/dspi/half_duplex_transfer/edma/slave" type="xml">
<files mask="dspi_half_duplex_edma_slave_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dspi_half_duplex_int_master" name="dspi_half_duplex_int_master" brief="The dspi_half_duplex_int_transfer_master example shows how to use driver API to transfer in half-duplex way. In this example, one spi instance as master and another spi instance on the other board as slave. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct.Besides, master will transfer in interrupt way. " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/frdmk22f/driver_examples/dspi/half_duplex_transfer/int/master">
<external path="boards/frdmk22f/driver_examples/dspi/half_duplex_transfer/int/master" type="xml">
<files mask="dspi_half_duplex_int_master_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dspi_half_duplex_int_slave" name="dspi_half_duplex_int_slave" brief="The dspi_half_duplex_int_transfer_slave example shows how to receive and transmit data to master board.Notice: The SPI slave of this example uses interrupt mode. The data transfer size(not buffer size) is twice ofthe master's transfer size. The first half of the transmission will receive data, and the second half will senddata back to master, so the begain address of the receive buffer is &rxDataPolling[64].In this example, one spi instance as slave and another spi instance on the other board as master. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from master is correct. And slave will print what it received." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/frdmk22f/driver_examples/dspi/half_duplex_transfer/int/slave">
<external path="boards/frdmk22f/driver_examples/dspi/half_duplex_transfer/int/slave" type="xml">
<files mask="dspi_half_duplex_int_slave_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dspi_half_duplex_polling_master" name="dspi_half_duplex_polling_master" brief="The dspi_half_duplex_polling_transfer_master example shows how to use driver API to transfer in half-duplex way. In this example, one spi instance as master and another spi instance on the other board as slave. Master sends apiece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct. Besides, master will transfer in polling way. " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/frdmk22f/driver_examples/dspi/half_duplex_transfer/polling/master">
<external path="boards/frdmk22f/driver_examples/dspi/half_duplex_transfer/polling/master" type="xml">
<files mask="dspi_half_duplex_polling_master_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dspi_half_duplex_polling_slave" name="dspi_half_duplex_polling_slave" brief="The dspi_half_duplex_polling_transfer_slave example shows how to receive and transmit data to master board.Notice: The SPI slave of this example uses interrupt mode. The data transfer size(not buffer size) is twice ofthe master's transfer size. The first half of the transmission will receive data, and the second half will senddata back to master, so the address of the receive buffer is &rxDataPolling[64].In this example, one spi instance as slave and another spi instance on the other board as master. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from master is correct. And slave will print what it received." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/frdmk22f/driver_examples/dspi/half_duplex_transfer/polling/slave">
<external path="boards/frdmk22f/driver_examples/dspi/half_duplex_transfer/polling/slave" type="xml">
<files mask="dspi_half_duplex_polling_slave_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dspi_interrupt" name="dspi_interrupt" brief="The dspi_interrupt example shows how to use DSPI driver in interrupt way:In this example , one dspi instance used as DSPI master and another dspi instance used as DSPI slave in the same board.This example does not use the transactional API in DSPI driver. It's a demonstration that how to use the interrupt in KSDK driver.1. DSPI master send/received data to/from DSPI slave in interrupt . (DSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/frdmk22f/driver_examples/dspi/interrupt">
<external path="boards/frdmk22f/driver_examples/dspi/interrupt" type="xml">
<files mask="dspi_interrupt_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dspi_interrupt_b2b_master" name="dspi_interrupt_b2b_master" brief="The dspi_interrupt_b2b example shows how to use DSPI driver in interrupt way:In this example , we need two boards , one board used as DSPI master and another board used as DSPI slave.The file 'dspi_interrupt_b2b_master.c' includes the DSPI master code.This example does not use the transactional API in DSPI driver. It's a demonstration that how to use the interrupt in KSDK driver.1. DSPI master send/received data to/from DSPI slave in interrupt . (DSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/frdmk22f/driver_examples/dspi/interrupt_b2b/master">
<external path="boards/frdmk22f/driver_examples/dspi/interrupt_b2b/master" type="xml">
<files mask="dspi_interrupt_b2b_master_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dspi_interrupt_b2b_slave" name="dspi_interrupt_b2b_slave" brief="The dspi_interrupt_b2b example shows how to use DSPI driver in interrupt way:In this example , we need two boards , one board used as DSPI master and another board used as DSPI slave.The file 'dspi_interrupt_b2b_slave.c' includes the DSPI slave code.This example does not use the transactional API in DSPI driver. It's a demonstration that how to use the interrupt in KSDK driver.1. DSPI master send/received data to/from DSPI slave in interrupt . (DSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/frdmk22f/driver_examples/dspi/interrupt_b2b/slave">
<external path="boards/frdmk22f/driver_examples/dspi/interrupt_b2b/slave" type="xml">
<files mask="dspi_interrupt_b2b_slave_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dspi_interrupt_b2b_transfer_master" name="dspi_interrupt_b2b_transfer_master" brief="The dspi_interrupt_b2b_transfer example shows how to use DSPI driver in interrupt way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_interrupt_b2b_transfer_master.c' includes the DSPI master code.This example uses the transactional API in DSPI driver.1. DSPI master send/received data to/from DSPI slave in interrupt . (DSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/frdmk22f/driver_examples/dspi/interrupt_b2b_transfer/master">
<external path="boards/frdmk22f/driver_examples/dspi/interrupt_b2b_transfer/master" type="xml">
<files mask="dspi_interrupt_b2b_transfer_master_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dspi_interrupt_b2b_transfer_slave" name="dspi_interrupt_b2b_transfer_slave" brief="The dspi_interrupt_b2b_transfer example shows how to use DSPI driver in interrupt way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_interrupt_b2b_transfer_slave.c' includes the DSPI slave code.This example uses the transactional API in DSPI driver.1. DSPI master send/received data to/from DSPI slave in interrupt . (DSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/frdmk22f/driver_examples/dspi/interrupt_b2b_transfer/slave">
<external path="boards/frdmk22f/driver_examples/dspi/interrupt_b2b_transfer/slave" type="xml">
<files mask="dspi_interrupt_b2b_transfer_slave_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dspi_polling_b2b_transfer_master" name="dspi_polling_b2b_transfer_master" brief="The dspi_polling_b2b_transfer example shows how to use DSPI driver in polling way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_polling_b2b_transfer_master.c' includes the DSPI master code.1. DSPI master send/received data to/from DSPI slave in polling . (DSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/frdmk22f/driver_examples/dspi/polling_b2b_transfer/master">
<external path="boards/frdmk22f/driver_examples/dspi/polling_b2b_transfer/master" type="xml">
<files mask="dspi_polling_b2b_transfer_master_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_dspi_polling_b2b_transfer_slave" name="dspi_polling_b2b_transfer_slave" brief="The dspi_polling_b2b_transfer example shows how to use DSPI driver in polling way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_polling_b2b_transfer_slave.c' includes the DSPI slave code.1. DSPI master send/received data to/from DSPI slave in polling . (DSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/frdmk22f/driver_examples/dspi/polling_b2b_transfer/slave">
<external path="boards/frdmk22f/driver_examples/dspi/polling_b2b_transfer/slave" type="xml">
<files mask="dspi_polling_b2b_transfer_slave_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_ecompass_peripheral" name="ecompass_peripheral" brief="The E-Compass demo application demonstrates the use of the FXOS8700 sensor. The tilt-compensated algorithm calculatesall three angles (pitch, roll, and yaw or compass heading). You can open the mex file with MCUXpresso Config Tool to do further configuration of pin, clock and peripheral." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk22f/demo_apps/ecompass_peripheral">
<external path="boards/frdmk22f/demo_apps/ecompass_peripheral" type="xml">
<files mask="ecompass_peripheral_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_edma_channel_link" name="edma_channel_link" brief="The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk22f/driver_examples/edma/channel_link">
<external path="boards/frdmk22f/driver_examples/edma/channel_link" type="xml">
<files mask="edma_channel_link_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_edma_interleave_transfer" name="edma_interleave_transfer" brief="The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk22f/driver_examples/edma/interleave_transfer">
<external path="boards/frdmk22f/driver_examples/edma/interleave_transfer" type="xml">
<files mask="edma_interleave_transfer_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_edma_memory_to_memory" name="edma_memory_to_memory" brief="The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk22f/driver_examples/edma/memory_to_memory">
<external path="boards/frdmk22f/driver_examples/edma/memory_to_memory" type="xml">
<files mask="edma_memory_to_memory_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_edma_ping_pong_transfer" name="edma_ping_pong_transfer" brief="The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk22f/driver_examples/edma/ping_pong_transfer">
<external path="boards/frdmk22f/driver_examples/edma/ping_pong_transfer" type="xml">
<files mask="edma_ping_pong_transfer_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_edma_scatter_gather" name="edma_scatter_gather" brief="The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk22f/driver_examples/edma/scatter_gather">
<external path="boards/frdmk22f/driver_examples/edma/scatter_gather" type="xml">
<files mask="edma_scatter_gather_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_edma_wrap_transfer" name="edma_wrap_transfer" brief="The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk22f/driver_examples/edma/wrap_transfer">
<external path="boards/frdmk22f/driver_examples/edma/wrap_transfer" type="xml">
<files mask="edma_wrap_transfer_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_emwin_gui_demo" name="emwin_gui_demo" brief="The example demonstrates graphical widgets of the emWin library." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="emwin_examples" path="boards/frdmk22f/emwin_examples/emwin_gui_demo">
<external path="boards/frdmk22f/emwin_examples/emwin_gui_demo" type="xml">
<files mask="emwin_gui_demo_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_erpc_client_matrix_multiply_spi" name="erpc_client_matrix_multiply_spi" brief="This example demonstrates usage of eRPC between two boards using SPI transport layer. One board acts like a server and the second as client. When client starts, it generates two randommatrixes and sends them to server. Server then performs matrix multiplication and sendsresult data back to client. Client then prints the result matrix.eRPC documentation eRPC specific files are stored in: middleware/multicore/erpc eRPC documentation is stored in: middleware/multicore/erpc/doc eRPC is open-source project stored on github: https://github.com/EmbeddedRPC/erpc eRPC documentation can be also found in: http://embeddedrpc.github.io" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multiprocessor_examples" path="boards/frdmk22f/multiprocessor_examples/erpc_client_matrix_multiply_spi">
<external path="boards/frdmk22f/multiprocessor_examples/erpc_client_matrix_multiply_spi" type="xml">
<files mask="erpc_client_matrix_multiply_spi_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_erpc_client_matrix_multiply_uart" name="erpc_client_matrix_multiply_uart" brief="This example demonstrates usage of eRPC between PC and board using UART transport layer.Board acts like a client and the PC as server. When client starts, it generates two randommatrixes and sends them to server. Server then performs matrix multiplication and sendsresult data back to client. Result matrix is then printed on the PC side.eRPC documentation eRPC specific files are stored in: middleware/multicore/erpc eRPC documentation is stored in: middleware/multicore/erpc/doc eRPC is open-source project stored on github: https://github.com/EmbeddedRPC/erpc eRPC documentation can be also found in: http://embeddedrpc.github.io PC Side Setup (Python)1. Make sure you have Python installed on your PC2. Install serial module by executing following command in command line: "python -m pip install pyserial"3. Install eRPC module to Python by executing setup.py located in: middleware\multicore\erpc\erpc_python - "python setup.py install"Usage of run_uart.pyusage: run_uart.py [-h] [-c] [-s] [-p PORT] [-b BD]eRPC Matrix Multiply exampleoptional arguments: -h, --help show this help message an -c, --client Run client -s, --server Run server -p PORT, --port PORT Serial port -b BD, --bd BD Baud rate (default value is 115200)Either server or client has to be selected to runExample:To run PC side as a server with a board connected as a client to COM3 execute:"run_uart.py --server --port COM3"" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multiprocessor_examples" path="boards/frdmk22f/multiprocessor_examples/erpc_client_matrix_multiply_uart">
<external path="boards/frdmk22f/multiprocessor_examples/erpc_client_matrix_multiply_uart" type="xml">
<files mask="erpc_client_matrix_multiply_uart_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_erpc_remote_control" name="erpc_remote_control" brief="This example demonstrates usage of eRPC between PC and board using UART transport layer.Both board and the PC acts like server and client thanks to eRPC arbitrator.When both servers starts, they waits for data being send from client over UART. A. Server on the board performs action (DAC/ADC conversion, turn on selected LEDs, read data from magnetometer and accelerometer sensor) and sends result data back to client (or lights LED).B. Server on the PC displays which SW button was pressed on the board.eRPC documentation eRPC specific files are stored in: middleware/multicore/erpc eRPC documentation is stored in: middleware/multicore/erpc/doc eRPC is open-source project stored on github: https://github.com/EmbeddedRPC/erpc eRPC documentation can be also found in: http://embeddedrpc.github.io" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multiprocessor_examples" path="boards/frdmk22f/multiprocessor_examples/erpc_remote_control">
<external path="boards/frdmk22f/multiprocessor_examples/erpc_remote_control" type="xml">
<files mask="erpc_remote_control_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_erpc_server_dac_adc" name="erpc_server_dac_adc" brief="This example demonstrates usage of eRPC between PC and board using UART transport layer.Board acts like a server and the PC as client. When server starts, it waits fordata being send from client over UART. Server then performs action (DAC/ADC conversion, light LEDs,read data from magnetometer senzor) and sends result data back to client (or lights LED).eRPC documentation eRPC specific files are stored in: middleware//multicore//erpc eRPC documentation is stored in: middleware//multicore//erpc//doc eRPC is open-source project stored on github: https://github.com/EmbeddedRPC/erpc eRPC documentation can be also found in: http://embeddedrpc.github.ioRunning with i.MX7D Sabre SD board- First, download L4.1.15_2.0.0_iMX6UL7D board support package from nxp.com- Then uncompress it and locate file fsl-image-validation-imx-imx7dsabresd.sdcard- Insert an SD card and run: sudo dd if=fsl-image-validation-imx-imx7dsabresd.sdcardof=/dev/mmcblk0 bs=1M - Flush disk IO operations, run command: sync- Download enum34, erpc and pyserial packages from pypi, uncompress them and copy to/home/root, respective links are:/t/t- enum34: https://pypi.python.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/enum34-1.1.6.tar.gz#md5=5f13a0841a61f7fc295c514490d120d0/t/t- erpc: https://pypi.python.org/packages/fd/0d/64425e9d5258fa5ea9cef7de879e3ae8be6c0d50a7e215ba791d0a32d77e/erpc--1.4.0.tar.gz#md5=1387082dab3af4067fdfe01c98b09dee/t/t- pyserial: https://pypi.python.org/packages/df/c9/d9da7fafaf2a2b323d20eee050503ab08237c16b0119c7bbf1597d53f793/pyserial-2.7.tar.gz#md5=794506184df83ef2290de0d18803dd11- Insert SD card in the board, connect to USB debug console- Once you boot and login (user root), enter enum34, erpc and pyserial directoriesand run in each of them: python setup.py install- now you can use: python run.py -p <PORT> -b <BAUDRATE>, to run the example" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multiprocessor_examples" path="boards/frdmk22f/multiprocessor_examples/erpc_server_dac_adc">
<external path="boards/frdmk22f/multiprocessor_examples/erpc_server_dac_adc" type="xml">
<files mask="erpc_server_dac_adc_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_erpc_server_matrix_multiply_spi" name="erpc_server_matrix_multiply_spi" brief="This example demonstrates usage of eRPC between two boards using SPI transport layer. One board acts like a server and the second as client. When client starts, it generates two randommatrixes and sends them to server. Server then performs matrix multiplication and sendsresult data back to client. Client then prints the result matrix.eRPC documentation eRPC specific files are stored in: middleware/multicore/erpc eRPC documentation is stored in: middleware/multicore/erpc/doc eRPC is open-source project stored on github: https://github.com/EmbeddedRPC/erpc eRPC documentation can be also found in: http://embeddedrpc.github.io" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multiprocessor_examples" path="boards/frdmk22f/multiprocessor_examples/erpc_server_matrix_multiply_spi">
<external path="boards/frdmk22f/multiprocessor_examples/erpc_server_matrix_multiply_spi" type="xml">
<files mask="erpc_server_matrix_multiply_spi_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_erpc_server_matrix_multiply_uart" name="erpc_server_matrix_multiply_uart" brief="This example demonstrates usage of eRPC between PC and board using UART transport layer.Board acts like a server and the PC as client. When client starts, it generates two randommatrixes and sends them to server. Server then performs matrix multiplication and sendsresult data back to client. Result matrix is then printed on the PC side.eRPC documentation eRPC specific files are stored in: middleware/multicore/erpc eRPC documentation is stored in: middleware/multicore/erpc/doc eRPC is open-source project stored on github: https://github.com/EmbeddedRPC/erpc eRPC documentation can be also found in: http://embeddedrpc.github.io PC Side Setup (Python)1. Make sure you have Python installed on your PC2. Install eRPC module to Python by executing setup.py located in: middleware/multicore/erpc/erpc_python3. Install serial module by executing following command in command line: "python -m pip install pyserial"Usage of run_uart.pyusage: run_uart.py [-h] [-c] [-s] [-p PORT] [-b BD]eRPC Matrix Multiply exampleoptional arguments: -h, --help show this help message an -c, --client Run client -s, --server Run server -p PORT, --port PORT Serial port -b BD, --bd BD Baud rate (default value is 115200)Either server or client has to be selected to runExample:To run PC side as a client with a board connected as a server to COM3 execute:"run_uart.py --client --port COM3"" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multiprocessor_examples" path="boards/frdmk22f/multiprocessor_examples/erpc_server_matrix_multiply_uart">
<external path="boards/frdmk22f/multiprocessor_examples/erpc_server_matrix_multiply_uart" type="xml">
<files mask="erpc_server_matrix_multiply_uart_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_ewm" name="ewm" brief="The EWM Example project is to demonstrate usage of the KSDK EWM driver.In the example, EWM counter is continuously refreshed until button is pressed.Once the button is pressed, EWM counter will expire and interrupt will be generated.After the first pressing, another interrupt can be triggered by pressing button again." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/frdmk22f/driver_examples/ewm">
<external path="boards/frdmk22f/driver_examples/ewm" type="xml">
<files mask="ewm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_flashloader" name="flashloader" brief="The flashloader is a bootloader that executes from target RAM memory on the platform. The bootloader is a configurable flash programming utility that operates over a serial connection on MCU devices. It enables quick and easy programming of MCU devices through the entire product life cycle, including application development, final product manufacturing, and more.Host-side command line and GUI tools are available to communicate with the bootloader. Users can utilize host tools to upload and/or download application code via the bootloader." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="bootloader_examples" path="boards/frdmk22f/bootloader_examples/flashloader">
<external path="boards/frdmk22f/bootloader_examples/flashloader" type="xml">
<files mask="flashloader_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_flashloader_loader" name="flashloader_loader" brief="The flashloader_loader is a bootstrap loader that executes from flash memory on either the Freedom or Tower platform. This loader copies an image of the flashloader into RAM, then executes the flashloader from RAM. The flashloader_loader project uses the output of the flashloader build to create the flashloader image to load into RAM. Therefore, the flashloader project must be built before building the flashloader_loader project. Also, install Python27 for successful flashloader image generation." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="bootloader_examples" path="boards/frdmk22f/bootloader_examples/flashloader_loader">
<external path="boards/frdmk22f/bootloader_examples/flashloader_loader" type="xml">
<files mask="flashloader_loader_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_fmstr_example_any" name="fmstr_example_any" brief="FreeMASTER example fully configured by MCUXpresso ConfigTools. Serial communication is used by default, but it can be changed easily to CAN or other in the MCUXpresso Peripheral Tool. Also FreeMASTER driver features are configured graphically in this tool. The Pins and Clock Tool are used to configure pin multiplexers and clocks. Just like other FreeMASTER examples, the application demonstrates use of FreeMASTER tool to visualize internal variables and to control the application flow by modifying variables. The application also shows use of advanced FreeMASTER features like TSA tables and Pipes." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="FreeMASTER_examples" path="boards/frdmk22f/freemaster_examples/fmstr_any">
<external path="boards/frdmk22f/freemaster_examples/fmstr_any" type="xml">
<files mask="fmstr_example_any_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_fmstr_example_pdbdm" name="fmstr_example_pdbdm" brief="FreeMASTER example using a special packet-driven protocol on top of JTAG or BDM direct memory access. This example application demonstrates use of FreeMASTER tool to visualize internal variables and to control the application flow by modifying variables. The application also shows use of advanced FreeMASTER features like TSA tables and Pipes." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="FreeMASTER_examples" path="boards/frdmk22f/freemaster_examples/fmstr_pdbdm">
<external path="boards/frdmk22f/freemaster_examples/fmstr_pdbdm" type="xml">
<files mask="fmstr_example_pdbdm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_fmstr_example_uart" name="fmstr_example_uart" brief="FreeMASTER example using Serial-UART communication with the target microcontroller. This example application demonstrates use of FreeMASTER tool to visualize internal variables and to control the application flow by modifying variables. The application also shows use of advanced FreeMASTER features like TSA tables and Pipes." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="FreeMASTER_examples" path="boards/frdmk22f/freemaster_examples/fmstr_uart">
<external path="boards/frdmk22f/freemaster_examples/fmstr_uart" type="xml">
<files mask="fmstr_example_uart_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_fmstr_example_usb_cdc" name="fmstr_example_usb_cdc" brief="FreeMASTER example using virtual serial communication at USB port and CDC VCOM class. This example application demonstrates use of FreeMASTER tool to visualize internal variables and to control the application flow by modifying variables. The application also shows use of advanced FreeMASTER features like TSA tables and Pipes." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="FreeMASTER_examples" path="boards/frdmk22f/freemaster_examples/fmstr_usb_cdc">
<external path="boards/frdmk22f/freemaster_examples/fmstr_usb_cdc" type="xml">
<files mask="fmstr_example_usb_cdc_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_freedom_bootloader" name="freedom_bootloader" brief="The freedom_bootloader is a bootloader that executes from target flash memory on the Freedom platform. The bootloader is a configurable flash programming utility that operates over a serial connection on MCU devices. It enables quick and easy programming of MCU devices through the entire product life cycle, including application development, final product manufacturing, and more.Host-side command line and GUI tools are available to communicate with the bootloader. Users can utilize host tools to upload and/or download application code via the bootloader." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="bootloader_examples" path="boards/frdmk22f/bootloader_examples/freedom_bootloader">
<external path="boards/frdmk22f/bootloader_examples/freedom_bootloader" type="xml">
<files mask="freedom_bootloader_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_freertos_dspi" name="freertos_dspi" brief="The freertos_dspi example shows how to use DSPI driver in FreeRTOS:In this example , one dspi instance used as DSPI master with blocking and another dspi instance used as DSPI slave .1. DSPI master sends/receives data using task blocking calls to/from DSPI slave. (DSPI Slave uses interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk22f/rtos_examples/freertos_dspi">
<external path="boards/frdmk22f/rtos_examples/freertos_dspi" type="xml">
<files mask="freertos_dspi_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_freertos_event" name="freertos_event" brief="This document explains the freertos_event example. It shows how task waits for an event (defined setof bits in event group). This event can be set by any other process or interrupt in the system.The example application creates three tasks. Two write tasks write_task_1 and write_task_2continuously setting event bit 0 and bit 1.Read_task is waiting for any event bit and printing actual state on console. Event bits areautomatically cleared after read task is entered.Three possible states can occurre:Both bits are set.zBit B0 is set.Bit B1 is set." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk22f/rtos_examples/freertos_event">
<external path="boards/frdmk22f/rtos_examples/freertos_event" type="xml">
<files mask="freertos_event_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_freertos_generic" name="freertos_generic" brief="This document explains the freertos_generic example. It is based on code FreeRTOS documentation fromhttp://www.freertos.org/Hardware-independent-RTOS-example.html. It shows combination of severaltasks with queue, software timer, tick hook and semaphore.The example application creates three tasks. The prvQueueSendTask periodically sending data toxQueue queue. The prvQueueReceiveTask is waiting for incoming message and counting number ofreceived messages. Task prvEventSemaphoreTask is waiting for xEventSemaphore semaphore given fromvApplicationTickHook. Tick hook give semaphore every 500 ms.Other hook types used for RTOS and resource statistics are also demonstrated in example:* vApplicationIdleHook* vApplicationStackOverflowHook* vApplicationMallocFailedHook" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk22f/rtos_examples/freertos_generic">
<external path="boards/frdmk22f/rtos_examples/freertos_generic" type="xml">
<files mask="freertos_generic_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_freertos_hello" name="freertos_hello" brief="The Hello World project is a simple demonstration program that uses the SDK UART drivere incombination with FreeRTOS. The purpose of this demo is to show how to use the debug console and toprovide a simple project for debugging and further development.The example application creates one task called hello_task. This task print "Hello world." messagevia debug console utility and suspend itself." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk22f/rtos_examples/freertos_hello">
<external path="boards/frdmk22f/rtos_examples/freertos_hello" type="xml">
<files mask="freertos_hello_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_freertos_i2c" name="freertos_i2c" brief="The freertos_i2c example shows an application using RTOS tasks with I2C driver:The example supports 2 different connections:On board connection and board to board connection.With one board connection, 2 I2C instances of the same board are used. One i2c instance used as I2C master and another I2C instance used as I2C slave . Default settings in freertos_i2c.c (in folder boards/<board>/rtos_examples/freertos_i2c) is applied. Two tasks are created. One task is associated with an I2C master operation and another task deals with I2C slave operation. 1. I2C master task sends data to I2C slave task. 2. I2C master task reads data sent back from I2C slave task. The transmit data and the receive data of both I2C master task and I2C slave task are printed out on terminal.With board to board connection, one I2C instance on one board is used as I2C master and the I2C instance on other board is used as I2C slave. Tasks are created to run on each board to handle I2C communication. File freertos_i2c.c should have following definitions: #define EXAMPLE_CONNECT_I2C BOARD_TO_BOARD For board used as I2C master: #define I2C_MASTER_SLAVE isMASTER For board used as I2C slave: #define I2C_MASTER_SLAVE isSLAVE" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk22f/rtos_examples/freertos_i2c">
<external path="boards/frdmk22f/rtos_examples/freertos_i2c" type="xml">
<files mask="freertos_i2c_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_freertos_lpuart" name="freertos_lpuart" brief="The LPUART example for FreeRTOS demonstrates the possibility to use the LPUART driver in the RTOS.The example uses single instance of LPUART IP and writes string into, then reads back chars.After every 4B received, these are sent back on LPUART." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk22f/rtos_examples/freertos_lpuart">
<external path="boards/frdmk22f/rtos_examples/freertos_lpuart" type="xml">
<files mask="freertos_lpuart_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_freertos_mutex" name="freertos_mutex" brief="This document explains the freertos_mutex example. It shows how mutex manage access to commonresource (terminal output).The example application creates two identical instances of write_task. Each task will lock the mutexbefore printing and unlock it after printing to ensure that the outputs from tasks are not mixedtogether.The test_task accept output message during creation as function parameter. Output message have twoparts. If xMutex is unlocked, the write_task_1 acquire xMutex and print first part of message. Thenrescheduling is performed. In this moment scheduler check if some other task could run, but secondtask write_task+_2 is blocked because xMutex is already locked by first write task. The firstwrite_task_1 continue from last point by printing of second message part. Finaly the xMutex isunlocked and second instance of write_task_2 is executed." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk22f/rtos_examples/freertos_mutex">
<external path="boards/frdmk22f/rtos_examples/freertos_mutex" type="xml">
<files mask="freertos_mutex_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_freertos_queue" name="freertos_queue" brief="This document explains the freertos_queue example. This example introduce simple logging mechanismbased on message passing.Example could be devided in two parts. First part is logger. It contain three tasks:log_add().....Add new message into the log. Call xQueueSend function to pass new message into message queue.log_init()....Initialize logger (create logging task and message queue log_queue).log_task()....Task responsible for printing of log output.Second part is application of this simple logging mechanism. Each of two tasks write_task_1 andwrite_task_2 print 5 messages into log." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk22f/rtos_examples/freertos_queue">
<external path="boards/frdmk22f/rtos_examples/freertos_queue" type="xml">
<files mask="freertos_queue_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_freertos_segger_sysview" name="freertos_segger_sysview" brief="Segger Sysview demo shows the basic capabilities of Segger System Viewer tool.Required software: - J-Link Software and Documentation Pack - SystemView - Real-time analysis and visualization - J-Link OpenSDA - Board-Specific Firmwarescan be downloaded from https://www.segger.com/downloads/jlinkDemo requires JLink connected. The JLink can be external probe or on board SDA debugger.In case of SDA debugger you have to change firmware to J-Link OpenSDA by holding board RESET button while power up board. The board is then detected as USB mass storage device and it's required to copy the .bin firmware to the device. When it's done you have to reset the board once more." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples/visualization" path="boards/frdmk22f/rtos_examples/visualization/freertos_segger_sysview">
<external path="boards/frdmk22f/rtos_examples/visualization/freertos_segger_sysview" type="xml">
<files mask="freertos_segger_sysview_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_freertos_sem" name="freertos_sem" brief="This document explains the freertos_sem example, what to expect when running it and a briefintroduction to the API. The freertos_sem example code shows how semaphores works. Two differenttasks are synchronized in bilateral rendezvous model.The example uses four tasks. One producer_task and three consumer_tasks. The producer_task starts bycreating of two semaphores (xSemaphore_producer and xSemaphore_consumer). These semaphores controlaccess to virtual item. The synchronization is based on bilateral rendezvous pattern. Both ofconsumer and producer must be prepared to enable transaction." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk22f/rtos_examples/freertos_sem">
<external path="boards/frdmk22f/rtos_examples/freertos_sem" type="xml">
<files mask="freertos_sem_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_freertos_sem_static" name="freertos_sem_static" brief="This document explains the freertos_sem example, what to expect when running it and a briefintroduction to the API. The freertos_sem example code shows how semaphores works. Two differenttasks are synchronized in bilateral rendezvous model.The example uses four tasks. One producer_task and three consumer_tasks. The producer_task starts bycreating of two semaphores (xSemaphore_producer and xSemaphore_consumer). These semaphores controlaccess to virtual item. The synchronization is based on bilateral rendezvous pattern. Both ofconsumer and producer must be prepared to enable transaction." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk22f/rtos_examples/freertos_sem_static">
<external path="boards/frdmk22f/rtos_examples/freertos_sem_static" type="xml">
<files mask="freertos_sem_static_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_freertos_swtimer" name="freertos_swtimer" brief="This document explains the freertos_swtimer example. It shows usage of software timer and itscallback.The example application creates one software timer SwTimer. The timer's callback SwTimerCallback isperiodically executed and text "Tick." is printed to terminal." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk22f/rtos_examples/freertos_swtimer">
<external path="boards/frdmk22f/rtos_examples/freertos_swtimer" type="xml">
<files mask="freertos_swtimer_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_freertos_tickless" name="freertos_tickless" brief="This document explains the freertos_tickless example. It shows the CPU enter at sleep mode and then it is waked up by expired time delay that using GPT module." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk22f/rtos_examples/freertos_tickless">
<external path="boards/frdmk22f/rtos_examples/freertos_tickless" type="xml">
<files mask="freertos_tickless_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_freertos_uart" name="freertos_uart" brief="The UART example for FreeRTOS demonstrates the possibility to use the UART driver in the RTOS.The example uses single instance of UART IP and writes string into, then reads back chars.After every 4B received, these are sent back on UART." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk22f/rtos_examples/freertos_uart">
<external path="boards/frdmk22f/rtos_examples/freertos_uart" type="xml">
<files mask="freertos_uart_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_ftm_combine_pwm" name="ftm_combine_pwm" brief="The FTM project is a demonstration program of generating a combined PWM signal by the SDK FTM driver. It sets up the FTMhardware block to output PWM signals on two TPM channels. The example also shows the complementary mode of operationand deadtime insertion.On boards that have 2 LEDs connected to the FTM pins, the user will see a change in LED brightness.And if the board do not support LEDs to show, the outputs can be observed by oscilloscope." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/ftm" path="boards/frdmk22f/driver_examples/ftm/combine_pwm">
<external path="boards/frdmk22f/driver_examples/ftm/combine_pwm" type="xml">
<files mask="ftm_combine_pwm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_ftm_dual_edge_capture" name="ftm_dual_edge_capture" brief="The FTM project is a demonstration program of the SDK FTM driver's dual-edge capture feature.This feature is available only on certain SoC's.The example sets up a FTM channel-pair for dual-edge capture. Once the input signal is received,this example will print the capture values and period of the input signal on the terminal window." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/ftm" path="boards/frdmk22f/driver_examples/ftm/dual_edge_capture">
<external path="boards/frdmk22f/driver_examples/ftm/dual_edge_capture" type="xml">
<files mask="ftm_dual_edge_capture_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_ftm_input_capture" name="ftm_input_capture" brief="The FTM project is a demonstration program of the SDK FTM driver's input capture feature.The example sets up a FTM channel for dual-edge capture. Once the input signal is received,this example will print the capture value." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/ftm" path="boards/frdmk22f/driver_examples/ftm/input_capture">
<external path="boards/frdmk22f/driver_examples/ftm/input_capture" type="xml">
<files mask="ftm_input_capture_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_ftm_output_compare" name="ftm_output_compare" brief="The FTM project is a demonstration program of the SDK FTM driver's output compare feature.It sets up one FTM channel to toggle the output when a match occurs with the channel value. The usershould probe the FTM output with a oscilloscope to see the signal toggling." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/ftm" path="boards/frdmk22f/driver_examples/ftm/output_compare">
<external path="boards/frdmk22f/driver_examples/ftm/output_compare" type="xml">
<files mask="ftm_output_compare_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_ftm_pdb_adc16" name="ftm_pdb_adc16" brief="The FTM / PDB demo application demonstrates how to use the FTM external trigger to start the ADC conversion using thePDB. FTM0 is configured as a complementary combined mode, and each channel output frequency is 16 KHz. The complementarychannel dead time is 1 µs. The PDB pre-trigger works in back-to-back mode. The ADC0 and ADC1 work in single-end mode.The ADC0 uses channel 1 and channel 5, and ADC1 uses channel 1 and channel 7." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk22f/demo_apps/ftm_pdb_adc16">
<external path="boards/frdmk22f/demo_apps/ftm_pdb_adc16" type="xml">
<files mask="ftm_pdb_adc16_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_ftm_pdb_adc16_peripheral" name="ftm_pdb_adc16_peripheral" brief="The FTM / PDB demo application demonstrates how to use the FTM external trigger to start the ADC conversion using thePDB. FTM0 is configured as a complementary combined mode, and each channel output frequency is 16 KHz. The complementarychannel dead time is 1 µs. The PDB pre-trigger works in back-to-back mode. The ADC0 and ADC1 work in single-end mode.The ADC0 uses channel 1 and channel 5, and ADC1 uses channel 1 and channel 7.You can open the mex file with MCUXpresso Config Tool to do further configuration of pin, clock and peripheral." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk22f/demo_apps/ftm_pdb_adc16_peripheral">
<external path="boards/frdmk22f/demo_apps/ftm_pdb_adc16_peripheral" type="xml">
<files mask="ftm_pdb_adc16_peripheral_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_ftm_pwm_twochannel" name="ftm_pwm_twochannel" brief="The FTM pwm two channel Example project is a demonstration program that uses the KSDK software to generate a square pulse PWM on 2 channel to control the LED brightness.- FTM generates a PWM with the increasing and decreasing duty cycle.- LED brightness is increasing and then dimming. This is a continuous process." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/ftm" path="boards/frdmk22f/driver_examples/ftm/pwm_twochannel">
<external path="boards/frdmk22f/driver_examples/ftm/pwm_twochannel" type="xml">
<files mask="ftm_pwm_twochannel_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_ftm_quad_decoder" name="ftm_quad_decoder" brief="This demo describes the usage of Quad Decoder feature in FTM module, which can be used to count the position of decoder.An external decoder is used to generate the PHA and PHB's signal. These two signals are feed to the FTM pins with Quad Decoder feature (FTMx_QD_PHA and FTMx_QD_PHB). Then, the counter value and direction would be displayed in terminal window predically." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk22f/demo_apps/ftm_quad_decoder">
<external path="boards/frdmk22f/demo_apps/ftm_quad_decoder" type="xml">
<files mask="ftm_quad_decoder_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_ftm_quad_decoder_peripheral" name="ftm_quad_decoder_peripheral" brief="This demo describes the usage of Quad Decoder feature in FTM module, which can be used to count the position of decoder.An external decoder is used to generate the PHA and PHB's signal. These two signals are feed to the FTM pins with Quad Decoder feature (FTMx_QD_PHA and FTMx_QD_PHB). Then, the counter value and direction would be displayed in terminal window predically. You can open the mex file with MCUXpresso Config Tool to do further configuration of pin, clock and peripheral." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk22f/demo_apps/ftm_quad_decoder_peripheral">
<external path="boards/frdmk22f/demo_apps/ftm_quad_decoder_peripheral" type="xml">
<files mask="ftm_quad_decoder_peripheral_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_ftm_simple_pwm" name="ftm_simple_pwm" brief="The FTM project is a simple demonstration program of the SDK FTM driver. It sets up the FTMhardware block to output a center-aligned PWM signal. The PWM dutycycle is periodically updated.On boards that have an LED connected to the FTM pins, the user will see a change in LED brightness." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/ftm" path="boards/frdmk22f/driver_examples/ftm/simple_pwm">
<external path="boards/frdmk22f/driver_examples/ftm/simple_pwm" type="xml">
<files mask="ftm_simple_pwm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_ftm_timer" name="ftm_timer" brief="The FTM project is a simple demonstration program of the SDK FTM driver to use FTM as a timer.It sets up the FTM hardware block to trigger an interrupt every 1 millisecond.When the FTM interrupt is triggered a message a printed on the UART terminal." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/ftm" path="boards/frdmk22f/driver_examples/ftm/timer">
<external path="boards/frdmk22f/driver_examples/ftm/timer" type="xml">
<files mask="ftm_timer_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_gpio_input_interrupt" name="gpio_input_interrupt" brief="The GPIO Example project is a demonstration program that uses the KSDK software to manipulate the general-purposeoutputs.The example is supported by the set, clear, and toggle write-only registers for each port output data register. The example uses the software button to control/toggle the LED." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/gpio" path="boards/frdmk22f/driver_examples/gpio/input_interrupt">
<external path="boards/frdmk22f/driver_examples/gpio/input_interrupt" type="xml">
<files mask="gpio_input_interrupt_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_gpio_led_output" name="gpio_led_output" brief="The GPIO Example project is a demonstration program that uses the KSDK software to manipulate the general-purposeoutputs.The example is supported by the set, clear, and toggle write-only registers for each port output data register. The example take turns to shine the LED." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/gpio" path="boards/frdmk22f/driver_examples/gpio/led_output">
<external path="boards/frdmk22f/driver_examples/gpio/led_output" type="xml">
<files mask="gpio_led_output_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_hello_world" name="hello_world" brief="The HelloWorld demo prints the "Hello World" string to the terminal using the SDK UART drivers and repeat what user input. The purpose of this demo is to show how to use the UART, and to provide a simple project for debugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk22f/demo_apps/hello_world">
<external path="boards/frdmk22f/demo_apps/hello_world" type="xml">
<files mask="hello_world_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_hello_world_virtual_com" name="hello_world_virtual_com" brief="Hello World Virtual Com demonstrates the use of virtual com to print the "Hello World" string to the terminal. Different with Hello World demo (a HW UART peripheral is used to transmit data), the demo transmits data based on a serial port simulated by the USB device stack on target board side via USB peripheral. The purpose of this demo is to demonstrate how to use virtual com and provide a simple project for debugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk22f/demo_apps/hello_world_virtual_com">
<external path="boards/frdmk22f/demo_apps/hello_world_virtual_com" type="xml">
<files mask="hello_world_virtual_com_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_audio_speaker_bm" name="host_audio_speaker_bm" brief="The Host Audio example supports the audio speaker device. @n The application prints the audio speaker information when the USB speaker device is attached." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_audio_speaker/bm">
<external path="boards/frdmk22f/usb_examples/usb_host_audio_speaker/bm" type="xml">
<files mask="host_audio_speaker_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_audio_speaker_freertos" name="host_audio_speaker_freertos" brief="The Host Audio example supports the audio speaker device. @n The application prints the audio speaker information when the USB speaker device is attached." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_audio_speaker/freertos">
<external path="boards/frdmk22f/usb_examples/usb_host_audio_speaker/freertos" type="xml">
<files mask="host_audio_speaker_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_cdc_bm" name="host_cdc_bm" brief="The host CDC project is a simple demonstration program based on the MCUXpresso SDK. It enumerates a COM port and echoes back the data from the UART." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_cdc/bm">
<external path="boards/frdmk22f/usb_examples/usb_host_cdc/bm" type="xml">
<files mask="host_cdc_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_cdc_freertos" name="host_cdc_freertos" brief="The host CDC project is a simple demonstration program based on the MCUXpresso SDK. It enumerates a COM port and echoes back the data from the UART ." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_cdc/freertos">
<external path="boards/frdmk22f/usb_examples/usb_host_cdc/freertos" type="xml">
<files mask="host_cdc_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_hid_generic_bm" name="host_hid_generic_bm" brief="This application implements a simple HID interrupt in-and-out endpoint bi-directional communication.The application sends one test string to the device. The device receives and sends back the string. The application receives the string and prints it." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_hid_generic/bm">
<external path="boards/frdmk22f/usb_examples/usb_host_hid_generic/bm" type="xml">
<files mask="host_hid_generic_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_hid_generic_freertos" name="host_hid_generic_freertos" brief="This application implements a simple HID interrupt in-and-out endpoint bi-directional communication.The application sends one test string to the device. The device receives and sends back the string. The application receives the string and prints it." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_hid_generic/freertos">
<external path="boards/frdmk22f/usb_examples/usb_host_hid_generic/freertos" type="xml">
<files mask="host_hid_generic_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_hid_mouse_bm" name="host_hid_mouse_bm" brief="The application supports the mouse device. It prints the mouse operation when the mouse device is attached." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_hid_mouse/bm">
<external path="boards/frdmk22f/usb_examples/usb_host_hid_mouse/bm" type="xml">
<files mask="host_hid_mouse_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_hid_mouse_freertos" name="host_hid_mouse_freertos" brief="The application supports the mouse device. It prints the mouse operation when the mouse device is attached." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_hid_mouse/freertos">
<external path="boards/frdmk22f/usb_examples/usb_host_hid_mouse/freertos" type="xml">
<files mask="host_hid_mouse_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_hid_mouse_keyboard_bm" name="host_hid_mouse_keyboard_bm" brief="This example supports the mouse device and the keyboard device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_hid_mouse_keyboard/bm">
<external path="boards/frdmk22f/usb_examples/usb_host_hid_mouse_keyboard/bm" type="xml">
<files mask="host_hid_mouse_keyboard_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_hid_mouse_keyboard_freertos" name="host_hid_mouse_keyboard_freertos" brief="This example supports the mouse device and the keyboard device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_hid_mouse_keyboard/freertos">
<external path="boards/frdmk22f/usb_examples/usb_host_hid_mouse_keyboard/freertos" type="xml">
<files mask="host_hid_mouse_keyboard_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_msd_command_bm" name="host_msd_command_bm" brief="This Host MSD example supports the UFI and SCSI U-disk device. The application prints the attached device information when the U-disk device is attached.The application executes UFI commands to test the attached device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_msd_command/bm">
<external path="boards/frdmk22f/usb_examples/usb_host_msd_command/bm" type="xml">
<files mask="host_msd_command_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_msd_command_freertos" name="host_msd_command_freertos" brief="This Host MSD example supports the UFI and SCSI U-disk device. The application prints the attached device information when the U-disk device is attached.The application executes UFI commands to test the attached device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_msd_command/freertos">
<external path="boards/frdmk22f/usb_examples/usb_host_msd_command/freertos" type="xml">
<files mask="host_msd_command_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_msd_fatfs_bm" name="host_msd_fatfs_bm" brief="This Host FatFs example supports UFI and SCSI U-disk device. The application prints the attached device information when U-disk device is attached.The application executes some FatFs APIs to test the attached device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_msd_fatfs/bm">
<external path="boards/frdmk22f/usb_examples/usb_host_msd_fatfs/bm" type="xml">
<files mask="host_msd_fatfs_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_msd_fatfs_freertos" name="host_msd_fatfs_freertos" brief="This Host FatFs example supports UFI and SCSI U-disk device. The application prints the attached device information when U-disk device is attached.The application executes some FatFs APIs to test the attached device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_msd_fatfs/freertos">
<external path="boards/frdmk22f/usb_examples/usb_host_msd_fatfs/freertos" type="xml">
<files mask="host_msd_fatfs_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_phdc_manager_bm" name="host_phdc_manager_bm" brief="The Host PHDC Manager Example is a simple demonstration program based on the MCUXpresso SDK.The application supports the USB weight scale device. It prints out the body mass and body mass index information when the USB weight scale device is attached." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_phdc_manager/bm">
<external path="boards/frdmk22f/usb_examples/usb_host_phdc_manager/bm" type="xml">
<files mask="host_phdc_manager_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_phdc_manager_freertos" name="host_phdc_manager_freertos" brief="The Host PHDC Manager Example is a simple demonstration program based on the MCUXpresso SDK.The application supports the USB weight scale device. It prints out the body mass and body mass index information when the USB weight scale device is attached." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_phdc_manager/freertos">
<external path="boards/frdmk22f/usb_examples/usb_host_phdc_manager/freertos" type="xml">
<files mask="host_phdc_manager_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_printer_plain_text_bm" name="host_printer_plain_text_bm" brief="The host printer example demonstrates how to get the status of the printer deviceand how to print a certain test string." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_printer_plain_text/bm">
<external path="boards/frdmk22f/usb_examples/usb_host_printer_plain_text/bm" type="xml">
<files mask="host_printer_plain_text_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_printer_plain_text_freertos" name="host_printer_plain_text_freertos" brief="The host printer example demonstrates how to get the status of the printer deviceand how to print a certain test string.." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_host_printer_plain_text/freertos">
<external path="boards/frdmk22f/usb_examples/usb_host_printer_plain_text/freertos" type="xml">
<files mask="host_printer_plain_text_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_suspend_resume_hid_mouse_bm" name="host_suspend_resume_hid_mouse_bm" brief="This is one example support suspend/resume." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_suspend_resume_host_hid_mouse/bm">
<external path="boards/frdmk22f/usb_examples/usb_suspend_resume_host_hid_mouse/bm" type="xml">
<files mask="host_suspend_resume_hid_mouse_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_host_suspend_resume_hid_mouse_freertos" name="host_suspend_resume_hid_mouse_freertos" brief="This is one example support suspend/resume." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk22f/usb_examples/usb_suspend_resume_host_hid_mouse/freertos">
<external path="boards/frdmk22f/usb_examples/usb_suspend_resume_host_hid_mouse/freertos" type="xml">
<files mask="host_suspend_resume_hid_mouse_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_i2c_edma_b2b_transfer_master" name="i2c_edma_b2b_transfer_master" brief="The i2c_edma_b2b_transfer_master example shows how to use i2c driver as master to do board to board transfer with EDMA:In this example, one i2c instance as master and another i2c instance on the other board as slave. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/frdmk22f/driver_examples/i2c/edma_b2b_transfer/master">
<external path="boards/frdmk22f/driver_examples/i2c/edma_b2b_transfer/master" type="xml">
<files mask="i2c_edma_b2b_transfer_master_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_i2c_edma_b2b_transfer_slave" name="i2c_edma_b2b_transfer_slave" brief="The i2c_edma_b2b_transfer_slave example shows how to use i2c driver as slave to do board to board transfer with a EDMA master:In this example, one i2c instance as slave and another i2c instance on the other board as master. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/frdmk22f/driver_examples/i2c/edma_b2b_transfer/slave">
<external path="boards/frdmk22f/driver_examples/i2c/edma_b2b_transfer/slave" type="xml">
<files mask="i2c_edma_b2b_transfer_slave_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_i2c_interrupt" name="i2c_interrupt" brief="The i2c_functional_interrupt example shows how to use I2C functional driver to build a interrupt based application:In this example , one i2c instance used as I2C master and another i2c instance used as I2C slave .1. I2C master send data to I2C slave in interrupt . (I2C Slave using interrupt to receive the data)2. I2C master read data from I2C slave in interrupt . (I2C Slave using interrupt to send the data)3. The example assumes that the connection is OK between master and slave, so there's NO error handling code." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/frdmk22f/driver_examples/i2c/interrupt">
<external path="boards/frdmk22f/driver_examples/i2c/interrupt" type="xml">
<files mask="i2c_interrupt_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_i2c_interrupt_b2b_transfer_master" name="i2c_interrupt_b2b_transfer_master" brief="The i2c_interrupt_b2b_transfer_master example shows how to use i2c driver as master to do board to board transfer with interrupt:In this example, one i2c instance as master and another i2c instance on the other board as slave. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/frdmk22f/driver_examples/i2c/interrupt_b2b_transfer/master">
<external path="boards/frdmk22f/driver_examples/i2c/interrupt_b2b_transfer/master" type="xml">
<files mask="i2c_interrupt_b2b_transfer_master_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_i2c_interrupt_b2b_transfer_slave" name="i2c_interrupt_b2b_transfer_slave" brief="The i2c_interrupt_b2b_transfer_slave example shows how to use i2c driver as slave to do board to board transfer with interrupt:In this example, one i2c instance as slave and another i2c instance on the other board as master. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/frdmk22f/driver_examples/i2c/interrupt_b2b_transfer/slave">
<external path="boards/frdmk22f/driver_examples/i2c/interrupt_b2b_transfer/slave" type="xml">
<files mask="i2c_interrupt_b2b_transfer_slave_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_i2c_polling_b2b_transfer_master" name="i2c_polling_b2b_transfer_master" brief="The i2c_polling_b2b_transfer_master example shows how to use i2c driver as master to do board to board transfer using polling method:In this example, one i2c instance as master and another i2c instance on the other board as slave. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/frdmk22f/driver_examples/i2c/polling_b2b_transfer/master">
<external path="boards/frdmk22f/driver_examples/i2c/polling_b2b_transfer/master" type="xml">
<files mask="i2c_polling_b2b_transfer_master_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_i2c_polling_b2b_transfer_slave" name="i2c_polling_b2b_transfer_slave" brief="The i2c_polling_b2b_transfer_slave example shows how to use i2c driver as slave to do board to board transfer with a polling master:In this example, one i2c instance as slave and another i2c instance on the other board as master. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/frdmk22f/driver_examples/i2c/polling_b2b_transfer/slave">
<external path="boards/frdmk22f/driver_examples/i2c/polling_b2b_transfer/slave" type="xml">
<files mask="i2c_polling_b2b_transfer_slave_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_i2c_read_accel_value_transfer" name="i2c_read_accel_value_transfer" brief="The i2c_read_accel_value example shows how to use I2C driver to communicate with an i2c device: 1. How to use the i2c driver to read a i2c device who_am_I register. 2. How to use the i2c driver to write/read the device registers.In this example, the values of three-axis accelerometer print to the serial terminal on PC throughthe virtual serial port on board." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/frdmk22f/driver_examples/i2c/read_accel_value_transfer">
<external path="boards/frdmk22f/driver_examples/i2c/read_accel_value_transfer" type="xml">
<files mask="i2c_read_accel_value_transfer_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_led_blinky" name="led_blinky" brief="The LED Blinky demo application provides a sanity check for the new SDK build environments and board bring up. The LED Blinky demo uses the systick interrupt to realize the function of timing delay. The example takes turns to shine the LED. The purpose of this demo is to provide a simple project for debugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk22f/demo_apps/led_blinky">
<external path="boards/frdmk22f/demo_apps/led_blinky" type="xml">
<files mask="led_blinky_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_led_control_bm" name="led_control_bm" brief="The LED demo is used to demonstrate how to use new components. The main function of the demo is to control the led by using the shell or button. For shell, please enter \"help\" to get the help information firstly. Turn on LED by using command \"led on\". And turn off LED by using command \"led off\". For button, please press the corresponding button to control LED. Turn on LED when the button is pressed with long press or double click event. And turn off LED when the button is pressed with short press or one click event." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="component_examples" path="boards/frdmk22f/component_examples/led_control/bm">
<external path="boards/frdmk22f/component_examples/led_control/bm" type="xml">
<files mask="led_control_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_led_control_freertos" name="led_control_freertos" brief="The LED demo is used to demonstrate how to use new components. The main function of the demo is to control the led by using the shell or button. For shell, please enter \"help\" to get the help information firstly. Turn on LED by using command \"led on\". And turn off LED by using command \"led off\". For button, please press the corresponding button to control LED. Turn on LED when the button is pressed with long press or double click event. And turn off LED when the button is pressed with short press or one click event." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="component_examples" path="boards/frdmk22f/component_examples/led_control/freertos">
<external path="boards/frdmk22f/component_examples/led_control/freertos" type="xml">
<files mask="led_control_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_led_demo_freedom_0000" name="led_demo_freedom_0000" brief="The led_demo_freedom_0000 is a led blinky application load at the beginning of the target flash memory on the Freedom platform. The led demo project is an example demo firmware applications used to demonstrate how the MCU bootloader can load and launch user applications." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="bootloader_examples/demo_apps" path="boards/frdmk22f/bootloader_examples/demo_apps/led_demo_freedom_0000">
<external path="boards/frdmk22f/bootloader_examples/demo_apps/led_demo_freedom_0000" type="xml">
<files mask="led_demo_freedom_0000_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_led_demo_freedom_a000" name="led_demo_freedom_a000" brief="The led_demo_freedom_a000 is a led blinky application load at offset 0xa000 of the target flash memory on the Freedom platform. The led demo project is an example demo firmware applications used to demonstrate how the MCU bootloader can load and launch user applications." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="bootloader_examples/demo_apps" path="boards/frdmk22f/bootloader_examples/demo_apps/led_demo_freedom_a000">
<external path="boards/frdmk22f/bootloader_examples/demo_apps/led_demo_freedom_a000" type="xml">
<files mask="led_demo_freedom_a000_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_littlevgl_demo_widgets" name="littlevgl_demo_widgets" brief="A demo application to show littlevgl widgets." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="littlevgl_examples" path="boards/frdmk22f/littlevgl_examples/littlevgl_demo_widgets">
<external path="boards/frdmk22f/littlevgl_examples/littlevgl_demo_widgets" type="xml">
<files mask="littlevgl_demo_widgets_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_littlevgl_demo_widgets_bm" name="littlevgl_demo_widgets_bm" brief="A demo application to show littlevgl widgets." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="littlevgl_examples" path="boards/frdmk22f/littlevgl_examples/littlevgl_demo_widgets_bm">
<external path="boards/frdmk22f/littlevgl_examples/littlevgl_demo_widgets_bm" type="xml">
<files mask="littlevgl_demo_widgets_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_littlevgl_guider" name="littlevgl_guider" brief="LittleVGL project used with GUI Guider." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="littlevgl_examples" path="boards/frdmk22f/littlevgl_examples/littlevgl_guider">
<external path="boards/frdmk22f/littlevgl_examples/littlevgl_guider" type="xml">
<files mask="littlevgl_guider_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_log_bm" name="log_bm" brief="The log demo is used to demonstrate how to use log component. The main function of the demo is to prompt the LOG level string according to the user input log level command." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="component_examples" path="boards/frdmk22f/component_examples/log/bm">
<external path="boards/frdmk22f/component_examples/log/bm" type="xml">
<files mask="log_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_log_freertos" name="log_freertos" brief="The log demo is used to demonstrate how to use log component. The main function of the demo is to prompt the LOG level string according to the user input log level command." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="component_examples" path="boards/frdmk22f/component_examples/log/freertos">
<external path="boards/frdmk22f/component_examples/log/freertos" type="xml">
<files mask="log_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_lptmr" name="lptmr" brief="The LPTMR project is a simple demonstration program of the SDK LPTMR driver. It sets up the LPTMRhardware block to trigger a periodic interrupt after every 1 second. When the LPTMR interrupt is triggereda message a printed on the UART terminal and an LED is toggled on the board." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/frdmk22f/driver_examples/lptmr">
<external path="boards/frdmk22f/driver_examples/lptmr" type="xml">
<files mask="lptmr_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_lpuart_edma_rb_transfer" name="lpuart_edma_rb_transfer" brief="The lpuart_edma Ring Buffer Example project is to demonstrate usage of the KSDK lpuart driver." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/frdmk22f/driver_examples/lpuart/edma_rb_transfer">
<external path="boards/frdmk22f/driver_examples/lpuart/edma_rb_transfer" type="xml">
<files mask="lpuart_edma_rb_transfer_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_lpuart_edma_transfer" name="lpuart_edma_transfer" brief="The lpuart_edma Example project is to demonstrate usage of the KSDK lpuart driver.In the example, you can send characters to the console back and they will be printed out onto console in a group of 8 characters." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/frdmk22f/driver_examples/lpuart/edma_transfer">
<external path="boards/frdmk22f/driver_examples/lpuart/edma_transfer" type="xml">
<files mask="lpuart_edma_transfer_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_lpuart_interrupt" name="lpuart_interrupt" brief="The lpuart_functioncal_interrupt example shows how to use lpuart driver functionalAPI to receive data with interrupt method:In this example, one lpuart instance connect to PC, the board willsend back all characters that PC send to the board." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/frdmk22f/driver_examples/lpuart/interrupt">
<external path="boards/frdmk22f/driver_examples/lpuart/interrupt" type="xml">
<files mask="lpuart_interrupt_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_lpuart_interrupt_rb_transfer" name="lpuart_interrupt_rb_transfer" brief="The lpuart_interrupt_ring_buffer Example project is to demonstrate usage of the KSDK lpuart driver.In the example, you can send characters to the console back and they will be printed out onto console in a group of 8 characters." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/frdmk22f/driver_examples/lpuart/interrupt_rb_transfer">
<external path="boards/frdmk22f/driver_examples/lpuart/interrupt_rb_transfer" type="xml">
<files mask="lpuart_interrupt_rb_transfer_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_lpuart_interrupt_transfer" name="lpuart_interrupt_transfer" brief="The lpuart_interrupt Example project is to demonstrate usage of the KSDK lpuart driver.In the example, you can send characters to the console back and they will be printed out onto console in a group of 8 characters." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/frdmk22f/driver_examples/lpuart/interrupt_transfer">
<external path="boards/frdmk22f/driver_examples/lpuart/interrupt_transfer" type="xml">
<files mask="lpuart_interrupt_transfer_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_lpuart_polling" name="lpuart_polling" brief="The lpuart_polling Example project is to demonstrate usage of the KSDK lpuart driver.In the example, you can send characters to the console back and they will be printed out onto console instantly." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/frdmk22f/driver_examples/lpuart/polling">
<external path="boards/frdmk22f/driver_examples/lpuart/polling" type="xml">
<files mask="lpuart_polling_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_mcg_fee_blpe" name="mcg_fee_blpe" brief="The fee_bple example shows how to use MCG driver to change from FEE mode to BLPE mode: 1. How to use the mode functions for MCG mode switch. 2. How to use the frequency functions to get current MCG frequency. 3. Work flow Boot to Fee mode from default reset mode Change from FEE -> FBE -> BLPE Change back BLPE -> FBE -> FEE Get System clock in FEE mode to blink LEDIn this example, because the debug console's clock frequency may change,so the example running information is not output from debug console. Here theLED blinks to show that the example finished successfully." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/mcg" path="boards/frdmk22f/driver_examples/mcg/fee_blpe">
<external path="boards/frdmk22f/driver_examples/mcg/fee_blpe" type="xml">
<files mask="mcg_fee_blpe_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_mcg_fee_blpi" name="mcg_fee_blpi" brief="The fee_bpli example shows how to use MCG driver to change from FEE mode to BLPI mode: 1. How to use the mode functions for MCG mode switch. 2. How to use the frequency functions to get current MCG frequency. 3. Work flow Boot to FEE mode from default reset mode Change from FEE -> FBI -> BLPI Change back BLPI -> FBI -> FEE Get System clock in FEE mode to blink LEDIn this example, because the debug console's clock frequency may change,so the example running information is not output from debug console. Here theLED blinks to show that the example finished successfully." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/mcg" path="boards/frdmk22f/driver_examples/mcg/fee_blpi">
<external path="boards/frdmk22f/driver_examples/mcg/fee_blpi" type="xml">
<files mask="mcg_fee_blpi_v3_8.xml"/>
</external>
</example>
<example id="frdmk22f_mcg_fei_blpi" name="mcg_fei_blpi" brief="The fei_bpli example shows how to use MCG driver to change from FEI mode to BLPI mode: 1. How to use the mode functions for MCG mode switch. 2. How to use the frequency functions to get current MCG frequency. 3. Work flow Boot to FEI mode from default reset mode Change mode FEI -> FBI -> BLPI Change back BLPE -> FBI -> FEI Get System clock in FEI mode to blink LEDIn this example, because the debug console's clock frequency may change,so the example running information is not output from debug console. Here theLED blinks to show that the example finished successfully." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/mcg" path="boards/frdmk22f/driver_examples/mcg/fei_blpi">
<external path="boards/frdmk22f/driver_examples/mcg/fei_blpi" type="xml">
<files mask="mcg_fei_blpi_v3_8.xml"/>