-
Notifications
You must be signed in to change notification settings - Fork 24
/
MCIMX7U3xxxxx_manifest_v3_6.xml
9972 lines (9972 loc) · 643 KB
/
MCIMX7U3xxxxx_manifest_v3_6.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_MCIMX7U3xxxxx" name="MCIMX7U3xxxxx" brief="This is SDK version 2.8.0 manifest file. It describes the content of the MCIMX7U3xxxxx and additional settings for tools that support SDK version 2.8.0" format_version="3.6" api_version="2.0.0" configuration="d52306dd0c1b074235d05b91dae62245" xsi:schemaLocation="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd http://nxp.com/mcuxpresso/sdk/sdk_manifest_v3.6.xsd">
<!--Timestamp (UTC): 2020-11-21 12:50:27.217563-->
<!--This manifest is generated based on sdk repo commit: 5df5022c7426188357d0e69b4ff94b58f0d1b557-->
<defines>
<define name="CPU_$|package|" value=""/>
<define name="CPU_$|package|_$|core|" value=""/>
</defines>
<externalDefinitions>
<definition extID="com.crt.advproject.config.exe.debug"/>
<definition extID="com.crt.advproject.config.exe.release"/>
<definition extID="QSPI_FLASH_MCIMX7U5xxxxx"/>
<definition extID="QSPI_FLASH_MCIMX7U3xxxxx"/>
</externalDefinitions>
<ksdk id="MCUXpresso280" name="MCUXpresso280" version="2.8.0" revision="366 2020-07-21"/>
<compilers>
<compiler id="compiler_gcc" name="gcc" type="gcc"/>
<compiler id="compiler_iar" name="iar" type="iar"/>
</compilers>
<toolchainSettings/>
<toolchains>
<toolchain id="armgcc" name="GCC_ARM_Embedded" version="9.2.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="iar" name="IAR_Embedded_Workbench_for_ARM" version="8.50.1" full_name="IAR Embedded Workbench for ARM" compiler="compiler_iar" type="iar" vendor="IAR Systems" vendor_url="http://www.iar.com"/>
</toolchains>
<boards>
<board id="evkmcimx7ulp" name="EVK-MCIMX7ULP" href="https://www.nxp.com/pip/MCIMX7ULP-EVK" version="1.0.0" package="MCIMX7U5DVP07">
<description>Evaluation Kit for the i.MX 7ULP Applications Processor</description>
<image path="MIR/marketing_data/1.0/boards/images" type="image">
<files mask="86-EVK-MCIMX7ULP.gif"/>
</image>
<examples>
<example id="evkmcimx7ulp_acmp_interrupt_print" name="acmp_interrupt_print" brief="The ACMP Interrupt project is a simple demonstration program that uses the SDK software. Itcompares the selected analog input with ACMP internal DAC output continuously and toggle the LEDwhen the final comparison result changed. The purpose of this demo is to show how to use theACMP driver in SDK software by interrupt way. The ACMP can be configured based on defaultconfiguration returned by the API ACMP_GetDefaultConfig(). The default configuration is: highspeed is not enabled, invert output is not enabled, unfiltered output is not enabled, pin outis not enabled, offset level is level 0, hysteresis level is level 0." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/acmp" path="boards/evkmcimx7ulp/driver_examples/acmp/interrupt">
<external path="boards/evkmcimx7ulp/driver_examples/acmp/interrupt" type="xml">
<files mask="acmp_interrupt_print.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_acmp_polling_print" name="acmp_polling_print" brief="The ACMP Polling project is a simple demonstration program that uses the SDK software. It comparesthe selected analog input with ACMP internal DAC output continuously and toggle the LED when thefinal comparison result changed. The purpose of this demo is to show how to use the ACMP driverin SDK software by polling way. The ACMP can be configured based on default configuration returnedby the API ACMP_GetDefaultConfig(). The default configuration is: high speed is not enabled, invertoutput is not enabled, unfiltered output is not enabled, pin out is not enabled, offset level islevel 0, hysteresis level is level 0." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/acmp" path="boards/evkmcimx7ulp/driver_examples/acmp/polling">
<external path="boards/evkmcimx7ulp/driver_examples/acmp/polling" type="xml">
<files mask="acmp_polling_print.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_bubble" name="bubble" 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." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="demo_apps" path="boards/evkmcimx7ulp/demo_apps/bubble">
<external path="boards/evkmcimx7ulp/demo_apps/bubble" type="xml">
<files mask="bubble.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_cmsis_lpi2c_edma_b2b_transfer_master" name="cmsis_lpi2c_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" compiler="compiler_gcc compiler_iar" category="cmsis_driver_examples/lpi2c" path="boards/evkmcimx7ulp/cmsis_driver_examples/lpi2c/edma_b2b_transfer/master">
<external path="boards/evkmcimx7ulp/cmsis_driver_examples/lpi2c/edma_b2b_transfer/master" type="xml">
<files mask="cmsis_lpi2c_edma_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_cmsis_lpi2c_edma_b2b_transfer_slave" name="cmsis_lpi2c_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_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" compiler="compiler_gcc compiler_iar" category="cmsis_driver_examples/lpi2c" path="boards/evkmcimx7ulp/cmsis_driver_examples/lpi2c/edma_b2b_transfer/slave">
<external path="boards/evkmcimx7ulp/cmsis_driver_examples/lpi2c/edma_b2b_transfer/slave" type="xml">
<files mask="cmsis_lpi2c_edma_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_cmsis_lpi2c_int_b2b_transfer_master" name="cmsis_lpi2c_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 lpi2c_int_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 lpi2c instance as master and another lpi2c 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" compiler="compiler_gcc compiler_iar" category="cmsis_driver_examples/lpi2c" path="boards/evkmcimx7ulp/cmsis_driver_examples/lpi2c/int_b2b_transfer/master">
<external path="boards/evkmcimx7ulp/cmsis_driver_examples/lpi2c/int_b2b_transfer/master" type="xml">
<files mask="cmsis_lpi2c_int_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_cmsis_lpi2c_int_b2b_transfer_slave" name="cmsis_lpi2c_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 lpi2c_int_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 lpi2c instance as master and another lpi2c 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" compiler="compiler_gcc compiler_iar" category="cmsis_driver_examples/lpi2c" path="boards/evkmcimx7ulp/cmsis_driver_examples/lpi2c/int_b2b_transfer/slave">
<external path="boards/evkmcimx7ulp/cmsis_driver_examples/lpi2c/int_b2b_transfer/slave" type="xml">
<files mask="cmsis_lpi2c_int_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_cmsis_lpspi_edma_b2b_transfer_master" name="cmsis_lpspi_edma_b2b_transfer_master" brief="The cmsis_lpspi_edma_b2b_transfer example shows how to use LPSPI CMSIS driver in edma way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'cmsis_lpspi_edma_b2b_transfer_master.c' includes the LPSPI master code.1. LPSPI master send/received data to/from LPSPI slave in edma . " toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="cmsis_driver_examples/lpspi" path="boards/evkmcimx7ulp/cmsis_driver_examples/lpspi/edma_b2b_transfer/master">
<external path="boards/evkmcimx7ulp/cmsis_driver_examples/lpspi/edma_b2b_transfer/master" type="xml">
<files mask="cmsis_lpspi_edma_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_cmsis_lpspi_edma_b2b_transfer_slave" name="cmsis_lpspi_edma_b2b_transfer_slave" brief="The cmsis_lpspi_edma_b2b_transfer example shows how to use LPSPI CMSIS driver in edma way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'cmsis_lpspi_edma_b2b_transfer_slave.c' includes the LPSPI slave code.1. LPSPI master send/received data to/from LPSPI slave in edma . " toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="cmsis_driver_examples/lpspi" path="boards/evkmcimx7ulp/cmsis_driver_examples/lpspi/edma_b2b_transfer/slave">
<external path="boards/evkmcimx7ulp/cmsis_driver_examples/lpspi/edma_b2b_transfer/slave" type="xml">
<files mask="cmsis_lpspi_edma_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_cmsis_lpspi_int_b2b_transfer_master" name="cmsis_lpspi_int_b2b_transfer_master" brief="The cmsis_lpspi_int_b2b_transfer example shows how to use LPSPI CMSIS driver in interrupt way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'cmsis_lpspi_int_b2b_transfer_master.c' includes the LPSPI master code.This example uses the transactional API in LPSPI driver.1. LPSPI master send/received data to/from LPSPI slave in interrupt . " toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="cmsis_driver_examples/lpspi" path="boards/evkmcimx7ulp/cmsis_driver_examples/lpspi/int_b2b_transfer/master">
<external path="boards/evkmcimx7ulp/cmsis_driver_examples/lpspi/int_b2b_transfer/master" type="xml">
<files mask="cmsis_lpspi_int_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_cmsis_lpspi_int_b2b_transfer_slave" name="cmsis_lpspi_int_b2b_transfer_slave" brief="The lpspi_int_b2b_transfer example shows how to use LPSPI CMSIS driver in interrupt way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'cmsis_lpspi_int_b2b_transfer_slave.c' includes the LPSPI slave code.This example uses the transactional API in LPSPI driver.1. LPSPI master send/received data to/from LPSPI slave in interrupt . " toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="cmsis_driver_examples/lpspi" path="boards/evkmcimx7ulp/cmsis_driver_examples/lpspi/int_b2b_transfer/slave">
<external path="boards/evkmcimx7ulp/cmsis_driver_examples/lpspi/int_b2b_transfer/slave" type="xml">
<files mask="cmsis_lpspi_int_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="cmsis_driver_examples/lpuart" path="boards/evkmcimx7ulp/cmsis_driver_examples/lpuart/edma_transfer">
<external path="boards/evkmcimx7ulp/cmsis_driver_examples/lpuart/edma_transfer" type="xml">
<files mask="cmsis_lpuart_edma_transfer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="cmsis_driver_examples/lpuart" path="boards/evkmcimx7ulp/cmsis_driver_examples/lpuart/interrupt_transfer">
<external path="boards/evkmcimx7ulp/cmsis_driver_examples/lpuart/interrupt_transfer" type="xml">
<files mask="cmsis_lpuart_interrupt_transfer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="driver_examples" path="boards/evkmcimx7ulp/driver_examples/crc">
<external path="boards/evkmcimx7ulp/driver_examples/crc" type="xml">
<files mask="crc.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_dac12_basic" name="dac12_basic" brief="The dac12_basic example shows how to use DAC12 module simply as the general DAC12 converter.When the DAC12's fifo feature is not enabled, Any write to the DATA register will replace thedata in the buffer and push data to analog conversion without trigger support.In this example, it gets the value from terminal,outputs the DAC12 output voltage through DAC12 output pin." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/dac12" path="boards/evkmcimx7ulp/driver_examples/dac12/basic">
<external path="boards/evkmcimx7ulp/driver_examples/dac12/basic" type="xml">
<files mask="dac12_basic.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_dac12_fifo_interrupt" name="dac12_fifo_interrupt" brief="The dac12_fifo_interrupt example shows how to use DAC12 FIFO interrupt.When the DAC12 FIFO watermark interrupt is enabled firstly, the application would enter the DAC12 ISR immediately, since remaining FIFO data is less than the watermark. Then the FIFO would be feed inside the ISR. Then the DAC12 interrupt could be restrained. Once the DAC12 FIFO is triggered in while loop, the data in FIFO is read out, then it becomes less than the watermark, so the FIFO would be feed again in DAC12 ISR. With this example, user can define the DAC12 output array to generate the different wave output. Also the software trigger can be called in some timer ISR so that the DAC12 would output the analog signal in indicated period. Or even use the hardware trigger to release the CPU." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/dac12" path="boards/evkmcimx7ulp/driver_examples/dac12/fifo_interrupt">
<external path="boards/evkmcimx7ulp/driver_examples/dac12/fifo_interrupt" type="xml">
<files mask="dac12_fifo_interrupt.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_ecompass" name="ecompass" 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)." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="demo_apps" path="boards/evkmcimx7ulp/demo_apps/ecompass">
<external path="boards/evkmcimx7ulp/demo_apps/ecompass" type="xml">
<files mask="ecompass.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/evkmcimx7ulp/driver_examples/edma/memory_to_memory">
<external path="boards/evkmcimx7ulp/driver_examples/edma/memory_to_memory" type="xml">
<files mask="edma_memory_to_memory.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/evkmcimx7ulp/driver_examples/edma/scatter_gather">
<external path="boards/evkmcimx7ulp/driver_examples/edma/scatter_gather" type="xml">
<files mask="edma_scatter_gather.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_erpc_matrix_multiply_rpmsg_rtos_imxcm4" name="erpc_matrix_multiply_rpmsg_rtos_imxcm4" brief="The Multicore eRPC Matrix Multiply RTOS project is a simple demonstration program that uses theMCUXpresso SDK software and the Multicore SDK to show how to implement the Remote Procedure Callbetween cores of the multicore system. The primary core (eRPC client) releases the secondary core(eRPC server) from the reset and then the erpcMatrixMultiply() eRPC call is issued to let thesecondary core to perform the multiplication of two randomly generated matrices. The originalmatrices and the result matrix is printed out to the serial console by the primary core. Thematrix multiplication can be issued repeatedly when pressing a SW board button. RPMsg-Lite erpctransport layer is used in this example application.Shared memory usageThis multicore example uses the shared memory for data exchange. The shared memory region isdefined and the size can be adjustable in the linker file. The shared memory region start addressand the size have to be defined in linker file for each core equally. The shared memory startaddress is then exported from the linker to the application.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" compiler="compiler_gcc compiler_iar" category="multicore_examples" path="boards/evkmcimx7ulp/multicore_examples/erpc_matrix_multiply_rpmsg_rtos">
<external path="boards/evkmcimx7ulp/multicore_examples/erpc_matrix_multiply_rpmsg_rtos" type="xml">
<files mask="erpc_matrix_multiply_rpmsg_rtos_imxcm4.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="driver_examples" path="boards/evkmcimx7ulp/driver_examples/ewm">
<external path="boards/evkmcimx7ulp/driver_examples/ewm" type="xml">
<files mask="ewm.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_flexio_i2c_interrupt_lpi2c_transfer" name="flexio_i2c_interrupt_lpi2c_transfer" brief="The flexio_lpi2c_interrupt example shows how to use flexio i2c master driver in interrupt way:In this example, a flexio simulated i2c master connect to a LPI2C slave" toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmcimx7ulp/driver_examples/flexio/i2c/interrupt_lpi2c_transfer">
<external path="boards/evkmcimx7ulp/driver_examples/flexio/i2c/interrupt_lpi2c_transfer" type="xml">
<files mask="flexio_i2c_interrupt_lpi2c_transfer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_flexio_i2c_read_accel_value_transfer" name="flexio_i2c_read_accel_value_transfer" brief="The flexio_i2c_read_accel_value example shows how to use FLEXIO I2C Master driver to communicate with an i2c device: 1. How to use the flexio i2c master driver to read a i2c device who_am_I register. 2. How to use the flexio i2c master 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" compiler="compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmcimx7ulp/driver_examples/flexio/i2c/read_accel_value_transfer">
<external path="boards/evkmcimx7ulp/driver_examples/flexio/i2c/read_accel_value_transfer" type="xml">
<files mask="flexio_i2c_read_accel_value_transfer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_flexio_pwm" name="flexio_pwm" brief="This demo describes how to use SDK drivers to implement the PWM feature by FLEXIO IP module. It outputs the PWM singal with fixed frequency defined by "DEMO_FLEXIO_FREQUENCY" in source code and dynamic duty from 99 to 1 to one of the FLEXIO pin." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmcimx7ulp/driver_examples/flexio/pwm">
<external path="boards/evkmcimx7ulp/driver_examples/flexio/pwm" type="xml">
<files mask="flexio_pwm.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_flexio_spi_edma_lpspi_transfer_master" name="flexio_spi_edma_lpspi_transfer_master" brief="The flexio_spi_master_edma_lpspi_slave example shows how to use flexio spi master driver in edma way:In this example, a flexio simulated master connect to a lpspi slave ." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmcimx7ulp/driver_examples/flexio/spi/edma_lpspi_transfer/master">
<external path="boards/evkmcimx7ulp/driver_examples/flexio/spi/edma_lpspi_transfer/master" type="xml">
<files mask="flexio_spi_edma_lpspi_transfer_master.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_flexio_spi_edma_lpspi_transfer_slave" name="flexio_spi_edma_lpspi_transfer_slave" brief="The flexio_spi_slave_edma_lpspi_master example shows how to use flexio spi slave driver in edma way:In this example, a flexio simulated slave connect to a lpspi master." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmcimx7ulp/driver_examples/flexio/spi/edma_lpspi_transfer/slave">
<external path="boards/evkmcimx7ulp/driver_examples/flexio/spi/edma_lpspi_transfer/slave" type="xml">
<files mask="flexio_spi_edma_lpspi_transfer_slave.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_flexio_spi_int_lpspi_transfer_master" name="flexio_spi_int_lpspi_transfer_master" brief="The flexio_spi_master_interrupt_lpspi_slave example shows how to use flexio spi master driver in interrupt way. In this example, a flexio simulated master connect to a lpspi slave ." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmcimx7ulp/driver_examples/flexio/spi/int_lpspi_transfer/master">
<external path="boards/evkmcimx7ulp/driver_examples/flexio/spi/int_lpspi_transfer/master" type="xml">
<files mask="flexio_spi_int_lpspi_transfer_master.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_flexio_spi_int_lpspi_transfer_slave" name="flexio_spi_int_lpspi_transfer_slave" brief="The flexio_spi_slave_interrupt_lpspi_master example shows how to use flexio spi slave driver in interrupt way. In this example, a flexio simulated slave connect to a lpspi master." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmcimx7ulp/driver_examples/flexio/spi/int_lpspi_transfer/slave">
<external path="boards/evkmcimx7ulp/driver_examples/flexio/spi/int_lpspi_transfer/slave" type="xml">
<files mask="flexio_spi_int_lpspi_transfer_slave.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_flexio_uart_edma_transfer" name="flexio_uart_edma_transfer" brief="The flexio_uart_edma example shows how to use flexio uart driver in edma way:In this example, a flexio simulated uart connect to PC through USB-Serial, the board will send back all charactersthat PC send to the board." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmcimx7ulp/driver_examples/flexio/uart/edma_transfer">
<external path="boards/evkmcimx7ulp/driver_examples/flexio/uart/edma_transfer" type="xml">
<files mask="flexio_uart_edma_transfer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_flexio_uart_int_rb_transfer" name="flexio_uart_int_rb_transfer" brief="The flexio_uart_interrupt_ring_buffer example shows how to use flexio uart driver in interrupt way withRX ring buffer enabled:In this example, a flexio simulated uart connect to PC through USB-Serial, 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" compiler="compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmcimx7ulp/driver_examples/flexio/uart/int_rb_transfer">
<external path="boards/evkmcimx7ulp/driver_examples/flexio/uart/int_rb_transfer" type="xml">
<files mask="flexio_uart_int_rb_transfer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_flexio_uart_interrupt_transfer" name="flexio_uart_interrupt_transfer" brief="The flexio_uart_interrupt example shows how to use flexio uart driver in interrupt way:In this example, a flexio simulated uart connect to PC through USB-Serial, the board will send back all charactersthat PC send to the board. Note: two queued transfer in this example, so please input even number characters." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmcimx7ulp/driver_examples/flexio/uart/interrupt_transfer">
<external path="boards/evkmcimx7ulp/driver_examples/flexio/uart/interrupt_transfer" type="xml">
<files mask="flexio_uart_interrupt_transfer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_flexio_uart_polling_transfer" name="flexio_uart_polling_transfer" brief="The flexio_uart_polling example shows how to use flexio uart driver in polling way:In this example, a flexio simulated uart connect to PC through USB-Serial, the board will send backall characters that PC send to the board." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmcimx7ulp/driver_examples/flexio/uart/polling_transfer">
<external path="boards/evkmcimx7ulp/driver_examples/flexio/uart/polling_transfer" type="xml">
<files mask="flexio_uart_polling_transfer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmcimx7ulp/rtos_examples/freertos_event">
<external path="boards/evkmcimx7ulp/rtos_examples/freertos_event" type="xml">
<files mask="freertos_event.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmcimx7ulp/rtos_examples/freertos_generic">
<external path="boards/evkmcimx7ulp/rtos_examples/freertos_generic" type="xml">
<files mask="freertos_generic.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmcimx7ulp/rtos_examples/freertos_hello">
<external path="boards/evkmcimx7ulp/rtos_examples/freertos_hello" type="xml">
<files mask="freertos_hello.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_freertos_lpi2c" name="freertos_lpi2c" brief="The LPI2C Example project is a demonstration program that uses the KSDK software to manipulate the Low Power Inter-Integrated Circuit.The example uses two instances of LPI2C, one in configured as master and the other one as slave.The LPI2C master sends data to LPI2C slave. The slave will check the data it receives and shows the log." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmcimx7ulp/rtos_examples/freertos_lpi2c">
<external path="boards/evkmcimx7ulp/rtos_examples/freertos_lpi2c" type="xml">
<files mask="freertos_lpi2c.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_freertos_lpspi" name="freertos_lpspi" brief="The lpspi_interrupt example shows how to use LPSPI driver in interrupt way:In this example , one lpspi instance used as LPSPI master and another lpspi instance used as LPSPI slave.1. LPSPI master send/received data to/from LPSPI slave in interrupt . (LPSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmcimx7ulp/rtos_examples/freertos_lpspi">
<external path="boards/evkmcimx7ulp/rtos_examples/freertos_lpspi" type="xml">
<files mask="freertos_lpspi.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_freertos_lpspi_b2b_master" name="freertos_lpspi_b2b_master" brief="The freertos_lpspi_b2b_master example shows how to use LPSPI driver in FreeRTOS." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmcimx7ulp/rtos_examples/freertos_lpspi_b2b/master">
<external path="boards/evkmcimx7ulp/rtos_examples/freertos_lpspi_b2b/master" type="xml">
<files mask="freertos_lpspi_b2b_master.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_freertos_lpspi_b2b_slave" name="freertos_lpspi_b2b_slave" brief="The freertos_lpspi_b2b_slave example shows how to use LPSPI driver in FreeRTOS." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmcimx7ulp/rtos_examples/freertos_lpspi_b2b/slave">
<external path="boards/evkmcimx7ulp/rtos_examples/freertos_lpspi_b2b/slave" type="xml">
<files mask="freertos_lpspi_b2b_slave.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmcimx7ulp/rtos_examples/freertos_lpuart">
<external path="boards/evkmcimx7ulp/rtos_examples/freertos_lpuart" type="xml">
<files mask="freertos_lpuart.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmcimx7ulp/rtos_examples/freertos_mutex">
<external path="boards/evkmcimx7ulp/rtos_examples/freertos_mutex" type="xml">
<files mask="freertos_mutex.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_freertos_pf1550" name="freertos_pf1550" brief="The freertos_pf1550 example demonstrates the usage of pf1550 service driver based on FreeRTOS and RPMSG_lite.This example should use with Linux Kernel running on Application Processor Core which has a virtual PF1550 driver in it.The example has 3 tasks running concurrent: the first one is user application on Cortex-M4 Core, here we use a hello worldapplication as a reference. The second one is a PF1550 Local Service task which will receive PF1550 control request fromother task and operate the PF1550 peripheral accordingly. The third one is the PF1550 Remote Service task, this task iscontinuous waiting for PF1550 control request raised by Remote Application Processor Core and convert the remote PF1550control request to PF1550 Local Service API calling and send response once PF1550 remote request is done or failed." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmcimx7ulp/rtos_examples/freertos_pf1550">
<external path="boards/evkmcimx7ulp/rtos_examples/freertos_pf1550" type="xml">
<files mask="freertos_pf1550.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmcimx7ulp/rtos_examples/freertos_queue">
<external path="boards/evkmcimx7ulp/rtos_examples/freertos_queue" type="xml">
<files mask="freertos_queue.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmcimx7ulp/rtos_examples/freertos_sem">
<external path="boards/evkmcimx7ulp/rtos_examples/freertos_sem" type="xml">
<files mask="freertos_sem.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmcimx7ulp/rtos_examples/freertos_swtimer">
<external path="boards/evkmcimx7ulp/rtos_examples/freertos_swtimer" type="xml">
<files mask="freertos_swtimer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmcimx7ulp/rtos_examples/freertos_tickless">
<external path="boards/evkmcimx7ulp/rtos_examples/freertos_tickless" type="xml">
<files mask="freertos_tickless.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="driver_examples/gpio" path="boards/evkmcimx7ulp/driver_examples/gpio/input_interrupt">
<external path="boards/evkmcimx7ulp/driver_examples/gpio/input_interrupt" type="xml">
<files mask="gpio_input_interrupt.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="driver_examples/gpio" path="boards/evkmcimx7ulp/driver_examples/gpio/led_output">
<external path="boards/evkmcimx7ulp/driver_examples/gpio/led_output" type="xml">
<files mask="gpio_led_output.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_hello_world" name="hello_world" brief="The Hello World demo application provides a sanity check for the new SDK build environments and board bring up. The HelloWorld demo prints the "Hello World" string to the terminal using the SDK UART drivers. The purpose of this demo is toshow how to use the UART, and to provide a simple project for debugging and further development." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="demo_apps" path="boards/evkmcimx7ulp/demo_apps/hello_world">
<external path="boards/evkmcimx7ulp/demo_apps/hello_world" type="xml">
<files mask="hello_world.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpadc_single_interrupt" name="lpadc_single_interrupt" brief="The lpadc_single_interrupt example shows how to use interrupt with LPADC driver.In this example, user should indicate a channel to provide a voltage signal (can be controlled by user) as the LPADC'ssample input. When running the project, typing any key into debug console would trigger the conversion. ADC watermark interrupt would be asserted once the number of datawords stored in the ADC Result FIFO is greater than watermark value.In ADC ISR, the watermark flag would be cleared by reading the conversion result value. Also, result information wouldbe printed when the execution return to the main function." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/lpadc" path="boards/evkmcimx7ulp/driver_examples/lpadc/single_interrupt">
<external path="boards/evkmcimx7ulp/driver_examples/lpadc/single_interrupt" type="xml">
<files mask="lpadc_single_interrupt.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpadc_single_polling" name="lpadc_single_polling" brief="The lpadc_single_polling example shows the simplest way to use LPADC driver.In this example, user should indicate a channel to provide a voltage signal (can be controlled by user) as the LPADC'ssample input. When running the project, typing any key into debug console would trigger the conversion. The execution would check the FIFO valid 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." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/lpadc" path="boards/evkmcimx7ulp/driver_examples/lpadc/single_polling">
<external path="boards/evkmcimx7ulp/driver_examples/lpadc/single_polling" type="xml">
<files mask="lpadc_single_polling.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpi2c_edma_b2b_transfer_master" name="lpi2c_edma_b2b_transfer_master" brief="The lpi2c_edma_b2b_transfer_master example shows how to use lpi2c driver as master to do board to board transfer with EDMA:In this example, one lpi2c instance as master and another lpi2c 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" compiler="compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/evkmcimx7ulp/driver_examples/lpi2c/edma_b2b_transfer/master">
<external path="boards/evkmcimx7ulp/driver_examples/lpi2c/edma_b2b_transfer/master" type="xml">
<files mask="lpi2c_edma_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpi2c_edma_b2b_transfer_slave" name="lpi2c_edma_b2b_transfer_slave" brief="The lpi2c_edma_b2b_transfer_slave example shows how to use lpi2c driver as slave to do board to board transfer with a EDMA master:In this example, one lpi2c instance as slave and another lpi2c 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" compiler="compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/evkmcimx7ulp/driver_examples/lpi2c/edma_b2b_transfer/slave">
<external path="boards/evkmcimx7ulp/driver_examples/lpi2c/edma_b2b_transfer/slave" type="xml">
<files mask="lpi2c_edma_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpi2c_interrupt" name="lpi2c_interrupt" brief="The lpi2c_functional_interrupt example shows how to use lpi2c functional driver to build a interrupt based application:In this example , one lpi2c instance used as lpi2c master and another lpi2c instance used as lpi2c slave .1. lpi2c master send data using interrupt to lpi2c slave in interrupt .2. lpi2c master read data using interrupt from lpi2c slave in interrupt .3. The example assumes that the connection is OK between master and slave, so there's NO error handling code." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/evkmcimx7ulp/driver_examples/lpi2c/interrupt">
<external path="boards/evkmcimx7ulp/driver_examples/lpi2c/interrupt" type="xml">
<files mask="lpi2c_interrupt.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpi2c_interrupt_b2b_transfer_master" name="lpi2c_interrupt_b2b_transfer_master" brief="The lpi2c_interrupt_b2b_transfer_master example shows how to use lpi2c driver as master to do board to board transfer with interrupt:In this example, one lpi2c instance as master and another lpi2c 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" compiler="compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/evkmcimx7ulp/driver_examples/lpi2c/interrupt_b2b_transfer/master">
<external path="boards/evkmcimx7ulp/driver_examples/lpi2c/interrupt_b2b_transfer/master" type="xml">
<files mask="lpi2c_interrupt_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpi2c_interrupt_b2b_transfer_slave" name="lpi2c_interrupt_b2b_transfer_slave" brief="The lpi2c_interrupt_b2b_transfer_slave example shows how to use lpi2c driver as slave to do board to board transfer with interrupt:In this example, one lpi2c instance as slave and another lpi2c 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" compiler="compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/evkmcimx7ulp/driver_examples/lpi2c/interrupt_b2b_transfer/slave">
<external path="boards/evkmcimx7ulp/driver_examples/lpi2c/interrupt_b2b_transfer/slave" type="xml">
<files mask="lpi2c_interrupt_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpi2c_polling_b2b_master" name="lpi2c_polling_b2b_master" brief="The lpi2c_polling_b2b_master example shows how to use lpi2c driver as master to do board to board transfer using polling method:In this example, one lpi2c instance as master and another lpi2c 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" compiler="compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/evkmcimx7ulp/driver_examples/lpi2c/polling_b2b/master">
<external path="boards/evkmcimx7ulp/driver_examples/lpi2c/polling_b2b/master" type="xml">
<files mask="lpi2c_polling_b2b_master.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpi2c_polling_b2b_slave" name="lpi2c_polling_b2b_slave" brief="The lpi2c_polling_b2b_slave example shows how to use lpi2c driver as slave to do board to board transfer with a polling master:In this example, one lpi2c instance as slave and another lpi2c 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" compiler="compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/evkmcimx7ulp/driver_examples/lpi2c/polling_b2b/slave">
<external path="boards/evkmcimx7ulp/driver_examples/lpi2c/polling_b2b/slave" type="xml">
<files mask="lpi2c_polling_b2b_slave.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpi2c_read_accel_value_transfer" name="lpi2c_read_accel_value_transfer" brief="The lpi2c_read_accel_value example shows how to use LPI2C driver to communicate with an lpi2c device: 1. How to use the lpi2c driver to read a lpi2c device who_am_I register. 2. How to use the lpi2c 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" compiler="compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/evkmcimx7ulp/driver_examples/lpi2c/read_accel_value_transfer">
<external path="boards/evkmcimx7ulp/driver_examples/lpi2c/read_accel_value_transfer" type="xml">
<files mask="lpi2c_read_accel_value_transfer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpi2c_vlps" name="lpi2c_vlps" brief="This example describes how to use kinetis SDK drivers to implement LPI2C transmit and receive in the VLPS (very low power STOP mode) with async DMA.The LPI2C module is designed to have ability to work under low power module like STOP, VLPW and VLPS. It can use DMA to transmit the data from or to application user buffer without CPU interaction.It uses LPI2C to access the on board accelerometer sensor to read the Accelerometer X, Y, Z data every 500ms. CPU would keep in VLPS low power mode, except for some trigger events and data output to LPUART0." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="demo_apps" path="boards/evkmcimx7ulp/demo_apps/lpi2c_vlps">
<external path="boards/evkmcimx7ulp/demo_apps/lpi2c_vlps" type="xml">
<files mask="lpi2c_vlps.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpit_single_channel" name="lpit_single_channel" brief="The LPIT single channel project is a simple example of the SDK LPIT driver. It sets up the LPIThardware block to trigger a periodic interrupt after every 1 second. When the LPIT interrupt is triggereda message a printed on the serial terminal and an LED is toggled on the board." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/lpit" path="boards/evkmcimx7ulp/driver_examples/lpit/single_channel">
<external path="boards/evkmcimx7ulp/driver_examples/lpit/single_channel" type="xml">
<files mask="lpit_single_channel.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpspi_edma_b2b_transfer_master" name="lpspi_edma_b2b_transfer_master" brief="The lpspi_edma_b2b_transfer example shows how to use LPSPI driver in edma way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'lpspi_edma_b2b_transfer_master.c' includes the LPSPI master code.1. LPSPI master send/received data to/from LPSPI slave in edma . (LPSPI Slave using edma to receive/send the data)" toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/evkmcimx7ulp/driver_examples/lpspi/edma_b2b_transfer/master">
<external path="boards/evkmcimx7ulp/driver_examples/lpspi/edma_b2b_transfer/master" type="xml">
<files mask="lpspi_edma_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpspi_edma_b2b_transfer_slave" name="lpspi_edma_b2b_transfer_slave" brief="The lpspi_edma_b2b_transfer example shows how to use LPSPI driver in edma way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'lpspi_edma_b2b_transfer_slave.c' includes the LPSPI slave code.1. LPSPI master send/received data to/from LPSPI slave in edma . (LPSPI Slave using edma to receive/send the data)" toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/evkmcimx7ulp/driver_examples/lpspi/edma_b2b_transfer/slave">
<external path="boards/evkmcimx7ulp/driver_examples/lpspi/edma_b2b_transfer/slave" type="xml">
<files mask="lpspi_edma_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpspi_interrupt_b2b_master" name="lpspi_interrupt_b2b_master" brief="The lpspi_interrupt_b2b example shows how to use LPSPI driver in interrupt way:In this example , we need two boards , one board used as LPSPI master and another board used as LPSPI slave.The file 'lpspi_interrupt_b2b_master.c' includes the LPSPI master code.This example does not use the transactional API in LPSPI driver. It's a demonstration that how to use the interrupt in KSDK driver.1. LPSPI master send/received data to/from LPSPI slave in interrupt . (LPSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/evkmcimx7ulp/driver_examples/lpspi/interrupt_b2b/master">
<external path="boards/evkmcimx7ulp/driver_examples/lpspi/interrupt_b2b/master" type="xml">
<files mask="lpspi_interrupt_b2b_master.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpspi_interrupt_b2b_slave" name="lpspi_interrupt_b2b_slave" brief="The lpspi_interrupt_b2b example shows how to use LPSPI driver in interrupt way:In this example , we need two boards , one board used as LPSPI master and another board used as LPSPI slave.The file 'dspi_interrupt_b2b_slave.c' includes the LPSPI slave code.This example does not use the transactional API in LPSPI driver. It's a demonstration that how to use the interrupt in KSDK driver.1. LPSPI master send/received data to/from LPSPI slave in interrupt . (LPSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/evkmcimx7ulp/driver_examples/lpspi/interrupt_b2b/slave">
<external path="boards/evkmcimx7ulp/driver_examples/lpspi/interrupt_b2b/slave" type="xml">
<files mask="lpspi_interrupt_b2b_slave.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpspi_interrupt_b2b_transfer_master" name="lpspi_interrupt_b2b_transfer_master" brief="The lpspi_interrupt_b2b_transfer example shows how to use LPSPI driver in interrupt way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'lpspi_interrupt_b2b_transfer_master.c' includes the LPSPI master code.This example uses the transactional API in LPSPI driver.1. LPSPI master send/received data to/from LPSPI slave in interrupt . (LPSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/evkmcimx7ulp/driver_examples/lpspi/interrupt_b2b_transfer/master">
<external path="boards/evkmcimx7ulp/driver_examples/lpspi/interrupt_b2b_transfer/master" type="xml">
<files mask="lpspi_interrupt_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpspi_interrupt_b2b_transfer_slave" name="lpspi_interrupt_b2b_transfer_slave" brief="The lpspi_interrupt_b2b_transfer example shows how to use LPSPI driver in interrupt way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'lpspi_interrupt_b2b_transfer_slave.c' includes the LPSPI slave code.This example uses the transactional API in LPSPI driver.1. LPSPI master send/received data to/from LPSPI slave in interrupt . (LPSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/evkmcimx7ulp/driver_examples/lpspi/interrupt_b2b_transfer/slave">
<external path="boards/evkmcimx7ulp/driver_examples/lpspi/interrupt_b2b_transfer/slave" type="xml">
<files mask="lpspi_interrupt_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpspi_polling_b2b_transfer_master" name="lpspi_polling_b2b_transfer_master" brief="The lpspi_polling_b2b_transfer example shows how to use LPSPI driver in polling way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'lpspi_polling_b2b_transfer_master.c' includes the LPSPI master code.1. LPSPI master send/received data to/from LPSPI slave in polling . (LPSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/evkmcimx7ulp/driver_examples/lpspi/polling_b2b_transfer/master">
<external path="boards/evkmcimx7ulp/driver_examples/lpspi/polling_b2b_transfer/master" type="xml">
<files mask="lpspi_polling_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_lpspi_polling_b2b_transfer_slave" name="lpspi_polling_b2b_transfer_slave" brief="The lpspi_polling_b2b_transfer example shows how to use LPSPI driver in polling way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'lpspi_polling_b2b_transfer_slave.c' includes the LPSPI slave code.1. LPSPI master send/received data to/from LPSPI slave in polling . (LPSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/evkmcimx7ulp/driver_examples/lpspi/polling_b2b_transfer/slave">
<external path="boards/evkmcimx7ulp/driver_examples/lpspi/polling_b2b_transfer/slave" type="xml">
<files mask="lpspi_polling_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="driver_examples" path="boards/evkmcimx7ulp/driver_examples/lptmr">
<external path="boards/evkmcimx7ulp/driver_examples/lptmr" type="xml">
<files mask="lptmr.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/evkmcimx7ulp/driver_examples/lpuart/edma_transfer">
<external path="boards/evkmcimx7ulp/driver_examples/lpuart/edma_transfer" type="xml">
<files mask="lpuart_edma_transfer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/evkmcimx7ulp/driver_examples/lpuart/interrupt">
<external path="boards/evkmcimx7ulp/driver_examples/lpuart/interrupt" type="xml">
<files mask="lpuart_interrupt.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/evkmcimx7ulp/driver_examples/lpuart/interrupt_rb_transfer">
<external path="boards/evkmcimx7ulp/driver_examples/lpuart/interrupt_rb_transfer" type="xml">
<files mask="lpuart_interrupt_rb_transfer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/evkmcimx7ulp/driver_examples/lpuart/interrupt_transfer">
<external path="boards/evkmcimx7ulp/driver_examples/lpuart/interrupt_transfer" type="xml">
<files mask="lpuart_interrupt_transfer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_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" compiler="compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/evkmcimx7ulp/driver_examples/lpuart/polling">
<external path="boards/evkmcimx7ulp/driver_examples/lpuart/polling" type="xml">
<files mask="lpuart_polling.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_ltc_aes" name="ltc_aes" brief="This project is a demonstration program that uses the KSDK software for encryption/decryption sampledata using AES-CBC, AES-CCM, and XCBC-MAC algorithm." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/ltc" path="boards/evkmcimx7ulp/driver_examples/ltc/aes">
<external path="boards/evkmcimx7ulp/driver_examples/ltc/aes" type="xml">
<files mask="ltc_aes.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_ltc_aes_edma" name="ltc_aes_edma" brief="This project is a demonstration program that uses the KSDK software for encryption/decryption sample data using EDMA forAES-CBC algorithm." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/ltc" path="boards/evkmcimx7ulp/driver_examples/ltc/aes_edma">
<external path="boards/evkmcimx7ulp/driver_examples/ltc/aes_edma" type="xml">
<files mask="ltc_aes_edma.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_mbedtls_benchmark" name="mbedtls_benchmark" brief="The mbdedTLS Benchmark demo application performs cryptographic algorithm benchmarking and prints results to theterminal." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="mbedtls_examples" path="boards/evkmcimx7ulp/mbedtls_examples/mbedtls_benchmark">
<external path="boards/evkmcimx7ulp/mbedtls_examples/mbedtls_benchmark" type="xml">
<files mask="mbedtls_benchmark.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_mbedtls_selftest" name="mbedtls_selftest" brief="The mbdedTLS SelfTest program performs cryptographic algorithm testing and prints results to theterminal." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="mbedtls_examples" path="boards/evkmcimx7ulp/mbedtls_examples/mbedtls_selftest">
<external path="boards/evkmcimx7ulp/mbedtls_examples/mbedtls_selftest" type="xml">
<files mask="mbedtls_selftest.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_mmcau" name="mmcau" brief="Memory-Mapped Cryptographic Acceleration Unit (MMCAU)This project is a demonstration program that uses the KSDK software for encryption/decryption sampledata using AES-CBC, DES3-CBC and Hash algorithms MD5, SHA1 and SHA256." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="mmcau_examples" path="boards/evkmcimx7ulp/mmcau_examples/mmcau_api">
<external path="boards/evkmcimx7ulp/mmcau_examples/mmcau_api" type="xml">
<files mask="mmcau.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_pf1550" name="pf1550" brief="The pf1550 driver example demonstrates the usage of pf1550 SDK component driver.The example shows the usage of PF1550 API to:1. Set regulator output voltages;2. Query regulator output voltages;3. Dump PF1550 register content;4. Charge a Li-on Battery Cell.To use this example, user need to pay attention the output voltage when update the regulatoroutput and make sure the output voltage to set will not cause hardware damage;You need also to pay attention to the charging voltage setting when charging Li-on battery cell,and make sure that the battery is not over-charged." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples" path="boards/evkmcimx7ulp/driver_examples/pf1550">
<external path="boards/evkmcimx7ulp/driver_examples/pf1550" type="xml">
<files mask="pf1550.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_power_mode_switch" name="power_mode_switch" brief="The Power mode switch demo application demonstrates the use of power modes in the KSDK. The demo prints the power mode menuthrough the debug console, where the user can set the MCU to a specific power mode. The user can also set the wakeupsource by following the debug console prompts. The purpose of this demo is to show how to switch between different power modes, and how to configure a wakeup source and wakeup the MCU from low power modes. Tips: This demo is to show how the various power mode can switch to each other. However, in actual low power use case, to save energy and reduce the consumption even more, many things can be done including: - Disable the clock for unnecessary module during low power mode. That means, programmer can disable the clocks before entering the low power mode and re-enable them after exiting the low power mode when necessary. - Disable the function for unnecessary part of a module when other part would keep working in low power mode. At the most time, more powerful function means more power consumption. For example, disable the digital function for the unnecessary pin mux, and so on. - Set the proper pin state (direction and logic level) according to the actual application hardware. Otherwise, the pin cirrent would be activied unexpectedly waste some energy. - Other low power consideration based on the actual application hardware. - Debug pins(e.g SWD_DIO) would consume addtional power, had better to disable related pins or disconnect them. " toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="demo_apps" path="boards/evkmcimx7ulp/demo_apps/power_mode_switch">
<external path="boards/evkmcimx7ulp/demo_apps/power_mode_switch" type="xml">
<files mask="power_mode_switch.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_qspi_edma_transfer" name="qspi_edma_transfer" brief="The qspi_edma example shows how to use qspi driver with EDMA:In this example, qspi will send data and operate the external flash connected with QSPI. Some simple flash command willbe executed, such as Write Enable, Erase sector, Program page.Example will first erase the sector and programe a page into the flash, at last check if the data in flash is correct." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/qspi" path="boards/evkmcimx7ulp/driver_examples/qspi/edma_transfer">
<external path="boards/evkmcimx7ulp/driver_examples/qspi/edma_transfer" type="xml">
<files mask="qspi_edma_transfer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_qspi_polling_transfer" name="qspi_polling_transfer" brief="The qspi_polling example shows how to use qspi driver with polling:In this example, qspi will send data and operate the external flash connected with QSPI. Some simple flash command willbe executed, such as Write Enable, Erase sector, Program page.Example will first erase the sector and programe a page into the flash, at last check if the data in flash is correct.Notice: While do program, it is not suggested to make the flash write frequency bigger than the core clock frequency.In some tool chain's Debug version, this may cause core do not have enough speed to send data to flash.The flash write frequency equals to QSPI working frequency plus data line number. For example, if QSPI working in 48MHz,program command uses quad mode, the write frequency is 48MHz * 4 = 192MHz." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/qspi" path="boards/evkmcimx7ulp/driver_examples/qspi/polling_transfer">
<external path="boards/evkmcimx7ulp/driver_examples/qspi/polling_transfer" type="xml">
<files mask="qspi_polling_transfer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_rpmsg_lite_pingpong_rtos_imxcm4" name="rpmsg_lite_pingpong_rtos_imxcm4" brief="The Multicore RPMsg-Lite pingpong RTOS project is a simple demonstration program that uses theMCUXpresso SDK software and the RPMsg-Lite library and shows how to implement the inter-corecommunicaton between cores of the multicore system. The primary core releases the secondary corefrom the reset and then the inter-core communication is established. Once the RPMsg is initializedand endpoints are created the message exchange starts, incrementing a virtual counter that is partof the message payload. The message pingpong finishes when the counter reaches the value of 100.Then the RPMsg-Lite is deinitialized and the procedure of the data exchange is repeated again.Shared memory usageThis multicore example uses the shared memory for data exchange. The shared memory region isdefined and the size can be adjustable in the linker file. The shared memory region start addressand the size have to be defined in linker file for each core equally. The shared memory startaddress is then exported from the linker to the application." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="multicore_examples" path="boards/evkmcimx7ulp/multicore_examples/rpmsg_lite_pingpong_rtos">
<external path="boards/evkmcimx7ulp/multicore_examples/rpmsg_lite_pingpong_rtos" type="xml">
<files mask="rpmsg_lite_pingpong_rtos_imxcm4.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_rpmsg_lite_str_echo_rtos_imxcm4" name="rpmsg_lite_str_echo_rtos_imxcm4" brief="The Multicore RPMsg-Lite string echo project is a simple demonstration program that uses theMCUXpresso SDK software and the RPMsg-Lite library and shows how to implement the inter-corecommunicaton between cores of the multicore system.It works with Linux RPMsg master peer to transfer string content back and forth. The name servicehandshake is performed first to create the communication channels. Next, Linux OS waits for userinput to the RPMsg virtual tty. Anything which is received is sent to M4. M4 displays what isreceived, and echoes back the same message as an acknowledgement. The tty reader on the Linux sidecan get the message, and start another transaction. The demo demonstrates RPMsg’s ability to sendarbitrary content back and forth. Note: The maximum message length supported by RPMsg is now 496bytes. String longer than 496 will be divided by virtual tty into several messages.Shared memory usageThis multicore example uses the shared memory for data exchange. The shared memory region isdefined and the size can be adjustable in the linker file. The shared memory region start addressand the size have to be defined in linker file for each core equally. The shared memory startaddress is then exported from the linker to the application." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="multicore_examples" path="boards/evkmcimx7ulp/multicore_examples/rpmsg_lite_str_echo_rtos">
<external path="boards/evkmcimx7ulp/multicore_examples/rpmsg_lite_str_echo_rtos" type="xml">
<files mask="rpmsg_lite_str_echo_rtos_imxcm4.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_sai_edma_transfer" name="sai_edma_transfer" brief="The sai_edma_transfer example shows how to use sai driver with EDMA:In this example, one sai instance playbacks the audio data stored in flash/SRAM using EDMA channel." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/sai" path="boards/evkmcimx7ulp/driver_examples/sai/edma_transfer">
<external path="boards/evkmcimx7ulp/driver_examples/sai/edma_transfer" type="xml">
<files mask="sai_edma_transfer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_sai_interrupt" name="sai_interrupt" brief="The sai_interrupt example shows how to use sai functional API to implement interrupt playback:In this example, one sai instance playbacks the audio data stored in flash/SRAM using interrupt." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/sai" path="boards/evkmcimx7ulp/driver_examples/sai/interrupt">
<external path="boards/evkmcimx7ulp/driver_examples/sai/interrupt" type="xml">
<files mask="sai_interrupt.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_sai_interrupt_transfer" name="sai_interrupt_transfer" brief="The sai_interrupt_transfer example shows how to use sai driver with interrupt:In this example, one sai instance playbacks the audio data stored in flash/SRAM using interrupt." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/sai" path="boards/evkmcimx7ulp/driver_examples/sai/interrupt_transfer">
<external path="boards/evkmcimx7ulp/driver_examples/sai/interrupt_transfer" type="xml">
<files mask="sai_interrupt_transfer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_sema42_uboot" name="sema42_uboot" brief="The sema42 uboot example shows how to use SEMA42 driver to lock and unlock a sema gate.This example should work together with uboot. This example runs on Cortex-M core,the uboot runs on the Cortex-A core." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/sema42" path="boards/evkmcimx7ulp/driver_examples/sema42/uboot">
<external path="boards/evkmcimx7ulp/driver_examples/sema42/uboot" type="xml">
<files mask="sema42_uboot.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_shell_mem" name="shell_mem" brief="The Shell Demo application demonstrates ram and flash memory access commands." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="demo_apps" path="boards/evkmcimx7ulp/demo_apps/shell_mem">
<external path="boards/evkmcimx7ulp/demo_apps/shell_mem" type="xml">
<files mask="shell_mem.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_snvs_hp_rtc" name="snvs_hp_rtc" brief="The SNVS HP RTC project is a simple demonstration program of the SDK SNVS HP driver. The test will set up RTC date and time to a predefined value and starts the counter. RTC then triggers an alarm after a user specified time period. The alarm will be set with reference to this predefined date and time." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/snvs" path="boards/evkmcimx7ulp/driver_examples/snvs/snvs_hp_rtc">
<external path="boards/evkmcimx7ulp/driver_examples/snvs/snvs_hp_rtc" type="xml">
<files mask="snvs_hp_rtc.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_snvs_lp_srtc" name="snvs_lp_srtc" brief="The SNVS LP SRTC project is a simple demonstration program of the SDK SNVS LP driver. The test will set up secure RTC (SRTC) date and time to a predefined value and starts the counter, then the SRTC counter value is synchronized with non secure RTC (RTC). RTC then triggers an alarm after a user specified time period. The alarm will be set with reference to this predefined dateand time." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/snvs" path="boards/evkmcimx7ulp/driver_examples/snvs/snvs_lp_srtc">
<external path="boards/evkmcimx7ulp/driver_examples/snvs/snvs_lp_srtc" type="xml">
<files mask="snvs_lp_srtc.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_tpm_combine_pwm" name="tpm_combine_pwm" brief="The TPM project is a demonstration program of generating a combined PWM signal by the SDK TPM driver. It sets up the TPMhardware block to output PWM signals on two TPM channels. The example also show's the complementary mode of operationand deadtime insertion.On boards that have 2 LEDs connected to the TPM pins, the user will seea change in LED brightness if user enter different values.And if the board do not support LEDs to show, the outputs can be observed by oscilloscope." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/tpm" path="boards/evkmcimx7ulp/driver_examples/tpm/combine_pwm">
<external path="boards/evkmcimx7ulp/driver_examples/tpm/combine_pwm" type="xml">
<files mask="tpm_combine_pwm.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_tpm_dual_edge_capture" name="tpm_dual_edge_capture" brief="The TPM project is a demonstration program of the SDK TPM driver's dual-edge capture feature.This feature is available only on certain SoC's.The example sets up a TPM 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" compiler="compiler_gcc compiler_iar" category="driver_examples/tpm" path="boards/evkmcimx7ulp/driver_examples/tpm/dual_edge_capture">
<external path="boards/evkmcimx7ulp/driver_examples/tpm/dual_edge_capture" type="xml">
<files mask="tpm_dual_edge_capture.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_tpm_input_capture" name="tpm_input_capture" brief="The TPM project is a demonstration program of the SDK TPM driver's input capture feature.The example sets up a TPM channel for dual-edge capture. Once the input signal is received,this example will print the capture value." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/tpm" path="boards/evkmcimx7ulp/driver_examples/tpm/input_capture">
<external path="boards/evkmcimx7ulp/driver_examples/tpm/input_capture" type="xml">
<files mask="tpm_input_capture.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_tpm_output_compare" name="tpm_output_compare" brief="The TPM project is a demonstration program of the SDK TPM driver's output compare feature.It sets up one TPM channel to toggle the output when a match occurs with the channel value. The usershould probe the TPM output with a oscilloscope to see the signal toggling." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/tpm" path="boards/evkmcimx7ulp/driver_examples/tpm/output_compare">
<external path="boards/evkmcimx7ulp/driver_examples/tpm/output_compare" type="xml">
<files mask="tpm_output_compare.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_tpm_pwm_twochannel" name="tpm_pwm_twochannel" brief="The TPM project is a simple demonstration program of the SDK TPM driver. It sets up the TPMhardware block to output PWM signals on two TPM channels. The PWM dutycycle on both channelsis manually updated. On boards that have an LED connected to the TPM pins, the user will seea change in LED brightness if user enter different values." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/tpm" path="boards/evkmcimx7ulp/driver_examples/tpm/pwm_twochannel">
<external path="boards/evkmcimx7ulp/driver_examples/tpm/pwm_twochannel" type="xml">
<files mask="tpm_pwm_twochannel.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_tpm_simple_pwm" name="tpm_simple_pwm" brief="The TPM project is a simple demonstration program of the SDK TPM driver. It sets up the TPMhardware block to output a center-aligned PWM signal. The PWM dutycycle is manually updated.On boards that have an LED connected to the TPM pins, the user will see a change in LEDbrightness if user enter different values." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/tpm" path="boards/evkmcimx7ulp/driver_examples/tpm/simple_pwm">
<external path="boards/evkmcimx7ulp/driver_examples/tpm/simple_pwm" type="xml">
<files mask="tpm_simple_pwm.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_tpm_timer" name="tpm_timer" brief="The TPM project is a simple demonstration program of the SDK TPM driver to use TPM as a timer.It sets up the TPM hardware block to trigger an interrupt every 1 millisecond.When the TPM interrupt is triggered a message a printed on the UART terminal." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/tpm" path="boards/evkmcimx7ulp/driver_examples/tpm/timer">
<external path="boards/evkmcimx7ulp/driver_examples/tpm/timer" type="xml">
<files mask="tpm_timer.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_trgmux_lptmr_trigger_lpit" name="trgmux_lptmr_trigger_lpit" brief="The TRGMUX project is a simple demonstration program of the SDK TRGMUX driver. It generatesa 10KHz PWM by LPIT0 CH0, and clone by TRGMUX to output this PWM to eight TRGMUX_OUTx pins." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/trgmux" path="boards/evkmcimx7ulp/driver_examples/trgmux/lptmr_trigger_lpit">
<external path="boards/evkmcimx7ulp/driver_examples/trgmux/lptmr_trigger_lpit" type="xml">
<files mask="trgmux_lptmr_trigger_lpit.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_trng_random" name="trng_random" brief="The True Random Number Generator (TRNG) is a hardware accelerator module that generates a 512-bitentropy as needed by an entropy consuming module or by other post processing functions. The TRNGExample project is a demonstration program that uses the KSDK software to generate random numbersand prints them to the terminal." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/trng" path="boards/evkmcimx7ulp/driver_examples/trng/random">
<external path="boards/evkmcimx7ulp/driver_examples/trng/random" type="xml">
<files mask="trng_random.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_tstmr" name="tstmr" brief="The tstmr example shows the usage of TSTMR driver in application. The TSTMR module is a free running incrementing counter that starts running after system reset de-assertion and can be read at any time by the software for determining the software ticks.The TSTMR runs off the 1 MHz clock and resets on every system reset.In this example, it would output a time stamp information when the application is ready. And then, delay for 1 second with TSTMR_DelayUs() function. Before and after the delay, it would output the two time stamps information again." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples" path="boards/evkmcimx7ulp/driver_examples/tstmr">
<external path="boards/evkmcimx7ulp/driver_examples/tstmr" type="xml">
<files mask="tstmr.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_wdog32" name="wdog32" brief="The WDOG32 Example project is to demonstrate usage of the KSDK wdog32 driver.In this example, fast testing is first implemented to test the wdog32.After this, refreshing the watchdog in None-window mode and window mode is executed.Note wdog32 is disabled in SystemInit function which means wdog32 is disabledafter chip emerges from reset." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples" path="boards/evkmcimx7ulp/driver_examples/wdog32">
<external path="boards/evkmcimx7ulp/driver_examples/wdog32" type="xml">
<files mask="wdog32.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_wireless_uart_bridge" name="wireless_uart_bridge" brief="The Power mode switch demo application demonstrates the use of power modes in the KSDK. The demo prints the power mode menuthrough the debug console, where the user can set the MCU to a specific power mode. The user can also set the wakeupsource by following the debug console prompts. The purpose of this demo is to show how to switch between different power modes, and how to configure a wakeup source and wakeup the MCU from low power modes. Tips: This demo is to show how the various power mode can switch to each other. However, in actual low power use case, to save energy and reduce the consumption even more, many things can be done including: - Disable the clock for unnecessary module during low power mode. That means, programmer can disable the clocks before entering the low power mode and re-enable them after exiting the low power mode when necessary. - Disable the function for unnecessary part of a module when other part would keep working in low power mode. At the most time, more powerful function means more power consumption. For example, disable the digital function for the unnecessary pin mux, and so on. - Set the proper pin state (direction and logic level) according to the actual application hardware. Otherwise, the pin cirrent would be activied unexpectedly waste some energy. - Other low power consideration based on the actual application hardware. - Debug pins(e.g SWD_DIO) would consume addtional power, had better to disable related pins or disconnect them. " toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="demo_apps" path="boards/evkmcimx7ulp/demo_apps/wireless_uart_bridge">
<external path="boards/evkmcimx7ulp/demo_apps/wireless_uart_bridge" type="xml">
<files mask="wireless_uart_bridge.xml"/>
</external>
</example>
<example id="evkmcimx7ulp_xrdc" name="xrdc" brief="The xrdc example shows how to control the memory and peripheral accesspolicy using XRDC.In this example, one peripheral and a memory region are set to unaccessible, thenthe hardfault occurs." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples" path="boards/evkmcimx7ulp/driver_examples/xrdc">
<external path="boards/evkmcimx7ulp/driver_examples/xrdc" type="xml">
<files mask="xrdc.xml"/>
</external>
</example>
</examples>
</board>
</boards>
<devices>
<device id="MCIMX7U5xxxxx" name="MCIMX7U5" version="1.0.0" full_name="MCIMX7U5xxxxx" family="MCIMX7Ux" platform="i.MX">
<description>i.MX 7ULP: Cortex-A7 and Cortex-M4, ultra low-power, 2D/3D graphics</description>
<metadataSet>
<metadata key="vendor" value="NXP"/>
</metadataSet>
<core id="m4_MCIMX7U5xxxxx" name="m4" fpu="true" type="cm4"/>
<memory>
<memoryBlock id="SRAM_LOWER_MCIMX7U5xxxxx" name="SRAM_LOWER" addr="1ffd0000" size="00030000" type="RAM" access="RW"/>
<memoryBlock id="SRAM_UPPER_MCIMX7U5xxxxx" name="SRAM_UPPER" addr="20000000" size="00010000" type="RAM" access="RW"/>
</memory>
<total_memory flash_size_kb="0" ram_size_kb="256"/>
<package id="MCIMX7U5DVP07" name="MCIMX7U5DVP07"/>
<package id="MCIMX7U5DVK07" name="MCIMX7U5DVK07"/>
<package id="MCIMX7U5CVP06" name="MCIMX7U5CVP06"/>
<evaluation_boards>
<evaluation_board name="evkmcimx7ulp"/>
</evaluation_boards>
<debug_configurations>
<debug_configuration id_refs="com.crt.advproject.config.exe.debug com.crt.advproject.config.exe.release">
<params>
<params id="internal.attach.slave.release.MCIMX7U5xxxxx" name="internal.attach.slave" value="true"/>
<params id="internal.multi.swd.release.MCIMX7U5xxxxx" name="internal.multi.swd" value="true"/>
<params id="internal.wiretype.release.MCIMX7U5xxxxx" name="internal.wiretype" value="SWD"/>
<params id="internal.has_swo.release.MCIMX7U5xxxxx" name="internal.has_swo" value="false"/>
</params>
<drivers>
<driver id_refs="QSPI_FLASH_MCIMX7U5xxxxx">
<driverBinary type="binary">
<files mask="flash_driver_placeholder.cfx"/>
</driverBinary>
</driver>
</drivers>
</debug_configuration>
</debug_configurations>
<linkerSettings nature="c_nature">
<linker property="start_symbol" value="ResetISR"/>
<linker property="text_align" value="4"/>
<linker property="data_align" value="4"/>
<linker property="bss_align" value="4"/>
<linker property="mtb_supported" value="false"/>
</linkerSettings>
<linkerSettings nature="cpp_nature">
<linker property="start_symbol" value="ResetISR"/>
<linker property="text_align" value="4"/>
<linker property="data_align" value="4"/>
<linker property="bss_align" value="4"/>
<linker property="mtb_supported" value="false"/>
</linkerSettings>
</device>
<device id="MCIMX7U3xxxxx" name="MCIMX7U3" version="1.0.0" full_name="MCIMX7U3xxxxx" family="MCIMX7Ux" platform="i.MX">
<description>i.MX 7ULP: Cortex-A7 and Cortex-M4, ultra low-power</description>
<metadataSet>
<metadata key="vendor" value="NXP"/>
</metadataSet>
<core id="m4_MCIMX7U3xxxxx" name="m4" fpu="true" type="cm4"/>
<memory>
<memoryBlock id="SRAM_LOWER_MCIMX7U3xxxxx" name="SRAM_LOWER" addr="1ffd0000" size="00030000" type="RAM" access="RW"/>
<memoryBlock id="SRAM_UPPER_MCIMX7U3xxxxx" name="SRAM_UPPER" addr="20000000" size="00010000" type="RAM" access="RW"/>
</memory>
<total_memory flash_size_kb="0" ram_size_kb="256"/>
<package id="MCIMX7U3DVK07" name="MCIMX7U3DVK07"/>
<package id="MCIMX7U3CVP06" name="MCIMX7U3CVP06"/>
<evaluation_boards>
<evaluation_board name="evkmcimx7ulp"/>
</evaluation_boards>
<debug_configurations>
<debug_configuration id_refs="com.crt.advproject.config.exe.debug com.crt.advproject.config.exe.release">
<params>
<params id="internal.attach.slave.release.MCIMX7U3xxxxx" name="internal.attach.slave" value="true"/>
<params id="internal.multi.swd.release.MCIMX7U3xxxxx" name="internal.multi.swd" value="true"/>
<params id="internal.wiretype.release.MCIMX7U3xxxxx" name="internal.wiretype" value="SWD"/>
<params id="internal.has_swo.release.MCIMX7U3xxxxx" name="internal.has_swo" value="false"/>
</params>
<drivers>
<driver id_refs="QSPI_FLASH_MCIMX7U3xxxxx">
<driverBinary type="binary">
<files mask="flash_driver_placeholder.cfx"/>
</driverBinary>
</driver>
</drivers>
</debug_configuration>
</debug_configurations>
<linkerSettings nature="c_nature">
<linker property="start_symbol" value="ResetISR"/>
<linker property="text_align" value="4"/>
<linker property="data_align" value="4"/>
<linker property="bss_align" value="4"/>
<linker property="mtb_supported" value="false"/>
</linkerSettings>
<linkerSettings nature="cpp_nature">
<linker property="start_symbol" value="ResetISR"/>
<linker property="text_align" value="4"/>
<linker property="data_align" value="4"/>
<linker property="bss_align" value="4"/>
<linker property="mtb_supported" value="false"/>
</linkerSettings>
</device>
</devices>
<components>
<component id="project_template.evkmcimx7ulp.MCIMX7U5" name="evkmcimx7ulp" brief="Board_project_template evkmcimx7ulp" version="1.0.0" full_name="Board_project_template evkmcimx7ulp" devices="MCIMX7U5xxxxx" device_cores="m4_MCIMX7U5xxxxx" category="Board Support/SDK Project Template" user_visible="true" type="project_template">
<dependencies>
<all>
<component_dependency value="utility.debug_console.MCIMX7U5"/>
<component_dependency value="component.serial_manager.MCIMX7U5"/>
<component_dependency value="platform.drivers.msmc.MCIMX7U5"/>
<component_dependency value="platform.devices.MCIMX7U5_startup.MCIMX7U5"/>
</all>
</dependencies>
<source path="boards/evkmcimx7ulp/project_template" target_path="board" type="src">
<files mask="board.c"/>
<files mask="clock_config.c"/>
<files mask="peripherals.c"/>
<files mask="pin_mux.c"/>
</source>
<source path="boards/evkmcimx7ulp/project_template" target_path="board" type="c_include">
<files mask="board.h"/>
<files mask="clock_config.h"/>
<files mask="peripherals.h"/>
<files mask="pin_mux.h"/>
</source>
</component>
<component id="platform.CMSIS.MCIMX7U5" name="CMSIS" brief="Cmsis" version="5.6.0" full_name="Cmsis" devices="MCIMX7U5xxxxx" user_visible="true" type="CMSIS">
<dependencies>
<all>
<component_dependency value="platform.Include_common.MCIMX7U5"/>
<component_dependency value="platform.CMSIS_Driver_Include.Common_CMSISInclude.MCIMX7U5"/>
<component_dependency value="platform.CMSIS_Driver"/>
<component_dependency value="platform.CMSIS_Driver_Include.CAN_CMSISInclude.MCIMX7U5"/>
<component_dependency value="platform.CMSIS_Driver_Include.Ethernet_CMSISInclude.MCIMX7U5"/>
<component_dependency value="platform.CMSIS_Driver_Include.Ethernet_MAC_CMSISInclude.MCIMX7U5"/>
<component_dependency value="platform.CMSIS_Driver_Include.Ethernet_PHY_CMSISInclude.MCIMX7U5"/>
<component_dependency value="platform.CMSIS_Driver_Include.Flash_CMSISInclude.MCIMX7U5"/>
<component_dependency value="platform.CMSIS_Driver_Include.I2C_CMSISInclude.MCIMX7U5"/>
<component_dependency value="platform.CMSIS_Driver_Include.MCI_CMSISInclude.MCIMX7U5"/>
<component_dependency value="platform.CMSIS_Driver_Include.NAND_CMSISInclude.MCIMX7U5"/>
<component_dependency value="platform.CMSIS_Driver_Include.SAI_CMSISInclude.MCIMX7U5"/>
<component_dependency value="platform.CMSIS_Driver_Include.SPI_CMSISInclude.MCIMX7U5"/>
<component_dependency value="platform.CMSIS_Driver_Include.USART_CMSISInclude.MCIMX7U5"/>
<component_dependency value="platform.CMSIS_Driver_Include.USB_CMSISInclude.MCIMX7U5"/>
<component_dependency value="platform.CMSIS_Driver_Include.USB_Device_CMSISInclude.MCIMX7U5"/>
<component_dependency value="platform.CMSIS_Driver_Include.USB_Host_CMSISInclude.MCIMX7U5"/>
<component_dependency value="platform.CMSIS_Driver_Include.WiFi_CMSISInclude.MCIMX7U5"/>
<component_dependency value="platform.Include_dsp.MCIMX7U5"/>
</all>
</dependencies>
<source path="CMSIS/Include" target_path="Include" type="c_include">
<files mask="arm_common_tables.h"/>
<files mask="arm_const_structs.h"/>
<files mask="arm_math.h"/>
<files mask="cmsis_armcc.h"/>
<files mask="cmsis_armclang.h"/>
<files mask="cmsis_armclang_ltm.h"/>
<files mask="cmsis_compiler.h"/>
<files mask="cmsis_gcc.h"/>
<files mask="cmsis_iccarm.h"/>
<files mask="cmsis_version.h"/>
<files mask="core_armv81mml.h"/>
<files mask="core_armv8mbl.h"/>
<files mask="core_armv8mml.h"/>
<files mask="core_cm0.h"/>
<files mask="core_cm0plus.h"/>
<files mask="core_cm1.h"/>
<files mask="core_cm23.h"/>
<files mask="core_cm3.h"/>
<files mask="core_cm33.h"/>
<files mask="core_cm35p.h"/>
<files mask="core_cm4.h"/>
<files mask="core_cm7.h"/>
<files mask="core_dsp.h"/>
<files mask="core_sc000.h"/>
<files mask="core_sc300.h"/>
<files mask="mpu_armv7.h"/>
<files mask="mpu_armv8.h"/>
<files mask="tz_context.h"/>
</source>
<source path="CMSIS" target_path="CMSIS" type="doc">
<files mask="LICENSE.txt"/>
</source>
</component>
<component id="platform.CMSIS_DSP_Lib.MCIMX7U5" name="CMSIS_DSP_Lib" brief="Cmsis_dsp_lib" version="1.7.0" full_name="Cmsis_dsp_lib" devices="MCIMX7U5xxxxx" user_visible="false" type="CMSIS">
<source path="CMSIS/DSP/Examples/ARM/arm_class_marks_example" target_path="DSP/Examples/ARM/arm_class_marks_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM0" target_path="DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM0" target_path="DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM3" target_path="DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM3" target_path="DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM4_FP" target_path="DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM4_FP" target_path="DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM4_FP" type="src">
<files mask="system_ARMCM4.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM7_SP" target_path="DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM7_SP" type="asm_include">
<files mask="startup_ARMCM7.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM7_SP" target_path="DSP/Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM7_SP" type="src">
<files mask="system_ARMCM7.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_class_marks_example" target_path="DSP/Examples/ARM/arm_class_marks_example" type="configuration">
<files mask="arm_class_marks_example.ini"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_class_marks_example" target_path="DSP/Examples/ARM/arm_class_marks_example" type="project">
<files mask="arm_class_marks_example.uvoptx"/>
<files mask="arm_class_marks_example.uvprojx"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_class_marks_example" target_path="DSP/Examples/ARM/arm_class_marks_example" type="src">
<files mask="arm_class_marks_example_f32.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_convolution_example" target_path="DSP/Examples/ARM/arm_convolution_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM0" target_path="DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM0" target_path="DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM3" target_path="DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM3" target_path="DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM4_FP" target_path="DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM4_FP" target_path="DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM4_FP" type="src">
<files mask="system_ARMCM4.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM7_SP" target_path="DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM7_SP" type="asm_include">
<files mask="startup_ARMCM7.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM7_SP" target_path="DSP/Examples/ARM/arm_convolution_example/RTE/Device/ARMCM7_SP" type="src">
<files mask="system_ARMCM7.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_convolution_example" target_path="DSP/Examples/ARM/arm_convolution_example" type="configuration">
<files mask="arm_convolution_example.ini"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_convolution_example" target_path="DSP/Examples/ARM/arm_convolution_example" type="project">
<files mask="arm_convolution_example.uvoptx"/>
<files mask="arm_convolution_example.uvprojx"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_convolution_example" target_path="DSP/Examples/ARM/arm_convolution_example" type="src">
<files mask="arm_convolution_example_f32.c"/>
<files mask="math_helper.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_convolution_example" target_path="DSP/Examples/ARM/arm_convolution_example" type="c_include">
<files mask="math_helper.h"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_dotproduct_example" target_path="DSP/Examples/ARM/arm_dotproduct_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM0" target_path="DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM0" target_path="DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM3" target_path="DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM3" target_path="DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM4_FP" target_path="DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM4_FP" target_path="DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM4_FP" type="src">
<files mask="system_ARMCM4.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM7_SP" target_path="DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM7_SP" type="asm_include">
<files mask="startup_ARMCM7.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM7_SP" target_path="DSP/Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM7_SP" type="src">
<files mask="system_ARMCM7.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_dotproduct_example" target_path="DSP/Examples/ARM/arm_dotproduct_example" type="configuration">
<files mask="arm_dotproduct_example.ini"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_dotproduct_example" target_path="DSP/Examples/ARM/arm_dotproduct_example" type="project">
<files mask="arm_dotproduct_example.uvoptx"/>
<files mask="arm_dotproduct_example.uvprojx"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_dotproduct_example" target_path="DSP/Examples/ARM/arm_dotproduct_example" type="src">
<files mask="arm_dotproduct_example_f32.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fft_bin_example" target_path="DSP/Examples/ARM/arm_fft_bin_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM0" target_path="DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM0" target_path="DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM3" target_path="DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM3" target_path="DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM4_FP" target_path="DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM4_FP" target_path="DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM4_FP" type="src">
<files mask="system_ARMCM4.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM7_SP" target_path="DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM7_SP" type="asm_include">
<files mask="startup_ARMCM7.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM7_SP" target_path="DSP/Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM7_SP" type="src">
<files mask="system_ARMCM7.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fft_bin_example" target_path="DSP/Examples/ARM/arm_fft_bin_example" type="src">
<files mask="arm_fft_bin_data.c"/>
<files mask="arm_fft_bin_example_f32.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fft_bin_example" target_path="DSP/Examples/ARM/arm_fft_bin_example" type="configuration">
<files mask="arm_fft_bin_example.ini"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fft_bin_example" target_path="DSP/Examples/ARM/arm_fft_bin_example" type="project">
<files mask="arm_fft_bin_example.uvoptx"/>
<files mask="arm_fft_bin_example.uvprojx"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fir_example" target_path="DSP/Examples/ARM/arm_fir_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM0" target_path="DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM0" target_path="DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM3" target_path="DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM3" target_path="DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM4_FP" target_path="DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM4_FP" target_path="DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM4_FP" type="src">
<files mask="system_ARMCM4.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM7_SP" target_path="DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM7_SP" type="asm_include">
<files mask="startup_ARMCM7.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM7_SP" target_path="DSP/Examples/ARM/arm_fir_example/RTE/Device/ARMCM7_SP" type="src">
<files mask="system_ARMCM7.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fir_example" target_path="DSP/Examples/ARM/arm_fir_example" type="src">
<files mask="arm_fir_data.c"/>
<files mask="arm_fir_example_f32.c"/>
<files mask="math_helper.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fir_example" target_path="DSP/Examples/ARM/arm_fir_example" type="configuration">
<files mask="arm_fir_example.ini"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fir_example" target_path="DSP/Examples/ARM/arm_fir_example" type="project">
<files mask="arm_fir_example.uvoptx"/>
<files mask="arm_fir_example.uvprojx"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_fir_example" target_path="DSP/Examples/ARM/arm_fir_example" type="c_include">
<files mask="math_helper.h"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example" target_path="DSP/Examples/ARM/arm_graphic_equalizer_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM0" target_path="DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM0" target_path="DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM3" target_path="DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM3" target_path="DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM4_FP" target_path="DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM4_FP" target_path="DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM4_FP" type="src">
<files mask="system_ARMCM4.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM7_SP" target_path="DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM7_SP" type="asm_include">
<files mask="startup_ARMCM7.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM7_SP" target_path="DSP/Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM7_SP" type="src">
<files mask="system_ARMCM7.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example" target_path="DSP/Examples/ARM/arm_graphic_equalizer_example" type="src">
<files mask="arm_graphic_equalizer_data.c"/>
<files mask="arm_graphic_equalizer_example_q31.c"/>
<files mask="math_helper.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example" target_path="DSP/Examples/ARM/arm_graphic_equalizer_example" type="configuration">
<files mask="arm_graphic_equalizer_example.ini"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example" target_path="DSP/Examples/ARM/arm_graphic_equalizer_example" type="project">
<files mask="arm_graphic_equalizer_example.uvoptx"/>
<files mask="arm_graphic_equalizer_example.uvprojx"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example" target_path="DSP/Examples/ARM/arm_graphic_equalizer_example" type="c_include">
<files mask="math_helper.h"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_linear_interp_example" target_path="DSP/Examples/ARM/arm_linear_interp_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM0" target_path="DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM0" target_path="DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM3" target_path="DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM3" target_path="DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source path="CMSIS/DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM4_FP" target_path="DSP/Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>