-
Notifications
You must be signed in to change notification settings - Fork 24
/
FRDM-K32L3A6_manifest_v3_8.xml
10837 lines (10837 loc) · 800 KB
/
FRDM-K32L3A6_manifest_v3_8.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<ksdk:manifest xmlns:ksdk="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="SDK_2.x_FRDM-K32L3A6" name="FRDM-K32L3A6" brief="This is SDK version 2.9.0 manifest file. It describes the content of the FRDM-K32L3A6 and additional settings for tools that support SDK version 2.9.0" format_version="3.8" api_version="2.0.0" configuration="81f70173c5312ea29a3334e7a1edf3b5" xsi:schemaLocation="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd http://nxp.com/mcuxpresso/sdk/sdk_manifest_v3.8.xsd">
<!--Timestamp (UTC): 2021-02-24 16:37:51.202907-->
<!--This manifest is generated based on sdk repo commit: 3073e476325c80265f0c6d9a806af8fd0bfd767b-->
<defines>
<define name="CPU_$|package|" value=""/>
<define name="CPU_$|package|_$|core|" value=""/>
</defines>
<ksdk id="MCUXpresso290" name="MCUXpresso290" version="2.9.0" revision="435 2021-01-15"/>
<compilers>
<compiler id="compiler_armclang" name="armclang" type="armclang"/>
<compiler id="compiler_gcc" name="gcc" type="gcc"/>
<compiler id="compiler_iar" name="iar" type="iar"/>
</compilers>
<core_slave_roles_definitions>
<slave_role id="M0SLAVE" name="Cortex-M0 acts as slave by default"/>
</core_slave_roles_definitions>
<toolchainSettings>
<toolchainSetting id="com.nxp.mcuxpresso" name="mcuxpresso" version="11.3.0" full_name="MCUXpresso IDE" compiler="compiler_gcc" toolchain="mcuxpresso">
<option id="gnu.cpp.compiler.option.optimization.flags" type="string" user_name="">
<value>-fno-common</value>
</option>
<option id="gnu.c.compiler.option.optimization.flags" type="string" user_name="">
<value>-fno-common</value>
</option>
<option id="gnu.cpp.link.option.nostdlibs" type="boolean" user_name="">
<value>true</value>
</option>
<option id="com.crt.advproject.link.cpp.flashconfigenable" type="boolean" user_name="">
<value>true</value>
</option>
<option id="com.crt.advproject.link.flashconfigenable" type="boolean" user_name="">
<value>true</value>
</option>
<option id="gnu.c.link.option.nostdlibs" type="boolean" user_name="">
<value>true</value>
</option>
</toolchainSetting>
</toolchainSettings>
<toolchains>
<toolchain id="armgcc" name="GCC_ARM_Embedded" version="9.3.1" full_name="GCC ARM Embedded" compiler="compiler_gcc" type="armgcc" vendor="GCC ARM Embedded" vendor_url="http://launchpad.net/gcc-arm-embedded"/>
<toolchain id="mdk" name="Keil_MDK" version="5.33" full_name="Keil MDK" compiler="compiler_armclang" type="mdk" vendor="ARM" vendor_url="http://www.arm.com"/>
<toolchain id="iar" name="IAR_Embedded_Workbench_for_ARM" version="8.50.9" full_name="IAR Embedded Workbench for ARM" compiler="compiler_iar" type="iar" vendor="IAR Systems" vendor_url="http://www.iar.com"/>
<toolchain id="mcuxpresso" name="MCUXpresso_IDE" version="11.3.0" full_name="MCUXpresso IDE" compiler="compiler_gcc" type="mcuxpresso" vendor="NXP Semiconductors" vendor_url="http://www.nxp.com">
<debug>
<debug_configuration id="com.crt.advproject.config.exe.release" name="Release Configuration" probe="LinkServer">
<scripts>
<script type="init" silent="false" emulators="${gdb.stub} -mi -info-emu">
<script>
set remotetimeout 60000
##target_extended_remote##
set mem inaccessible-by-default ${mem.access}
mon ondisconnect ${ondisconnect}
set arm force-mode thumb
${load}</script>
</script>
<script type="run" silent="false" emulators="${gdb.stub} -mi -info-emu">
<script>${run}</script>
</script>
</scripts>
<params>
<params id="vector.catch.release.mcuxpresso" name="vector.catch" value="false"/>
<params id="internal.cache.release.mcuxpresso" name="internal.cache" value="Disable"/>
</params>
</debug_configuration>
<debug_configuration id="com.crt.advproject.config.exe.debug" name="Debug Configuration" probe="LinkServer">
<scripts>
<script type="init" silent="false" emulators="${gdb.stub} -mi -info-emu">
<script>
set remotetimeout 60000
##target_extended_remote##
set mem inaccessible-by-default ${mem.access}
mon ondisconnect ${ondisconnect}
set arm force-mode thumb
${load}</script>
</script>
<script type="run" silent="false" emulators="${gdb.stub} -mi -info-emu">
<script>${run}</script>
</script>
</scripts>
<params>
<params id="vector.catch.debug.mcuxpresso" name="vector.catch" value="false"/>
<params id="internal.cache.debug.mcuxpresso" name="internal.cache" value="Disable"/>
</params>
</debug_configuration>
<debug_configuration id="com.nxp.mcuxpresso.core.debug.support.segger.debug" name="Debug Configuration" probe="Segger"/>
<debug_configuration id="com.nxp.mcuxpresso.core.debug.support.segger.release" name="Release Configuration" probe="Segger"/>
</debug>
</toolchain>
</toolchains>
<boards>
<board id="frdmk32l3a6" name="FRDM-K32L3A6" href="https://www.nxp.com/pip/FRDM-K32L3A6" version="1.0.0" package="K32L3A60VPJ1A">
<description>Freedom Development Platform for K32 L3 MCUs</description>
<image path="boards/frdmk32l3a6" type="image">
<files mask="frdmk32l3a6.png"/>
</image>
<examples>
<example id="frdmk32l3a6_bubble_cm0plus" name="bubble_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk32l3a6/demo_apps/bubble/cm0plus">
<external path="boards/frdmk32l3a6/demo_apps/bubble/cm0plus" type="xml">
<files mask="bubble_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cau3_cm0plus" name="cau3_cm0plus" brief="The CAU3 Example project is a demonstration program that uses the KSDK software implementseveral cryptography algorithms using the CAU3 software driver." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/frdmk32l3a6/driver_examples/cau3/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/cau3/cm0plus" type="xml">
<files mask="cau3_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpi2c_edma_b2b_transfer_master_cm0plus" name="cmsis_lpi2c_edma_b2b_transfer_master_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpi2c" path="boards/frdmk32l3a6/cmsis_driver_examples/lpi2c/edma_b2b_transfer/master/cm0plus">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpi2c/edma_b2b_transfer/master/cm0plus" type="xml">
<files mask="cmsis_lpi2c_edma_b2b_transfer_master_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpi2c_edma_b2b_transfer_slave_cm0plus" name="cmsis_lpi2c_edma_b2b_transfer_slave_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpi2c" path="boards/frdmk32l3a6/cmsis_driver_examples/lpi2c/edma_b2b_transfer/slave/cm0plus">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpi2c/edma_b2b_transfer/slave/cm0plus" type="xml">
<files mask="cmsis_lpi2c_edma_b2b_transfer_slave_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpi2c_int_b2b_transfer_master_cm0plus" name="cmsis_lpi2c_int_b2b_transfer_master_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpi2c" path="boards/frdmk32l3a6/cmsis_driver_examples/lpi2c/int_b2b_transfer/master/cm0plus">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpi2c/int_b2b_transfer/master/cm0plus" type="xml">
<files mask="cmsis_lpi2c_int_b2b_transfer_master_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpi2c_int_b2b_transfer_slave_cm0plus" name="cmsis_lpi2c_int_b2b_transfer_slave_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpi2c" path="boards/frdmk32l3a6/cmsis_driver_examples/lpi2c/int_b2b_transfer/slave/cm0plus">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpi2c/int_b2b_transfer/slave/cm0plus" type="xml">
<files mask="cmsis_lpi2c_int_b2b_transfer_slave_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpspi_edma_b2b_transfer_master_cm0plus" name="cmsis_lpspi_edma_b2b_transfer_master_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpspi" path="boards/frdmk32l3a6/cmsis_driver_examples/lpspi/edma_b2b_transfer/master/cm0plus">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpspi/edma_b2b_transfer/master/cm0plus" type="xml">
<files mask="cmsis_lpspi_edma_b2b_transfer_master_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpspi_edma_b2b_transfer_slave_cm0plus" name="cmsis_lpspi_edma_b2b_transfer_slave_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpspi" path="boards/frdmk32l3a6/cmsis_driver_examples/lpspi/edma_b2b_transfer/slave/cm0plus">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpspi/edma_b2b_transfer/slave/cm0plus" type="xml">
<files mask="cmsis_lpspi_edma_b2b_transfer_slave_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpspi_int_b2b_transfer_master_cm0plus" name="cmsis_lpspi_int_b2b_transfer_master_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpspi" path="boards/frdmk32l3a6/cmsis_driver_examples/lpspi/int_b2b_transfer/master/cm0plus">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpspi/int_b2b_transfer/master/cm0plus" type="xml">
<files mask="cmsis_lpspi_int_b2b_transfer_master_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpspi_int_b2b_transfer_slave_cm0plus" name="cmsis_lpspi_int_b2b_transfer_slave_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpspi" path="boards/frdmk32l3a6/cmsis_driver_examples/lpspi/int_b2b_transfer/slave/cm0plus">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpspi/int_b2b_transfer/slave/cm0plus" type="xml">
<files mask="cmsis_lpspi_int_b2b_transfer_slave_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpuart_interrupt_transfer_cm0plus" name="cmsis_lpuart_interrupt_transfer_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpuart" path="boards/frdmk32l3a6/cmsis_driver_examples/lpuart/interrupt_transfer/cm0plus">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpuart/interrupt_transfer/cm0plus" type="xml">
<files mask="cmsis_lpuart_interrupt_transfer_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_crc_cm0plus" name="crc_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/frdmk32l3a6/driver_examples/crc/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/crc/cm0plus" type="xml">
<files mask="crc_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dac_1_basic_cm0plus" name="dac_1_basic_cm0plus" brief="The dac_basic example shows how to use DAC module simply as the general DAC converter.When the DAC's buffer feature is not enabled, the first item of the buffer is used as the DAC output data register.The converter would always output the value of the first item. In this example, it gets the value from terminal,outputs the DAC output voltage through DAC output pin." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dac" path="boards/frdmk32l3a6/driver_examples/dac/dac_basic/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/dac/dac_basic/cm0plus" type="xml">
<files mask="dac_1_basic_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dac_1_buffer_interrupt_cm0plus" name="dac_1_buffer_interrupt_cm0plus" brief="The dac_buffer_interrupt example shows how to use DAC FIFO interrupt.When the DAC FIFO empty interrupt is enabled firstly, the application would enter the DAC ISR immediately, since the FIFO is actually empty. Then the FIFO would be feed inside the ISR. Then the DAC interrupt could be restrained. Once the DAC FIFO is triggered in while loop, the data in FIFO is read out, then it becomes empty, so the FIFO would be feed again in DAC ISR. With this example, user can define the DAC output array to generate the different wave output. Also the software trigger can be called in some timer ISR so that the DAC would output the analog signal in indicated period. Or even use the hardware trigger to release the CPU." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dac" path="boards/frdmk32l3a6/driver_examples/dac/dac_buffer_interrupt/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/dac/dac_buffer_interrupt/cm0plus" type="xml">
<files mask="dac_1_buffer_interrupt_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_edma_channel_link_cm0plus" name="edma_channel_link_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk32l3a6/driver_examples/edma/channel_link/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/edma/channel_link/cm0plus" type="xml">
<files mask="edma_channel_link_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_edma_interleave_transfer_cm0plus" name="edma_interleave_transfer_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk32l3a6/driver_examples/edma/interleave_transfer/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/edma/interleave_transfer/cm0plus" type="xml">
<files mask="edma_interleave_transfer_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_edma_memory_to_memory_cm0plus" name="edma_memory_to_memory_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk32l3a6/driver_examples/edma/memory_to_memory/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/edma/memory_to_memory/cm0plus" type="xml">
<files mask="edma_memory_to_memory_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_edma_ping_pong_transfer_cm0plus" name="edma_ping_pong_transfer_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk32l3a6/driver_examples/edma/ping_pong_transfer/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/edma/ping_pong_transfer/cm0plus" type="xml">
<files mask="edma_ping_pong_transfer_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_edma_scatter_gather_cm0plus" name="edma_scatter_gather_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk32l3a6/driver_examples/edma/scatter_gather/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/edma/scatter_gather/cm0plus" type="xml">
<files mask="edma_scatter_gather_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_edma_wrap_transfer_cm0plus" name="edma_wrap_transfer_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk32l3a6/driver_examples/edma/wrap_transfer/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/edma/wrap_transfer/cm0plus" type="xml">
<files mask="edma_wrap_transfer_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_erpc_matrix_multiply_mu_cm0plus" name="erpc_matrix_multiply_mu_cm0plus" brief="The Multicore eRPC Matrix Multiply 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. MU (Messaging Unit)erpc transport layer is used in this example 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multicore_examples" path="boards/frdmk32l3a6/multicore_examples/erpc_matrix_multiply_mu/cm0plus">
<external path="boards/frdmk32l3a6/multicore_examples/erpc_matrix_multiply_mu/cm0plus" type="xml">
<files mask="erpc_matrix_multiply_mu_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_erpc_matrix_multiply_mu_rtos_cm0plus" name="erpc_matrix_multiply_mu_rtos_cm0plus" 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. MU (Messaging Unit)erpc transport layer is used in this example 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multicore_examples" path="boards/frdmk32l3a6/multicore_examples/erpc_matrix_multiply_mu_rtos/cm0plus">
<external path="boards/frdmk32l3a6/multicore_examples/erpc_matrix_multiply_mu_rtos/cm0plus" type="xml">
<files mask="erpc_matrix_multiply_mu_rtos_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_erpc_matrix_multiply_rpmsg_cm0plus" name="erpc_matrix_multiply_rpmsg_cm0plus" brief="The Multicore eRPC Matrix Multiply 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 documentationeRPC specific files are stored in: middleware/multicore_<version>/erpceRPC documentation is stored in: middleware/multicore_<version>/erpc/doceRPC is open-source project stored on github: https://github.com/EmbeddedRPC/erpceRPC documentation can be also found in: http://embeddedrpc.github.io" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multicore_examples" path="boards/frdmk32l3a6/multicore_examples/erpc_matrix_multiply_rpmsg/cm0plus">
<external path="boards/frdmk32l3a6/multicore_examples/erpc_matrix_multiply_rpmsg/cm0plus" type="xml">
<files mask="erpc_matrix_multiply_rpmsg_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_erpc_matrix_multiply_rpmsg_rtos_cm0plus" name="erpc_matrix_multiply_rpmsg_rtos_cm0plus" 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 documentationeRPC specific files are stored in: middleware/multicore_<version>/erpceRPC documentation is stored in: middleware/multicore_<version>/erpc/doceRPC is open-source project stored on github: https://github.com/EmbeddedRPC/erpceRPC documentation can be also found in: http://embeddedrpc.github.io" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multicore_examples" path="boards/frdmk32l3a6/multicore_examples/erpc_matrix_multiply_rpmsg_rtos/cm0plus">
<external path="boards/frdmk32l3a6/multicore_examples/erpc_matrix_multiply_rpmsg_rtos/cm0plus" type="xml">
<files mask="erpc_matrix_multiply_rpmsg_rtos_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_erpc_two_way_rpc_rpmsg_rtos_cm0plus" name="erpc_two_way_rpc_rpmsg_rtos_cm0plus" brief="The Multicore eRPC Two Way RPC RTOS project is a simple demonstration program that uses the MCUXpresso SDK software and the Multicore SDK to show how to implement the Remote Procedure Call between cores of the multicore system. This multicore example shows how both the eRPC client and the eRPC server can be setup on one side/core (bidirectional communication) and how to handle callback functions in eRPC. The primary core (Core0) creates client and server tasks first. The client task releases the secondary core from the reset, initializes the RPMsg-Lite erpc transport and once the server task is running it configures the arbitrated client. Then the application logic is running. The secondary core (Core1) creates client and server tasks two. The client task initializes the RPMsg-Lite erpc transport and once the server task is running it configures the arbitrated client. Then the application logic is running. The client task logic of the Core1 is very simple, it repeatedly calls the increaseNumber() erpc function that is implemented on the Core0 and that increments the counter. The client task logic of the Core0 alternately issues either getNumberFromCore0() function implementation on the Core0 or getNumberFromCore1() function implementation on the Core1 (erpc call). Then, the nestedCallGetNumber() erpc function call is issued that alternately triggers either getNumberFromCore1() function implementation on the Core1 (normal erpc call) or it triggers the getNumberFromCore0() function implementation on the Core0 (nested erpc call, routed through the Core1 erpc server)." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multicore_examples" path="boards/frdmk32l3a6/multicore_examples/erpc_two_way_rpc_rpmsg_rtos/cm0plus">
<external path="boards/frdmk32l3a6/multicore_examples/erpc_two_way_rpc_rpmsg_rtos/cm0plus" type="xml">
<files mask="erpc_two_way_rpc_rpmsg_rtos_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_ewm_cm0plus" name="ewm_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/frdmk32l3a6/driver_examples/ewm/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/ewm/cm0plus" type="xml">
<files mask="ewm_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_flexio_i2c_interrupt_lpi2c_transfer_cm0plus" name="flexio_i2c_interrupt_lpi2c_transfer_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/frdmk32l3a6/driver_examples/flexio/i2c/interrupt_lpi2c_transfer/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/flexio/i2c/interrupt_lpi2c_transfer/cm0plus" type="xml">
<files mask="flexio_i2c_interrupt_lpi2c_transfer_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_flexio_i2c_read_accel_value_transfer_cm0plus" name="flexio_i2c_read_accel_value_transfer_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/frdmk32l3a6/driver_examples/flexio/i2c/read_accel_value_transfer/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/flexio/i2c/read_accel_value_transfer/cm0plus" type="xml">
<files mask="flexio_i2c_read_accel_value_transfer_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_flexio_pwm_cm0plus" name="flexio_pwm_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/frdmk32l3a6/driver_examples/flexio/pwm/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/flexio/pwm/cm0plus" type="xml">
<files mask="flexio_pwm_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_flexio_spi_edma_lpspi_transfer_master_cm0plus" name="flexio_spi_edma_lpspi_transfer_master_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/frdmk32l3a6/driver_examples/flexio/spi/edma_lpspi_transfer/master/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/flexio/spi/edma_lpspi_transfer/master/cm0plus" type="xml">
<files mask="flexio_spi_edma_lpspi_transfer_master_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_flexio_spi_edma_lpspi_transfer_slave_cm0plus" name="flexio_spi_edma_lpspi_transfer_slave_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/frdmk32l3a6/driver_examples/flexio/spi/edma_lpspi_transfer/slave/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/flexio/spi/edma_lpspi_transfer/slave/cm0plus" type="xml">
<files mask="flexio_spi_edma_lpspi_transfer_slave_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_flexio_spi_int_lpspi_transfer_master_cm0plus" name="flexio_spi_int_lpspi_transfer_master_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/frdmk32l3a6/driver_examples/flexio/spi/int_lpspi_transfer/master/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/flexio/spi/int_lpspi_transfer/master/cm0plus" type="xml">
<files mask="flexio_spi_int_lpspi_transfer_master_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_flexio_spi_int_lpspi_transfer_slave_cm0plus" name="flexio_spi_int_lpspi_transfer_slave_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/frdmk32l3a6/driver_examples/flexio/spi/int_lpspi_transfer/slave/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/flexio/spi/int_lpspi_transfer/slave/cm0plus" type="xml">
<files mask="flexio_spi_int_lpspi_transfer_slave_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_flexio_uart_edma_transfer_cm0plus" name="flexio_uart_edma_transfer_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/frdmk32l3a6/driver_examples/flexio/uart/edma_transfer/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/flexio/uart/edma_transfer/cm0plus" type="xml">
<files mask="flexio_uart_edma_transfer_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_flexio_uart_int_rb_transfer_cm0plus" name="flexio_uart_int_rb_transfer_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/frdmk32l3a6/driver_examples/flexio/uart/int_rb_transfer/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/flexio/uart/int_rb_transfer/cm0plus" type="xml">
<files mask="flexio_uart_int_rb_transfer_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_flexio_uart_interrupt_transfer_cm0plus" name="flexio_uart_interrupt_transfer_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/frdmk32l3a6/driver_examples/flexio/uart/interrupt_transfer/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/flexio/uart/interrupt_transfer/cm0plus" type="xml">
<files mask="flexio_uart_interrupt_transfer_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_flexio_uart_polling_transfer_cm0plus" name="flexio_uart_polling_transfer_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/frdmk32l3a6/driver_examples/flexio/uart/polling_transfer/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/flexio/uart/polling_transfer/cm0plus" type="xml">
<files mask="flexio_uart_polling_transfer_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_fmstr_example_any_cm0plus" name="fmstr_example_any_cm0plus" brief="FreeMASTER example fully configured by MCUXpresso ConfigTools. Serial communication is used by default, but it can be changed easily to CAN or other in the MCUXpresso Peripheral Tool. Also FreeMASTER driver features are configured graphically in this tool. The Pins and Clock Tool are used to configure pin multiplexers and clocks. Just like other FreeMASTER examples, the application demonstrates use of FreeMASTER tool to visualize internal variables and to control the application flow by modifying variables. The application also shows use of advanced FreeMASTER features like TSA tables and Pipes." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="FreeMASTER_examples" path="boards/frdmk32l3a6/freemaster_examples/fmstr_any/cm0plus">
<external path="boards/frdmk32l3a6/freemaster_examples/fmstr_any/cm0plus" type="xml">
<files mask="fmstr_example_any_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_fmstr_example_pdbdm_cm0plus" name="fmstr_example_pdbdm_cm0plus" brief="FreeMASTER example using a special packet-driven protocol on top of JTAG or BDM direct memory access. This example application demonstrates use of FreeMASTER tool to visualize internal variables and to control the application flow by modifying variables. The application also shows use of advanced FreeMASTER features like TSA tables and Pipes." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="FreeMASTER_examples" path="boards/frdmk32l3a6/freemaster_examples/fmstr_pdbdm/cm0plus">
<external path="boards/frdmk32l3a6/freemaster_examples/fmstr_pdbdm/cm0plus" type="xml">
<files mask="fmstr_example_pdbdm_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_fmstr_example_uart_cm0plus" name="fmstr_example_uart_cm0plus" brief="FreeMASTER example using Serial-UART communication with the target microcontroller. This example application demonstrates use of FreeMASTER tool to visualize internal variables and to control the application flow by modifying variables. The application also shows use of advanced FreeMASTER features like TSA tables and Pipes." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="FreeMASTER_examples" path="boards/frdmk32l3a6/freemaster_examples/fmstr_uart/cm0plus">
<external path="boards/frdmk32l3a6/freemaster_examples/fmstr_uart/cm0plus" type="xml">
<files mask="fmstr_example_uart_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_freertos_lpspi_cm0plus" name="freertos_lpspi_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk32l3a6/rtos_examples/freertos_lpspi/cm0plus">
<external path="boards/frdmk32l3a6/rtos_examples/freertos_lpspi/cm0plus" type="xml">
<files mask="freertos_lpspi_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_freertos_lpspi_b2b_master_cm0plus" name="freertos_lpspi_b2b_master_cm0plus" brief="The freertos_lpspi_b2b_master example shows how to use LPSPI driver in FreeRTOS." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk32l3a6/rtos_examples/freertos_lpspi_b2b/master/cm0plus">
<external path="boards/frdmk32l3a6/rtos_examples/freertos_lpspi_b2b/master/cm0plus" type="xml">
<files mask="freertos_lpspi_b2b_master_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_freertos_lpspi_b2b_slave_cm0plus" name="freertos_lpspi_b2b_slave_cm0plus" brief="The freertos_lpspi_b2b_slave example shows how to use LPSPI driver in FreeRTOS." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk32l3a6/rtos_examples/freertos_lpspi_b2b/slave/cm0plus">
<external path="boards/frdmk32l3a6/rtos_examples/freertos_lpspi_b2b/slave/cm0plus" type="xml">
<files mask="freertos_lpspi_b2b_slave_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_freertos_lpuart_cm0plus" name="freertos_lpuart_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk32l3a6/rtos_examples/freertos_lpuart/cm0plus">
<external path="boards/frdmk32l3a6/rtos_examples/freertos_lpuart/cm0plus" type="xml">
<files mask="freertos_lpuart_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_freertos_message_buffers_cm0plus" name="freertos_message_buffers_cm0plus" brief="The FreeRTOS Message Buffers multicore project is a simple demonstration program that uses the MCUXpresso SDK software and the Message Buffers component of FreeRTOS. It shows how to implement lightweight core to core communication using FreeRTOS Message Buffers, which are lockless circular buffers that can pass data packets of varying sizes from a single sender to a single receiver. The primary core releases the secondary core from the reset and then the inter-core communication is established then. Once the Message Buffers are initialized on both cores the message exchange starts, incrementing a virtual counter that is part of the message payload. The message pingpong finishes when the counter reaches the value of 100. The Message Buffer is deinitialized at the end. NXP Multicore Manager (MCMGR) component is used for several purposes in this example: - it releases the secondary core from the reset (starts the secondary code) - it registers and use the application event for init handshaking (the secondary core application signals to the primary core it is ready to communicate) - it registers and use the FreeRtosMessageBuffersEvent for inter-core interrupts triggering and interrupts handling. Shared memory usage: This multicore example uses the shared memory for data exchange. The shared memory region is defined and the size can be adjustable in the linker file. The shared memory region start address and the size have to be defined in linker file for each core equally. The shared memory start address is then exported from the linker to the application to allow placing FreeRTOS Message Buffers at a fixed location that is then known for both cores." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multicore_examples" path="boards/frdmk32l3a6/multicore_examples/freertos_message_buffers/cm0plus">
<external path="boards/frdmk32l3a6/multicore_examples/freertos_message_buffers/cm0plus" type="xml">
<files mask="freertos_message_buffers_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_freertos_mutex_cm0plus" name="freertos_mutex_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk32l3a6/rtos_examples/freertos_mutex/cm0plus">
<external path="boards/frdmk32l3a6/rtos_examples/freertos_mutex/cm0plus" type="xml">
<files mask="freertos_mutex_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_freertos_queue_cm0plus" name="freertos_queue_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk32l3a6/rtos_examples/freertos_queue/cm0plus">
<external path="boards/frdmk32l3a6/rtos_examples/freertos_queue/cm0plus" type="xml">
<files mask="freertos_queue_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_freertos_sem_cm0plus" name="freertos_sem_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk32l3a6/rtos_examples/freertos_sem/cm0plus">
<external path="boards/frdmk32l3a6/rtos_examples/freertos_sem/cm0plus" type="xml">
<files mask="freertos_sem_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_freertos_sem_static_cm0plus" name="freertos_sem_static_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk32l3a6/rtos_examples/freertos_sem_static/cm0plus">
<external path="boards/frdmk32l3a6/rtos_examples/freertos_sem_static/cm0plus" type="xml">
<files mask="freertos_sem_static_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_freertos_swtimer_cm0plus" name="freertos_swtimer_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk32l3a6/rtos_examples/freertos_swtimer/cm0plus">
<external path="boards/frdmk32l3a6/rtos_examples/freertos_swtimer/cm0plus" type="xml">
<files mask="freertos_swtimer_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_freertos_tickless_cm0plus" name="freertos_tickless_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/frdmk32l3a6/rtos_examples/freertos_tickless/cm0plus">
<external path="boards/frdmk32l3a6/rtos_examples/freertos_tickless/cm0plus" type="xml">
<files mask="freertos_tickless_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_gpio_input_interrupt_cm0plus" name="gpio_input_interrupt_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/gpio" path="boards/frdmk32l3a6/driver_examples/gpio/input_interrupt/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/gpio/input_interrupt/cm0plus" type="xml">
<files mask="gpio_input_interrupt_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_gpio_led_output_cm0plus" name="gpio_led_output_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/gpio" path="boards/frdmk32l3a6/driver_examples/gpio/led_output/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/gpio/led_output/cm0plus" type="xml">
<files mask="gpio_led_output_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_hello_world_demo_cm0plus" name="hello_world_demo_cm0plus" brief="The HelloWorld demo prints the "Hello World" string to the terminal using the SDK UART drivers and repeat what user input. The purpose of this demo is to show how to use the UART, and to provide a simple project for debugging and further development." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk32l3a6/demo_apps/hello_world/cm0plus">
<external path="boards/frdmk32l3a6/demo_apps/hello_world/cm0plus" type="xml">
<files mask="hello_world_demo_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_hello_world_cm0plus" name="hello_world_cm0plus" brief="The Multicore Hello World demo application demonstrates how to set up projects for individualcores on a multicore system. In this demo, the primary core prints the "Hello World from the Primary Core!"string to the terminal and then releases the secondary core from the reset. The secondarycore toggles an on-board LED indicating that the secondary core is running." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multicore_examples" path="boards/frdmk32l3a6/multicore_examples/hello_world/cm0plus">
<external path="boards/frdmk32l3a6/multicore_examples/hello_world/cm0plus" type="xml">
<files mask="hello_world_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_log_bm_cm0plus" name="log_bm_cm0plus" brief="The log demo is used to demonstrate how to use log component. The main function of the demo is to prompt the LOG level string according to the user input log level command." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="component_examples" path="boards/frdmk32l3a6/component_examples/log/bm/cm0plus">
<external path="boards/frdmk32l3a6/component_examples/log/bm/cm0plus" type="xml">
<files mask="log_bm_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_log_freertos_cm0plus" name="log_freertos_cm0plus" brief="The log demo is used to demonstrate how to use log component. The main function of the demo is to prompt the LOG level string according to the user input log level command." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="component_examples" path="boards/frdmk32l3a6/component_examples/log/freertos/cm0plus">
<external path="boards/frdmk32l3a6/component_examples/log/freertos/cm0plus" type="xml">
<files mask="log_freertos_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpadc_interrupt_cm0plus" name="lpadc_interrupt_cm0plus" brief="The lpadc_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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpadc" path="boards/frdmk32l3a6/driver_examples/lpadc/interrupt/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpadc/interrupt/cm0plus" type="xml">
<files mask="lpadc_interrupt_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpadc_polling_cm0plus" name="lpadc_polling_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpadc" path="boards/frdmk32l3a6/driver_examples/lpadc/polling/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpadc/polling/cm0plus" type="xml">
<files mask="lpadc_polling_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpcmp_interrupt_cm0plus" name="lpcmp_interrupt_cm0plus" brief="The LPCMP interrupt Example shows how to use interrupt with LPCMP driver.In this example, user should indicate an input channel to capture a voltage signal (can be controlled by user) as the LPCMP's positive channel input. On the negative side, the internal 6-bit DAC is used to generate the fixed voltage abouthalf value of reference voltage.When running the project, change the input voltage of user-defined channel, then the comparator's output would changebetween logic one and zero when the user-defined channel's voltage crosses the internal DAC's value. The change ofcomparator's output would generate the falling and rising edge events with their interrupts enabled. When any LPCMP interrupt happens, the LPCMP's ISR would turn on the LED light if detecting the output's rising edge, or turn off it whendetecting the output's falling edge." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpcmp" path="boards/frdmk32l3a6/driver_examples/lpcmp/interrupt/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpcmp/interrupt/cm0plus" type="xml">
<files mask="lpcmp_interrupt_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpcmp_polling_cm0plus" name="lpcmp_polling_cm0plus" brief="The LPCMP polling Example shows the simplest way to use LPCMP driver and help user with a quick start.In this example, user should indicate an input channel to capture a voltage signal (can be controlled by user) as the LPCMP's positive channel input. On the negative side, the internal 6-bit DAC is used to generate the fixed voltage abouthalf value of reference voltage.When running the project, change the input voltage of user-defined channel, then the comparator's output would changebetween logic one and zero when the user's voltage crosses the internal DAC's value. The endless loop in main() functionwould detect the logic value of comparator's output, and change the LED. The LED would be turned on when the compareoutput is logic one, or turned off when zero." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpcmp" path="boards/frdmk32l3a6/driver_examples/lpcmp/polling/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpcmp/polling/cm0plus" type="xml">
<files mask="lpcmp_polling_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpi2c_edma_b2b_transfer_master_cm0plus" name="lpi2c_edma_b2b_transfer_master_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/frdmk32l3a6/driver_examples/lpi2c/edma_b2b_transfer/master/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpi2c/edma_b2b_transfer/master/cm0plus" type="xml">
<files mask="lpi2c_edma_b2b_transfer_master_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpi2c_edma_b2b_transfer_slave_cm0plus" name="lpi2c_edma_b2b_transfer_slave_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/frdmk32l3a6/driver_examples/lpi2c/edma_b2b_transfer/slave/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpi2c/edma_b2b_transfer/slave/cm0plus" type="xml">
<files mask="lpi2c_edma_b2b_transfer_slave_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpi2c_interrupt_cm0plus" name="lpi2c_interrupt_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/frdmk32l3a6/driver_examples/lpi2c/interrupt/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpi2c/interrupt/cm0plus" type="xml">
<files mask="lpi2c_interrupt_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpi2c_interrupt_b2b_transfer_master_cm0plus" name="lpi2c_interrupt_b2b_transfer_master_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/frdmk32l3a6/driver_examples/lpi2c/interrupt_b2b_transfer/master/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpi2c/interrupt_b2b_transfer/master/cm0plus" type="xml">
<files mask="lpi2c_interrupt_b2b_transfer_master_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpi2c_interrupt_b2b_transfer_slave_cm0plus" name="lpi2c_interrupt_b2b_transfer_slave_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/frdmk32l3a6/driver_examples/lpi2c/interrupt_b2b_transfer/slave/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpi2c/interrupt_b2b_transfer/slave/cm0plus" type="xml">
<files mask="lpi2c_interrupt_b2b_transfer_slave_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpi2c_polling_b2b_master_cm0plus" name="lpi2c_polling_b2b_master_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/frdmk32l3a6/driver_examples/lpi2c/polling_b2b/master/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpi2c/polling_b2b/master/cm0plus" type="xml">
<files mask="lpi2c_polling_b2b_master_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpi2c_polling_b2b_slave_cm0plus" name="lpi2c_polling_b2b_slave_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/frdmk32l3a6/driver_examples/lpi2c/polling_b2b/slave/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpi2c/polling_b2b/slave/cm0plus" type="xml">
<files mask="lpi2c_polling_b2b_slave_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpi2c_read_accel_value_transfer_cm0plus" name="lpi2c_read_accel_value_transfer_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/frdmk32l3a6/driver_examples/lpi2c/read_accel_value_transfer/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpi2c/read_accel_value_transfer/cm0plus" type="xml">
<files mask="lpi2c_read_accel_value_transfer_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpit_chained_channel_cm0plus" name="lpit_chained_channel_cm0plus" brief="The LPIT chained channel project is a simple example of the SDK LPIT driver. It sets up the LPIT hardware block to trigger a periodic interrupt after every 1 second in the channel No.0, the channel No.1 chained with channel No.0, if LPIT contain more than two channels, the channel No.2 chained with channel No.1....the channel No.N chained with Channel No.N-1. When the LPIT interrupt is triggered." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpit" path="boards/frdmk32l3a6/driver_examples/lpit/chained_channel/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpit/chained_channel/cm0plus" type="xml">
<files mask="lpit_chained_channel_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpit_single_channel_cm0plus" name="lpit_single_channel_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpit" path="boards/frdmk32l3a6/driver_examples/lpit/single_channel/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpit/single_channel/cm0plus" type="xml">
<files mask="lpit_single_channel_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpspi_edma_b2b_transfer_master_cm0plus" name="lpspi_edma_b2b_transfer_master_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/frdmk32l3a6/driver_examples/lpspi/edma_b2b_transfer/master/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpspi/edma_b2b_transfer/master/cm0plus" type="xml">
<files mask="lpspi_edma_b2b_transfer_master_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpspi_edma_b2b_transfer_slave_cm0plus" name="lpspi_edma_b2b_transfer_slave_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/frdmk32l3a6/driver_examples/lpspi/edma_b2b_transfer/slave/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpspi/edma_b2b_transfer/slave/cm0plus" type="xml">
<files mask="lpspi_edma_b2b_transfer_slave_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpspi_interrupt_cm0plus" name="lpspi_interrupt_cm0plus" brief="The lpspi_functional_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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/frdmk32l3a6/driver_examples/lpspi/interrupt/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpspi/interrupt/cm0plus" type="xml">
<files mask="lpspi_interrupt_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpspi_interrupt_b2b_master_cm0plus" name="lpspi_interrupt_b2b_master_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/frdmk32l3a6/driver_examples/lpspi/interrupt_b2b/master/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpspi/interrupt_b2b/master/cm0plus" type="xml">
<files mask="lpspi_interrupt_b2b_master_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpspi_interrupt_b2b_slave_cm0plus" name="lpspi_interrupt_b2b_slave_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/frdmk32l3a6/driver_examples/lpspi/interrupt_b2b/slave/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpspi/interrupt_b2b/slave/cm0plus" type="xml">
<files mask="lpspi_interrupt_b2b_slave_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpspi_interrupt_b2b_transfer_master_cm0plus" name="lpspi_interrupt_b2b_transfer_master_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/frdmk32l3a6/driver_examples/lpspi/interrupt_b2b_transfer/master/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpspi/interrupt_b2b_transfer/master/cm0plus" type="xml">
<files mask="lpspi_interrupt_b2b_transfer_master_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpspi_interrupt_b2b_transfer_slave_cm0plus" name="lpspi_interrupt_b2b_transfer_slave_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/frdmk32l3a6/driver_examples/lpspi/interrupt_b2b_transfer/slave/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpspi/interrupt_b2b_transfer/slave/cm0plus" type="xml">
<files mask="lpspi_interrupt_b2b_transfer_slave_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpspi_polling_b2b_transfer_master_cm0plus" name="lpspi_polling_b2b_transfer_master_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/frdmk32l3a6/driver_examples/lpspi/polling_b2b_transfer/master/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpspi/polling_b2b_transfer/master/cm0plus" type="xml">
<files mask="lpspi_polling_b2b_transfer_master_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpspi_polling_b2b_transfer_slave_cm0plus" name="lpspi_polling_b2b_transfer_slave_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/frdmk32l3a6/driver_examples/lpspi/polling_b2b_transfer/slave/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpspi/polling_b2b_transfer/slave/cm0plus" type="xml">
<files mask="lpspi_polling_b2b_transfer_slave_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lptmr_cm0plus" name="lptmr_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/frdmk32l3a6/driver_examples/lptmr/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lptmr/cm0plus" type="xml">
<files mask="lptmr_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpuart_interrupt_cm0plus" name="lpuart_interrupt_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/frdmk32l3a6/driver_examples/lpuart/interrupt/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpuart/interrupt/cm0plus" type="xml">
<files mask="lpuart_interrupt_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpuart_interrupt_rb_transfer_cm0plus" name="lpuart_interrupt_rb_transfer_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/frdmk32l3a6/driver_examples/lpuart/interrupt_rb_transfer/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpuart/interrupt_rb_transfer/cm0plus" type="xml">
<files mask="lpuart_interrupt_rb_transfer_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpuart_interrupt_transfer_cm0plus" name="lpuart_interrupt_transfer_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/frdmk32l3a6/driver_examples/lpuart/interrupt_transfer/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpuart/interrupt_transfer/cm0plus" type="xml">
<files mask="lpuart_interrupt_transfer_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpuart_interrupt_transfer_seven_bits_cm0plus" name="lpuart_interrupt_transfer_seven_bits_cm0plus" brief="The lpuart_interrupt_transfer_seven_bits Example project is to demonstrate usage of the KSDK lpuart driver with seven data bits feature enabled.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.NOTE: Please set com port format to "7 data bits without parity bit" in PC's com port tool" toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/frdmk32l3a6/driver_examples/lpuart/interrupt_transfer_seven_bits/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpuart/interrupt_transfer_seven_bits/cm0plus" type="xml">
<files mask="lpuart_interrupt_transfer_seven_bits_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpuart_polling_cm0plus" name="lpuart_polling_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/frdmk32l3a6/driver_examples/lpuart/polling/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpuart/polling/cm0plus" type="xml">
<files mask="lpuart_polling_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_lpuart_polling_seven_bits_cm0plus" name="lpuart_polling_seven_bits_cm0plus" brief="The lpuart_polling_seven_bits Example project is to demonstrate usage of the KSDK lpuart driver with seven data bits feature enabled.In the example, you can send characters to the console back and they will be printed out onto console instantly.NOTE: Please set com port format to "7 data bits without parity bit" in PC's com port tool" toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/frdmk32l3a6/driver_examples/lpuart/polling_seven_bits/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/lpuart/polling_seven_bits/cm0plus" type="xml">
<files mask="lpuart_polling_seven_bits_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_mbedtls_benchmark_cm0plus" name="mbedtls_benchmark_cm0plus" brief="The mbdedTLS Benchmark demo application performs cryptographic algorithm benchmarking and prints results to theterminal." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="mbedtls_examples" path="boards/frdmk32l3a6/mbedtls_examples/mbedtls_benchmark/cm0plus">
<external path="boards/frdmk32l3a6/mbedtls_examples/mbedtls_benchmark/cm0plus" type="xml">
<files mask="mbedtls_benchmark_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_mbedtls_selftest_cm0plus" name="mbedtls_selftest_cm0plus" brief="The mbdedTLS SelfTest program performs cryptographic algorithm testing and prints results to theterminal." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="mbedtls_examples" path="boards/frdmk32l3a6/mbedtls_examples/mbedtls_selftest/cm0plus">
<external path="boards/frdmk32l3a6/mbedtls_examples/mbedtls_selftest/cm0plus" type="xml">
<files mask="mbedtls_selftest_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_mmdvsq_cm0plus" name="mmdvsq_cm0plus" brief="The MMDVSQ Example project is a demonstration program that uses the KSDK software to Calculation square root and QuotientMMDVSQ Peripheral Driver ExampleStart MMDVSQ ExampleCalculation square root, please enter radicandSquare root of 9 is 3Calculation division to get remainder and quotientEnter dividend and divisorRemainder of 10 and 5 is 0Quotient of 10 and 5 is 2" toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/frdmk32l3a6/driver_examples/mmdvsq/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/mmdvsq/cm0plus" type="xml">
<files mask="mmdvsq_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_mu_interrupt_core1" name="mu_interrupt_core1" brief="The mu_interrupt example shows how to use MU driver in interrupt way:In this example:1. Core 0 send message to Core 1 in interrupt mode via MU module.2. Core 1 send message back to Core 0 in interrupt mode.3. Core 0 receive message sent from Core 1 in interrupt mode." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/mu" path="boards/frdmk32l3a6/driver_examples/mu/interrupt/core1">
<external path="boards/frdmk32l3a6/driver_examples/mu/interrupt/core1" type="xml">
<files mask="mu_interrupt_core1_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_mu_polling_core1" name="mu_polling_core1" brief="The mu_polling example shows how to use MU driver in polling way:In this example:1. Core 0 send message to Core 1 in polling mode via MU module.2. Core 1 send message back to Core 0 in polling mode.3. Core 0 receive message sent from Core 1 in polling mode." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/mu" path="boards/frdmk32l3a6/driver_examples/mu/polling/core1">
<external path="boards/frdmk32l3a6/driver_examples/mu/polling/core1" type="xml">
<files mask="mu_polling_core1_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_multicore_manager_cm0plus" name="multicore_manager_cm0plus" brief="The Multicore Manager example application demonstrates advanced features of the MCMgr component. In this demo, the primary core prints the "Hello World from the Primary Core!" string to the terminal and then releases the secondary core from the reset. The secondary core toggles an on-board LED indicating that the secondary core is running. It is also possible to stop/start the secondary core during the runtime by pressing on-board buttons. The on-board LED then indicates the change, it stops/starts toggling accordingly. This application also shows how to use the Multicore Manager for remote core monitoring and handling of events such as application, CoreUp, CoreDown and exception events. Application-specific callback functions for events are registered by the MCMGR_RegisterEvent() API on the primary core. Triggering these events is done using the MCMGR_TriggerEvent() API on the secondary core. While CoreUp, CoreDown events are triggered from startup and MCMGR code, the application event is triggered from the application. The exception event is triggered in the secondary application after 100 LED toggles by trying to write to flash. This raises the exception on the secondary core and triggers the RemoteExceptionEvent on the primary core. " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multicore_examples" path="boards/frdmk32l3a6/multicore_examples/multicore_manager/cm0plus">
<external path="boards/frdmk32l3a6/multicore_examples/multicore_manager/cm0plus" type="xml">
<files mask="multicore_manager_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_pflash_cm0plus" name="pflash_cm0plus" brief="The pflash example shows how to use flash driver to operate program flash:" toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flash" path="boards/frdmk32l3a6/driver_examples/flash/pflash/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/flash/pflash/cm0plus" type="xml">
<files mask="pflash_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_power_mode_switch_cm0plus" name="power_mode_switch_cm0plus" brief="The IEE IEER MMDC demo application demonstrates usage of the IEE and IEER driver. The Inline Encryption Engine (IEE) together with Inline Encryption Engine Router (IEER) provides a means to perform inline encryption and decryption of information transferred over external memory interfaces. In this demo application encrypted read and write is performed to external DDR Ram using MMDC. At first IEE is configured to perform AES XTS encryprion/decryption using KEY1 & KEY2 for region 3 (highest priority region). Offset setting for region 3 is calculated using IEE_GetOffset() function. IEE uses offset to determine the physical address of the memory location that you are accessing. Offset is added to IEE address when performing read or write access to IEE. Then IEER is set to cover all its address space for region 3. Now all data written/read to/from IEE address will be encrypted/decrypted and written/read to/from physical DDR memory. Then test data are written over IEE to DDR. After the successful write, data are read directly from the DDR (without using IEE) to see that they are crypted. Then read using IEE is performed and the data are compared to written data in the begining of this demo." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk32l3a6/demo_apps/power_mode_switch/cm0plus">
<external path="boards/frdmk32l3a6/demo_apps/power_mode_switch/cm0plus" type="xml">
<files mask="power_mode_switch_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_rpmsg_lite_pingpong_cm0plus" name="rpmsg_lite_pingpong_cm0plus" brief="The Multicore RPMsg-Lite pingpong 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multicore_examples" path="boards/frdmk32l3a6/multicore_examples/rpmsg_lite_pingpong/cm0plus">
<external path="boards/frdmk32l3a6/multicore_examples/rpmsg_lite_pingpong/cm0plus" type="xml">
<files mask="rpmsg_lite_pingpong_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_rpmsg_lite_pingpong_rtos_cm0plus" name="rpmsg_lite_pingpong_rtos_cm0plus" 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multicore_examples" path="boards/frdmk32l3a6/multicore_examples/rpmsg_lite_pingpong_rtos/cm0plus">
<external path="boards/frdmk32l3a6/multicore_examples/rpmsg_lite_pingpong_rtos/cm0plus" type="xml">
<files mask="rpmsg_lite_pingpong_rtos_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_rtc_cm0plus" name="rtc_cm0plus" brief="The RTC project is a simple demonstration program of the SDK RTC driver. It sets up the RTChardware block to trigger an alarm after a user specified time period. The test will set the currentdate and time to a predefined value. The alarm will be set with reference to this predefined dateand time." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/frdmk32l3a6/driver_examples/rtc/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/rtc/cm0plus" type="xml">
<files mask="rtc_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_rtc_func_cm0plus" name="rtc_func_cm0plus" brief="The RTC demo application demonstrates the important features of the RTC Module by using the RTC Peripheral Driver.The RTC demo supports the following features:- Calendar + Get the current date time with Year, Month, Day, Hour, Minute, and Second. + Set the current date time with Year, Month, Day, Hour, Minute, and Second.- Alarm + Set the alarm based on the current time. + Application prints a notification when the alarm expires.- Seconds interrupt + Use second interrupt function to display a digital time blink every second." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk32l3a6/demo_apps/rtc_func/cm0plus">
<external path="boards/frdmk32l3a6/demo_apps/rtc_func/cm0plus" type="xml">
<files mask="rtc_func_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_sdcard_fatfs_cm0plus" name="sdcard_fatfs_cm0plus" brief="The SDCARD FATFS project is a demonstration program that uses the SDK software. Tt mounts a file system based on a SD card then does "creat directory/read directory/create file/write file/read file"operation. The file sdhc_config.h has default SDHC configuration which can be adjusted to let carddriver has different performance. The purpose of this example is to show how to use SDCARD driver based FATFS disk in SDK software." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="sdmmc_examples/sdcard_fatfs" path="boards/frdmk32l3a6/sdmmc_examples/sdcard_fatfs/cm0plus">
<external path="boards/frdmk32l3a6/sdmmc_examples/sdcard_fatfs/cm0plus" type="xml">
<files mask="sdcard_fatfs_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_sdcard_fatfs_freertos_cm0plus" name="sdcard_fatfs_freertos_cm0plus" brief="The SDCARD FATFS FREERTOS project is a demonstration program that uses the SDK software. The purpose of this example is to show how to use SDCARD with fatfs and freertos." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="sdmmc_examples/sdcard_fatfs_freertos" path="boards/frdmk32l3a6/sdmmc_examples/sdcard_fatfs_freertos/cm0plus">
<external path="boards/frdmk32l3a6/sdmmc_examples/sdcard_fatfs_freertos/cm0plus" type="xml">
<files mask="sdcard_fatfs_freertos_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_sdcard_freertos_cm0plus" name="sdcard_freertos_cm0plus" brief="The SDCARD FreeRTOS project is a demonstration program that uses the SDK software. It reads/writes/erases the SD card continusly. The purpose of this example is to show how to use SDCARD driver with FreeRTOS in SDK software to access SD card.Note: If DATA3 is used as the card detect PIN, please make sure DATA3 is pull down, no matter internal or external, at the same time, make sure the card can pull DATA3 up, then host can detect card through DATA3.And SDHC do not support detect card through CD by host, card can be detected through DATA3 or GPIO.No matter detect card through host or gpio, make sure the pinmux configuration is correct." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="sdmmc_examples/sdcard_freertos" path="boards/frdmk32l3a6/sdmmc_examples/sdcard_freertos/cm0plus">
<external path="boards/frdmk32l3a6/sdmmc_examples/sdcard_freertos/cm0plus" type="xml">
<files mask="sdcard_freertos_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_sdcard_interrupt_cm0plus" name="sdcard_interrupt_cm0plus" brief="The SDCARD Interrupt project is a demonstration program that uses the SDK software. It reads/writes/erases the SD card continusly. The purpose of this example is to show how to use SDCARD driver andshow how to use interrupt based transfer API in SDHC driver in SDK software to access SD card.Note: If DATA3 is used as the card detect PIN, please make sure DATA3 is pull down, no matter internal or external, at the same time, make sure the card can pull DATA3 up, then host can detect card through DATA3.And SDHC do not support detect card through CD by host, card can be detected through DATA3 or GPIO.No matter detect card through host or gpio, make sure the pinmux configuration is correct." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="sdmmc_examples/sdcard_interrupt" path="boards/frdmk32l3a6/sdmmc_examples/sdcard_interrupt/cm0plus">
<external path="boards/frdmk32l3a6/sdmmc_examples/sdcard_interrupt/cm0plus" type="xml">
<files mask="sdcard_interrupt_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_sdcard_polling_cm0plus" name="sdcard_polling_cm0plus" brief="The SDCARD Polling project is a demonstration program that uses the SDK software. It reads/writes/erases the SD card continusly. The purpose of this example is to show how to use SDCARD driver andshow how to use polling based transfer API in SDHC driver in SDK software to access SD card.Note: If DATA3 is used as the card detect PIN, please make sure DATA3 is pull down, no matter internal or external, at the same time, make sure the card can pull DATA3 up, then host can detect card through DATA3.And SDHC do not support detect card through CD by host, card can be detected through DATA3 or GPIO.No matter detect card through host or gpio, make sure the pinmux configuration is correct." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="sdmmc_examples/sdcard_polling" path="boards/frdmk32l3a6/sdmmc_examples/sdcard_polling/cm0plus">
<external path="boards/frdmk32l3a6/sdmmc_examples/sdcard_polling/cm0plus" type="xml">
<files mask="sdcard_polling_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_sema42_dual_core_core1" name="sema42_dual_core_core1" brief="The sema42 example shows how to use SEMA42 driver to lock and unlock a sema gate:In this example:1. Firstly, Core 0 turn on LED and lock a sema gate then boot up Core 1 wake up.2. Core 1 must be wait until Core 0 unlocks this sema gate to lock it.3. After user press any key in terminal window, the sema gate will be unlocked by core 0,then core 1 will lock it and turn off the LEDIf the board does not have LED to show the status, then core 1 will send a flagto core 0 when core 1 has locked the sema gate. Core 0 outputs the success logafter it received the flag." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/sema42" path="boards/frdmk32l3a6/driver_examples/sema42/dual_core/core1">
<external path="boards/frdmk32l3a6/driver_examples/sema42/dual_core/core1" type="xml">
<files mask="sema42_dual_core_core1_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_shell_cm0plus" name="shell_cm0plus" brief="The Shell Demo application demonstrates to control Leds by commands." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk32l3a6/demo_apps/shell/cm0plus">
<external path="boards/frdmk32l3a6/demo_apps/shell/cm0plus" type="xml">
<files mask="shell_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_tpm_combine_pwm_cm0plus" name="tpm_combine_pwm_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/tpm" path="boards/frdmk32l3a6/driver_examples/tpm/combine_pwm/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/tpm/combine_pwm/cm0plus" type="xml">
<files mask="tpm_combine_pwm_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_tpm_dual_edge_capture_cm0plus" name="tpm_dual_edge_capture_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/tpm" path="boards/frdmk32l3a6/driver_examples/tpm/dual_edge_capture/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/tpm/dual_edge_capture/cm0plus" type="xml">
<files mask="tpm_dual_edge_capture_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_tpm_input_capture_cm0plus" name="tpm_input_capture_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/tpm" path="boards/frdmk32l3a6/driver_examples/tpm/input_capture/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/tpm/input_capture/cm0plus" type="xml">
<files mask="tpm_input_capture_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_tpm_output_compare_cm0plus" name="tpm_output_compare_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/tpm" path="boards/frdmk32l3a6/driver_examples/tpm/output_compare/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/tpm/output_compare/cm0plus" type="xml">
<files mask="tpm_output_compare_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_tpm_pwm_twochannel_cm0plus" name="tpm_pwm_twochannel_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/tpm" path="boards/frdmk32l3a6/driver_examples/tpm/pwm_twochannel/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/tpm/pwm_twochannel/cm0plus" type="xml">
<files mask="tpm_pwm_twochannel_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_tpm_simple_pwm_cm0plus" name="tpm_simple_pwm_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/tpm" path="boards/frdmk32l3a6/driver_examples/tpm/simple_pwm/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/tpm/simple_pwm/cm0plus" type="xml">
<files mask="tpm_simple_pwm_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_tpm_timer_cm0plus" name="tpm_timer_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/tpm" path="boards/frdmk32l3a6/driver_examples/tpm/timer/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/tpm/timer/cm0plus" type="xml">
<files mask="tpm_timer_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_trng_random_cm0plus" name="trng_random_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/trng" path="boards/frdmk32l3a6/driver_examples/trng/random/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/trng/random/cm0plus" type="xml">
<files mask="trng_random_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_tstmr_cm0plus" name="tstmr_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/frdmk32l3a6/driver_examples/tstmr/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/tstmr/cm0plus" type="xml">
<files mask="tstmr_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_xrdc_cm0plus" name="xrdc_cm0plus" 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 mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/frdmk32l3a6/driver_examples/xrdc/cm0plus">
<external path="boards/frdmk32l3a6/driver_examples/xrdc/cm0plus" type="xml">
<files mask="xrdc_cm0plus_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_bubble_cm4" name="bubble_cm4" 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk32l3a6/demo_apps/bubble/cm4">
<external path="boards/frdmk32l3a6/demo_apps/bubble/cm4" type="xml">
<files mask="bubble_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cau3_cm4" name="cau3_cm4" brief="The CAU3 Example project is a demonstration program that uses the KSDK software implementseveral cryptography algorithms using the CAU3 software driver." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/frdmk32l3a6/driver_examples/cau3/cm4">
<external path="boards/frdmk32l3a6/driver_examples/cau3/cm4" type="xml">
<files mask="cau3_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpi2c_edma_b2b_transfer_master_cm4" name="cmsis_lpi2c_edma_b2b_transfer_master_cm4" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_i2c_edma_b2b_transfer_master example shows how to use i2c driver as master to do board to board transfer with EDMA:In this example, one i2c instance as master and another i2c instance on the other board as slave. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpi2c" path="boards/frdmk32l3a6/cmsis_driver_examples/lpi2c/edma_b2b_transfer/master/cm4">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpi2c/edma_b2b_transfer/master/cm4" type="xml">
<files mask="cmsis_lpi2c_edma_b2b_transfer_master_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpi2c_edma_b2b_transfer_slave_cm4" name="cmsis_lpi2c_edma_b2b_transfer_slave_cm4" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_i2c_edma_b2b_transfer_master example shows how to use i2c driver as master to do board to board transfer with EDMA:In this example, one i2c instance as master and another i2c instance on the other board as slave. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpi2c" path="boards/frdmk32l3a6/cmsis_driver_examples/lpi2c/edma_b2b_transfer/slave/cm4">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpi2c/edma_b2b_transfer/slave/cm4" type="xml">
<files mask="cmsis_lpi2c_edma_b2b_transfer_slave_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpi2c_int_b2b_transfer_master_cm4" name="cmsis_lpi2c_int_b2b_transfer_master_cm4" 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpi2c" path="boards/frdmk32l3a6/cmsis_driver_examples/lpi2c/int_b2b_transfer/master/cm4">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpi2c/int_b2b_transfer/master/cm4" type="xml">
<files mask="cmsis_lpi2c_int_b2b_transfer_master_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpi2c_int_b2b_transfer_slave_cm4" name="cmsis_lpi2c_int_b2b_transfer_slave_cm4" 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpi2c" path="boards/frdmk32l3a6/cmsis_driver_examples/lpi2c/int_b2b_transfer/slave/cm4">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpi2c/int_b2b_transfer/slave/cm4" type="xml">
<files mask="cmsis_lpi2c_int_b2b_transfer_slave_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpspi_edma_b2b_transfer_master_cm4" name="cmsis_lpspi_edma_b2b_transfer_master_cm4" 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpspi" path="boards/frdmk32l3a6/cmsis_driver_examples/lpspi/edma_b2b_transfer/master/cm4">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpspi/edma_b2b_transfer/master/cm4" type="xml">
<files mask="cmsis_lpspi_edma_b2b_transfer_master_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpspi_edma_b2b_transfer_slave_cm4" name="cmsis_lpspi_edma_b2b_transfer_slave_cm4" 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpspi" path="boards/frdmk32l3a6/cmsis_driver_examples/lpspi/edma_b2b_transfer/slave/cm4">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpspi/edma_b2b_transfer/slave/cm4" type="xml">
<files mask="cmsis_lpspi_edma_b2b_transfer_slave_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpspi_int_b2b_transfer_master_cm4" name="cmsis_lpspi_int_b2b_transfer_master_cm4" 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpspi" path="boards/frdmk32l3a6/cmsis_driver_examples/lpspi/int_b2b_transfer/master/cm4">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpspi/int_b2b_transfer/master/cm4" type="xml">
<files mask="cmsis_lpspi_int_b2b_transfer_master_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpspi_int_b2b_transfer_slave_cm4" name="cmsis_lpspi_int_b2b_transfer_slave_cm4" 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpspi" path="boards/frdmk32l3a6/cmsis_driver_examples/lpspi/int_b2b_transfer/slave/cm4">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpspi/int_b2b_transfer/slave/cm4" type="xml">
<files mask="cmsis_lpspi_int_b2b_transfer_slave_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpuart_edma_transfer_cm4" name="cmsis_lpuart_edma_transfer_cm4" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_uart_edma_transfer example shows how to use uart cmsis driver with EDMA:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board.Note: The example echo every 8 characters, so input 8 characters every time." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpuart" path="boards/frdmk32l3a6/cmsis_driver_examples/lpuart/edma_transfer/cm4">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpuart/edma_transfer/cm4" type="xml">
<files mask="cmsis_lpuart_edma_transfer_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_cmsis_lpuart_interrupt_transfer_cm4" name="cmsis_lpuart_interrupt_transfer_cm4" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_uart_interrupt_transfer example shows how to use uart cmsis driver in interrupt way:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board.Note: The example echo every 8 characters, so input 8 characters every time." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpuart" path="boards/frdmk32l3a6/cmsis_driver_examples/lpuart/interrupt_transfer/cm4">
<external path="boards/frdmk32l3a6/cmsis_driver_examples/lpuart/interrupt_transfer/cm4" type="xml">
<files mask="cmsis_lpuart_interrupt_transfer_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_crc_cm4" name="crc_cm4" brief="The CRC Example project is a demonstration program that uses the KSDK software to generate checksumsfor an ASCII string. Several CRC protocols are implemented using the CRC driver API." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/frdmk32l3a6/driver_examples/crc/cm4">
<external path="boards/frdmk32l3a6/driver_examples/crc/cm4" type="xml">
<files mask="crc_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dac_1_basic_cm4" name="dac_1_basic_cm4" brief="The dac_basic example shows how to use DAC module simply as the general DAC converter.When the DAC's buffer feature is not enabled, the first item of the buffer is used as the DAC output data register.The converter would always output the value of the first item. In this example, it gets the value from terminal,outputs the DAC output voltage through DAC output pin." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dac" path="boards/frdmk32l3a6/driver_examples/dac/dac_basic/cm4">
<external path="boards/frdmk32l3a6/driver_examples/dac/dac_basic/cm4" type="xml">
<files mask="dac_1_basic_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dac_1_buffer_interrupt_cm4" name="dac_1_buffer_interrupt_cm4" brief="The dac_buffer_interrupt example shows how to use DAC FIFO interrupt.When the DAC FIFO empty interrupt is enabled firstly, the application would enter the DAC ISR immediately, since the FIFO is actually empty. Then the FIFO would be feed inside the ISR. Then the DAC interrupt could be restrained. Once the DAC FIFO is triggered in while loop, the data in FIFO is read out, then it becomes empty, so the FIFO would be feed again in DAC ISR. With this example, user can define the DAC output array to generate the different wave output. Also the software trigger can be called in some timer ISR so that the DAC would output the analog signal in indicated period. Or even use the hardware trigger to release the CPU." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dac" path="boards/frdmk32l3a6/driver_examples/dac/dac_buffer_interrupt/cm4">
<external path="boards/frdmk32l3a6/driver_examples/dac/dac_buffer_interrupt/cm4" type="xml">
<files mask="dac_1_buffer_interrupt_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dcdc_framework_cm4" name="dcdc_framework_cm4" brief="The SD JPEG Demo application reads the JPEG pictures from the SD card, decodesthem, and shows them in the LCD panel one by one." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/frdmk32l3a6/demo_apps/dcdc_framework/cm4">
<external path="boards/frdmk32l3a6/demo_apps/dcdc_framework/cm4" type="xml">
<files mask="dcdc_framework_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_audio_generator_bm" name="dev_audio_generator_bm" brief="The USB Audio Generator application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a recording device and users can record the sound from this device via the "Sound Recorder" in the Windows Accessories." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_audio_generator/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_audio_generator/bm/cm4" type="xml">
<files mask="dev_audio_generator_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_audio_generator_freertos" name="dev_audio_generator_freertos" brief="The USB Audio Generator application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a recording device and users can record the sound from this device via the "Sound Recorder" in the Windows Accessories." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_audio_generator/freertos/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_audio_generator/freertos/cm4" type="xml">
<files mask="dev_audio_generator_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_audio_generator_lite_bm" name="dev_audio_generator_lite_bm" brief="The USB Audio Generator application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a recording device and users can record the sound from this device via the "Sound Recorder" in the Windows Accessories." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_audio_generator_lite/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_audio_generator_lite/bm/cm4" type="xml">
<files mask="dev_audio_generator_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_cdc_vcom_bm" name="dev_cdc_vcom_bm" brief="The Virtual COM project is enumerated as a COM port, which the users can open using terminal tools, such as TeraTerm. The demo echoes back any character it receives." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_cdc_vcom/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_cdc_vcom/bm/cm4" type="xml">
<files mask="dev_cdc_vcom_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_cdc_vcom_freertos" name="dev_cdc_vcom_freertos" brief="The Virtual COM project is enumerated as a COM port, which the users can open using terminal tools, such as TeraTerm. The demo echoes back any character it receives." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_cdc_vcom/freertos/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_cdc_vcom/freertos/cm4" type="xml">
<files mask="dev_cdc_vcom_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_cdc_vcom_lite_bm" name="dev_cdc_vcom_lite_bm" brief="The Virtual COM project enumerated as a COM port, which the users can open using terminal tools, such as TeraTerm. The demo echoes back any character it receives." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_cdc_vcom_lite/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_cdc_vcom_lite/bm/cm4" type="xml">
<files mask="dev_cdc_vcom_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_composite_cdc_msc_bm" name="dev_composite_cdc_msc_bm" brief="The Composite CDC_MSC project is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a COM port and a RAM disk, which can be opened using terminal tools, such as TeraTerm. The demo echoes back any character it receives. The RAM disk can be formatted.." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_composite_cdc_msc/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_composite_cdc_msc/bm/cm4" type="xml">
<files mask="dev_composite_cdc_msc_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_composite_cdc_msc_freertos" name="dev_composite_cdc_msc_freertos" brief="The Composite CDC_MSC project is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a COM port and a RAM disk, which can be opened using terminal tools, such as TeraTerm. The demo echoes back any character it receives. The RAM disk can be formatted." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_composite_cdc_msc/freertos/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_composite_cdc_msc/freertos/cm4" type="xml">
<files mask="dev_composite_cdc_msc_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_composite_cdc_msc_lite_bm" name="dev_composite_cdc_msc_lite_bm" brief="The Composite CDC_MSC project is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a COM port and a RAM disk, which can be opened using terminal tools, such as TeraTerm. The demo echoes back any character it receives. The RAM disk can be formatted." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_composite_cdc_msc_lite/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_composite_cdc_msc_lite/bm/cm4" type="xml">
<files mask="dev_composite_cdc_msc_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_composite_hid_audio_bm" name="dev_composite_hid_audio_bm" brief="The USB Composite device application is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a recording device. Users can record the sound from this device via the "Sound Recorder" in the Windows Accessories with an HID mouse device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_composite_hid_audio/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_composite_hid_audio/bm/cm4" type="xml">
<files mask="dev_composite_hid_audio_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_composite_hid_audio_freertos" name="dev_composite_hid_audio_freertos" brief="The USB Composite device application is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a recording device. Users can record the sound from this device via the "Sound Recorder" in the Windows Accessories with an HID mouse device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_composite_hid_audio/freertos/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_composite_hid_audio/freertos/cm4" type="xml">
<files mask="dev_composite_hid_audio_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_composite_hid_audio_lite_bm" name="dev_composite_hid_audio_lite_bm" brief="The USB Composite device application is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a recording device. Users can record the sound from this device via the "Sound Recorder" in the Windows Accessories with an HID mouse device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_composite_hid_audio_lite/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_composite_hid_audio_lite/bm/cm4" type="xml">
<files mask="dev_composite_hid_audio_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_composite_hid_mouse_hid_keyboard_bm" name="dev_composite_hid_mouse_hid_keyboard_bm" brief="The application is a simple demonstration program based on the MCUXpresso SDK. The application is enumerated as HID-compliant mouse and keyboard devices." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_composite_hid_mouse_hid_keyboard/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_composite_hid_mouse_hid_keyboard/bm/cm4" type="xml">
<files mask="dev_composite_hid_mouse_hid_keyboard_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_composite_hid_mouse_hid_keyboard_freertos" name="dev_composite_hid_mouse_hid_keyboard_freertos" brief="The application is a simple demonstration program based on the MCUXpresso SDK. The application is enumerated as HID-compliant mouse and keyboard devices." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_composite_hid_mouse_hid_keyboard/freertos/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_composite_hid_mouse_hid_keyboard/freertos/cm4" type="xml">
<files mask="dev_composite_hid_mouse_hid_keyboard_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_composite_hid_mouse_hid_keyboard_lite_bm" name="dev_composite_hid_mouse_hid_keyboard_lite_bm" brief="The application is a simple demonstration program based on the MCUXpresso SDK. The application is enumerated as HID-compliant mouse and keyboard devices." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_composite_hid_mouse_hid_keyboard_lite/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_composite_hid_mouse_hid_keyboard_lite/bm/cm4" type="xml">
<files mask="dev_composite_hid_mouse_hid_keyboard_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_hid_generic_bm" name="dev_hid_generic_bm" brief="The USB HID generic application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a HID-compliant device. A PC application can be used to exchange data with the device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_hid_generic/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_hid_generic/bm/cm4" type="xml">
<files mask="dev_hid_generic_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_hid_generic_freertos" name="dev_hid_generic_freertos" brief="The USB HID generic application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a HID-compliant device. A PC application can be used to exchange data with the device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_hid_generic/freertos/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_hid_generic/freertos/cm4" type="xml">
<files mask="dev_hid_generic_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_hid_generic_lite_bm" name="dev_hid_generic_lite_bm" brief="The USB HID generic application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a HID-compliant device. A PC application can be used to exchange data with the device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_hid_generic_lite/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_hid_generic_lite/bm/cm4" type="xml">
<files mask="dev_hid_generic_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_hid_mouse_bm" name="dev_hid_mouse_bm" brief="The USB HID mouse application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a mouse. Users can see the mouse arrow moving on the PC screen according in a rectangular fashion." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_hid_mouse/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_hid_mouse/bm/cm4" type="xml">
<files mask="dev_hid_mouse_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_hid_mouse_freertos" name="dev_hid_mouse_freertos" brief="The USB HID mouse application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a mouse. Users can see the mouse arrow moving on the PC screen according in a rectangular fashion." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_hid_mouse/freertos/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_hid_mouse/freertos/cm4" type="xml">
<files mask="dev_hid_mouse_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_hid_mouse_freertos_static" name="dev_hid_mouse_freertos_static" brief="The USB HID mouse application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a mouse. Users can see the mouse arrow moving on the PC screen according in a rectangular fashion." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_hid_mouse/freertos_static/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_hid_mouse/freertos_static/cm4" type="xml">
<files mask="dev_hid_mouse_freertos_static_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_hid_mouse_lite_bm" name="dev_hid_mouse_lite_bm" brief="The USB HID mouse application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a mouse. Users can see the mouse arrow moving on the PC screen according in a rectangular fashion." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_hid_mouse_lite/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_hid_mouse_lite/bm/cm4" type="xml">
<files mask="dev_hid_mouse_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_msc_ramdisk_bm" name="dev_msc_ramdisk_bm" brief="The USB MSC RAM disk application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a U-disk and can be read and written to as a normal U-disk ." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_msc_ramdisk/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_msc_ramdisk/bm/cm4" type="xml">
<files mask="dev_msc_ramdisk_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_msc_ramdisk_freertos" name="dev_msc_ramdisk_freertos" brief="The USB MSC RAM disk application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a U-disk and can be read and written to as a normal U-disk ." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_msc_ramdisk/freertos/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_msc_ramdisk/freertos/cm4" type="xml">
<files mask="dev_msc_ramdisk_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_msc_ramdisk_lite_bm" name="dev_msc_ramdisk_lite_bm" brief="The USB MSC RAM disk application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a U-disk and can be read and written to as a normal U-disk ." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_msc_ramdisk_lite/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_msc_ramdisk_lite/bm/cm4" type="xml">
<files mask="dev_msc_ramdisk_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_phdc_weighscale_bm" name="dev_phdc_weighscale_bm" brief="The USB PHDC WeighScale application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a weight scale device and the HealthLink software is used to interact with thisdevice to simulate the personal weight scale data, such as body mass and body mass index." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_phdc_weighscale/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_phdc_weighscale/bm/cm4" type="xml">
<files mask="dev_phdc_weighscale_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_phdc_weighscale_freertos" name="dev_phdc_weighscale_freertos" brief="The USB PHDC WeighScale application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a weight scale device and the HealthLink software is used to interact with thisdevice to simulate the personal weight scale data, such as body mass and body mass index." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_phdc_weighscale/freertos/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_phdc_weighscale/freertos/cm4" type="xml">
<files mask="dev_phdc_weighscale_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_phdc_weighscale_lite_bm" name="dev_phdc_weighscale_lite_bm" brief="The USB PHDC WeighScale application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a weight scale device and the HealthLink software is used to interact with thisdevice to simulate the personal weight scale data, such as body mass and body mass index." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_phdc_weighscale_lite/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_phdc_weighscale_lite/bm/cm4" type="xml">
<files mask="dev_phdc_weighscale_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_printer_virtual_plain_text_bm" name="dev_printer_virtual_plain_text_bm" brief="The USB virtual printer application is a simple application to demonstrate a virtual printer functionality.Because there is no printer language parsing, the received raw data is output directly in the debug console.As a result, only plain text is suitable for testing. For other printer language support, such as postscript, implement the corresponding parser." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_printer_virtual_plain_text/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_printer_virtual_plain_text/bm/cm4" type="xml">
<files mask="dev_printer_virtual_plain_text_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_printer_virtual_plain_text_freertos" name="dev_printer_virtual_plain_text_freertos" brief="The USB virtual printer application is a simple application to demonstrate a virtual printer functionality.Because there is no printer language parsing, the received raw data is output directly in the debug console.As a result, only plain text is suitable for testing. For other printer language support, such as postscript, implement the corresponding parser." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_printer_virtual_plain_text/freertos/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_printer_virtual_plain_text/freertos/cm4" type="xml">
<files mask="dev_printer_virtual_plain_text_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_printer_virtual_plain_text_lite_bm" name="dev_printer_virtual_plain_text_lite_bm" brief="The USB virtual printer application is a simple application to demonstrate a virtual printer functionality.Because there is no printer language parsing, the received raw data is output directly in the debug console.As a result, only plain text is suitable for testing. For other printer language support, such as postscript, implement the corresponding parser." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_printer_virtual_plain_text_lite/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_printer_virtual_plain_text_lite/bm/cm4" type="xml">
<files mask="dev_printer_virtual_plain_text_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_suspend_resume_hid_mouse_freertos" name="dev_suspend_resume_hid_mouse_freertos" brief="the application is enumerated as a mouse. When host releases the USB Bus, the device will enter into low power mode. The device can be waked up when resume signal is detected on the bus. Or the device can remote wake-up the host by delivering the resume signal when the remote wake-up is enabled by the host." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_suspend_resume_device_hid_mouse/freertos/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_suspend_resume_device_hid_mouse/freertos/cm4" type="xml">
<files mask="dev_suspend_resume_hid_mouse_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_suspend_resume_hid_mouse_lite_bm" name="dev_suspend_resume_hid_mouse_lite_bm" brief="the application is enumerated as a mouse. When host releases the USB Bus, the device will enter into low power mode. The device can be waked up when resume signal is detected on the bus. Or the device can remote wake-up the host by delivering the resume signal when the remote wake-up is enabled by the host." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_suspend_resume_device_hid_mouse_lite/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_suspend_resume_device_hid_mouse_lite/bm/cm4" type="xml">
<files mask="dev_suspend_resume_hid_mouse_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_video_virtual_camera_bm" name="dev_video_virtual_camera_bm" brief="The USB video virtual camera application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a camera and users can see the video of the device by using a PC test tool." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_video_virtual_camera/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_video_virtual_camera/bm/cm4" type="xml">
<files mask="dev_video_virtual_camera_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_video_virtual_camera_freertos" name="dev_video_virtual_camera_freertos" brief="The USB video virtual camera application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a camera and users can see the video of the device by using a PC test tool." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_video_virtual_camera/freertos/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_video_virtual_camera/freertos/cm4" type="xml">
<files mask="dev_video_virtual_camera_freertos_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_dev_video_virtual_camera_lite_bm" name="dev_video_virtual_camera_lite_bm" brief="The USB video virtual camera application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a camera and users can see the video of the device by using a PC test tool." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/frdmk32l3a6/usb_examples/usb_device_video_virtual_camera_lite/bm/cm4">
<external path="boards/frdmk32l3a6/usb_examples/usb_device_video_virtual_camera_lite/bm/cm4" type="xml">
<files mask="dev_video_virtual_camera_lite_bm_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_edma_channel_link_cm4" name="edma_channel_link_cm4" brief="The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk32l3a6/driver_examples/edma/channel_link/cm4">
<external path="boards/frdmk32l3a6/driver_examples/edma/channel_link/cm4" type="xml">
<files mask="edma_channel_link_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_edma_interleave_transfer_cm4" name="edma_interleave_transfer_cm4" brief="The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk32l3a6/driver_examples/edma/interleave_transfer/cm4">
<external path="boards/frdmk32l3a6/driver_examples/edma/interleave_transfer/cm4" type="xml">
<files mask="edma_interleave_transfer_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_edma_memory_to_memory_cm4" name="edma_memory_to_memory_cm4" brief="The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk32l3a6/driver_examples/edma/memory_to_memory/cm4">
<external path="boards/frdmk32l3a6/driver_examples/edma/memory_to_memory/cm4" type="xml">
<files mask="edma_memory_to_memory_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_edma_ping_pong_transfer_cm4" name="edma_ping_pong_transfer_cm4" brief="The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk32l3a6/driver_examples/edma/ping_pong_transfer/cm4">
<external path="boards/frdmk32l3a6/driver_examples/edma/ping_pong_transfer/cm4" type="xml">
<files mask="edma_ping_pong_transfer_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_edma_scatter_gather_cm4" name="edma_scatter_gather_cm4" brief="The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk32l3a6/driver_examples/edma/scatter_gather/cm4">
<external path="boards/frdmk32l3a6/driver_examples/edma/scatter_gather/cm4" type="xml">
<files mask="edma_scatter_gather_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_edma_wrap_transfer_cm4" name="edma_wrap_transfer_cm4" brief="The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/frdmk32l3a6/driver_examples/edma/wrap_transfer/cm4">
<external path="boards/frdmk32l3a6/driver_examples/edma/wrap_transfer/cm4" type="xml">
<files mask="edma_wrap_transfer_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_erpc_matrix_multiply_mu_cm4" name="erpc_matrix_multiply_mu_cm4" brief="The Multicore eRPC Matrix Multiply 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. MU (Messaging Unit)erpc transport layer is used in this example 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multicore_examples" linked_projects="frdmk32l3a6_erpc_matrix_multiply_mu_cm0plus" path="boards/frdmk32l3a6/multicore_examples/erpc_matrix_multiply_mu/cm4">
<external path="boards/frdmk32l3a6/multicore_examples/erpc_matrix_multiply_mu/cm4" type="xml">
<files mask="erpc_matrix_multiply_mu_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_erpc_matrix_multiply_mu_rtos_cm4" name="erpc_matrix_multiply_mu_rtos_cm4" 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. MU (Messaging Unit)erpc transport layer is used in this example 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multicore_examples" linked_projects="frdmk32l3a6_erpc_matrix_multiply_mu_rtos_cm0plus" path="boards/frdmk32l3a6/multicore_examples/erpc_matrix_multiply_mu_rtos/cm4">
<external path="boards/frdmk32l3a6/multicore_examples/erpc_matrix_multiply_mu_rtos/cm4" type="xml">
<files mask="erpc_matrix_multiply_mu_rtos_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_erpc_matrix_multiply_rpmsg_cm4" name="erpc_matrix_multiply_rpmsg_cm4" brief="The Multicore eRPC Matrix Multiply 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 documentationeRPC specific files are stored in: middleware/multicore_<version>/erpceRPC documentation is stored in: middleware/multicore_<version>/erpc/doceRPC is open-source project stored on github: https://github.com/EmbeddedRPC/erpceRPC documentation can be also found in: http://embeddedrpc.github.io" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multicore_examples" linked_projects="frdmk32l3a6_erpc_matrix_multiply_rpmsg_cm0plus" path="boards/frdmk32l3a6/multicore_examples/erpc_matrix_multiply_rpmsg/cm4">
<external path="boards/frdmk32l3a6/multicore_examples/erpc_matrix_multiply_rpmsg/cm4" type="xml">
<files mask="erpc_matrix_multiply_rpmsg_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_erpc_matrix_multiply_rpmsg_rtos_cm4" name="erpc_matrix_multiply_rpmsg_rtos_cm4" 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 documentationeRPC specific files are stored in: middleware/multicore_<version>/erpceRPC documentation is stored in: middleware/multicore_<version>/erpc/doceRPC is open-source project stored on github: https://github.com/EmbeddedRPC/erpceRPC documentation can be also found in: http://embeddedrpc.github.io" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multicore_examples" linked_projects="frdmk32l3a6_erpc_matrix_multiply_rpmsg_rtos_cm0plus" path="boards/frdmk32l3a6/multicore_examples/erpc_matrix_multiply_rpmsg_rtos/cm4">
<external path="boards/frdmk32l3a6/multicore_examples/erpc_matrix_multiply_rpmsg_rtos/cm4" type="xml">
<files mask="erpc_matrix_multiply_rpmsg_rtos_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_erpc_two_way_rpc_rpmsg_rtos_cm4" name="erpc_two_way_rpc_rpmsg_rtos_cm4" brief="The Multicore eRPC Two Way RPC RTOS project is a simple demonstration program that uses the MCUXpresso SDK software and the Multicore SDK to show how to implement the Remote Procedure Call between cores of the multicore system. This multicore example shows how both the eRPC client and the eRPC server can be setup on one side/core (bidirectional communication) and how to handle callback functions in eRPC. The primary core (Core0) creates client and server tasks first. The client task releases the secondary core from the reset, initializes the RPMsg-Lite erpc transport and once the server task is running it configures the arbitrated client. Then the application logic is running. The secondary core (Core1) creates client and server tasks two. The client task initializes the RPMsg-Lite erpc transport and once the server task is running it configures the arbitrated client. Then the application logic is running. The client task logic of the Core1 is very simple, it repeatedly calls the increaseNumber() erpc function that is implemented on the Core0 and that increments the counter. The client task logic of the Core0 alternately issues either getNumberFromCore0() function implementation on the Core0 or getNumberFromCore1() function implementation on the Core1 (erpc call). Then, the nestedCallGetNumber() erpc function call is issued that alternately triggers either getNumberFromCore1() function implementation on the Core1 (normal erpc call) or it triggers the getNumberFromCore0() function implementation on the Core0 (nested erpc call, routed through the Core1 erpc server)." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="multicore_examples" linked_projects="frdmk32l3a6_erpc_two_way_rpc_rpmsg_rtos_cm0plus" path="boards/frdmk32l3a6/multicore_examples/erpc_two_way_rpc_rpmsg_rtos/cm4">
<external path="boards/frdmk32l3a6/multicore_examples/erpc_two_way_rpc_rpmsg_rtos/cm4" type="xml">
<files mask="erpc_two_way_rpc_rpmsg_rtos_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_ewm_cm4" name="ewm_cm4" brief="The EWM Example project is to demonstrate usage of the KSDK EWM driver.In the example, EWM counter is continuously refreshed until button is pressed.Once the button is pressed, EWM counter will expire and interrupt will be generated.After the first pressing, another interrupt can be triggered by pressing button again." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/frdmk32l3a6/driver_examples/ewm/cm4">
<external path="boards/frdmk32l3a6/driver_examples/ewm/cm4" type="xml">
<files mask="ewm_cm4_v3_8.xml"/>
</external>
</example>
<example id="frdmk32l3a6_flexio_i2c_interrupt_lpi2c_transfer_cm4" name="flexio_i2c_interrupt_lpi2c_transfer_cm4" 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/frdmk32l3a6/driver_examples/flexio/i2c/interrupt_lpi2c_transfer/cm4">
<external path="boards/frdmk32l3a6/driver_examples/flexio/i2c/interrupt_lpi2c_transfer/cm4" type="xml">
<files mask="flexio_i2c_interrupt_lpi2c_transfer_cm4_v3_8.xml"/>