-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathMKV44F128xxx16_manifest_v3_6.xml
7562 lines (7562 loc) · 520 KB
/
MKV44F128xxx16_manifest_v3_6.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<ksdk:manifest xmlns:ksdk="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="SDK_2.x_MKV44F128xxx16" name="MKV44F128xxx16" brief="This is SDK version 2.8.0 manifest file. It describes the content of the MKV44F128xxx16 and additional settings for tools that support SDK version 2.8.0" format_version="3.6" api_version="2.0.0" configuration="2e31f10940102f9980a66c6e09d7a9ba" xsi:schemaLocation="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd http://nxp.com/mcuxpresso/sdk/sdk_manifest_v3.6.xsd">
<!--Timestamp (UTC): 2021-04-05 14:53:26.178135-->
<!--This manifest is generated based on sdk repo commit: 5df5022c7426188357d0e69b4ff94b58f0d1b557-->
<defines>
<define name="CPU_$|package|" value=""/>
<define name="CPU_$|package|_$|core|" value=""/>
</defines>
<ksdk id="MCUXpresso280" name="MCUXpresso280" version="2.8.0" revision="366 2020-07-21"/>
<compilers>
<compiler id="compiler_armclang" name="armclang" type="armclang"/>
<compiler id="compiler_gcc" name="gcc" type="gcc"/>
<compiler id="compiler_iar" name="iar" type="iar"/>
</compilers>
<toolchainSettings>
<toolchainSetting id="com.nxp.mcuxpresso" name="mcuxpresso" version="11.2.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.2.1" full_name="GCC ARM Embedded" compiler="compiler_gcc" type="armgcc" vendor="GCC ARM Embedded" vendor_url="http://launchpad.net/gcc-arm-embedded"/>
<toolchain id="mdk" name="Keil_MDK" version="5.30" 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.1" 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.2.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="hvpkv46f150m" name="HVP-KV46F150M" href="" version="1.0.0" package="MKV46F256VLL16">
<description>Kinetis KV46 MCU high-voltage development platform</description>
<image path="MIR/marketing_data/1.0/boards/images" type="image">
<files mask="40-HVP-KV46F150M.gif"/>
</image>
<examples>
<example id="hvpkv46f150m_cadc_lptmr_trigger" name="cadc_lptmr_trigger" brief="This is an CADC demo application which shows how to use hardware trigger sources to handlethe CADC hardware trigger function. The Low Power Timer (LPTMR) is a period timer source and the CADChardware trigger event. Because the LPTMR trigger event can be used to trigger one of the CADC ,this demo uses the LPTMR as a trigger source for a CADCx channel. The LPTMR triggers the CADC in afixed frequency and the demo gets the CADC conversion result in the CADC Conversion Complete (COCO) interrupt.This demo uses DAC fifo to generate sinewave on DACx_OUT." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps/cadc" path="boards/hvpkv46f150m/demo_apps/cadc/lptmr_trigger">
<external path="boards/hvpkv46f150m/demo_apps/cadc/lptmr_trigger" type="xml">
<files mask="cadc_lptmr_trigger.xml"/>
</external>
</example>
<example id="hvpkv46f150m_cadc_pdb_trigger" name="cadc_pdb_trigger" brief="This is an CADC demo application which shows how to use hardware trigger sources to handlethe CADC hardware trigger function. The Programmable Delay Block (PDB) is a period timer source and the CADChardware trigger event. Because the PDB trigger event can be used to trigger one of the CADC ,this demo uses the PDB as a trigger source for a CADCx channel. The PDB triggers the CADC in afixed frequency and the demo gets the CADC conversion result in the CADC Conversion Complete (COCO) interrupt.This demo uses DAC fifo to generate sinewave on DACx_OUT." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps/cadc" path="boards/hvpkv46f150m/demo_apps/cadc/pdb_trigger">
<external path="boards/hvpkv46f150m/demo_apps/cadc/pdb_trigger" type="xml">
<files mask="cadc_pdb_trigger.xml"/>
</external>
</example>
<example id="hvpkv46f150m_cadc_pit_trigger" name="cadc_pit_trigger" brief="This is an CADC demo application which shows how to use hardware trigger sources to handlethe CADC hardware trigger function. The Periodic Interrupt Timer (PIT) is a period timer source and the CADChardware trigger event. Because the PIT trigger event can be used to trigger one of the CADC ,this demo uses the PIT as a trigger source for a CADCx channel. The PIT triggers the CADC in afixed frequency and the demo gets the CADC conversion result in the CADC Conversion Complete (COCO) interrupt.This demo uses DAC fifo to generate sinewave on DACx_OUT." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps/cadc" path="boards/hvpkv46f150m/demo_apps/cadc/pit_trigger">
<external path="boards/hvpkv46f150m/demo_apps/cadc/pit_trigger" type="xml">
<files mask="cadc_pit_trigger.xml"/>
</external>
</example>
<example id="hvpkv46f150m_cadc_pwm_trigger" name="cadc_pwm_trigger" brief="This is an CADC demo application which shows how to use hardware trigger sources to handlethe CADC hardware trigger function. The Pulse Width Modulator (PWM) is a period timer source and the CADChardware trigger event. Because the PWM trigger event can be used to trigger one of the CADC ,this demo uses the PWM as a trigger source for a CADCx channel. The PWM triggers the CADC in afixed frequency and the demo gets the CADC conversion result in the CADC Conversion Complete (COCO) interrupt.This demo uses DAC fifo to generate sinewave on DACx_OUT." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps/cadc" path="boards/hvpkv46f150m/demo_apps/cadc/pwm_trigger">
<external path="boards/hvpkv46f150m/demo_apps/cadc/pwm_trigger" type="xml">
<files mask="cadc_pwm_trigger.xml"/>
</external>
</example>
<example id="hvpkv46f150m_cmsis_uart_edma_transfer" name="cmsis_uart_edma_transfer" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_uart_edma_transfer example shows how to use uart cmsis driver with EDMA:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board.Note: The example echo every 8 characters, so input 8 characters every time." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/uart" path="boards/hvpkv46f150m/cmsis_driver_examples/uart/edma_transfer">
<external path="boards/hvpkv46f150m/cmsis_driver_examples/uart/edma_transfer" type="xml">
<files mask="cmsis_uart_edma_transfer.xml"/>
</external>
</example>
<example id="hvpkv46f150m_cmsis_uart_interrupt_transfer" name="cmsis_uart_interrupt_transfer" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_uart_interrupt_transfer example shows how to use uart cmsis driver in interrupt way:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board.Note: The example echo every 8 characters, so input 8 characters every time." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/uart" path="boards/hvpkv46f150m/cmsis_driver_examples/uart/interrupt_transfer">
<external path="boards/hvpkv46f150m/cmsis_driver_examples/uart/interrupt_transfer" type="xml">
<files mask="cmsis_uart_interrupt_transfer.xml"/>
</external>
</example>
<example id="hvpkv46f150m_crc" name="crc" brief="The CRC Example project is a demonstration program that uses the KSDK software to generate checksumsfor an ASCII string. Several CRC protocols are implemented using the CRC driver API." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/hvpkv46f150m/driver_examples/crc">
<external path="boards/hvpkv46f150m/driver_examples/crc" type="xml">
<files mask="crc.xml"/>
</external>
</example>
<example id="hvpkv46f150m_dac_cadc" name="dac_cadc" brief="The DAC / CADC demo application demonstrates the use of the DAC and CADC peripherals.This application demonstrates how to configure the DAC and set the output on the DAC.This demo also demonstrates how to configure the CADC and how to read CADC values." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/hvpkv46f150m/demo_apps/dac_cadc">
<external path="boards/hvpkv46f150m/demo_apps/dac_cadc" type="xml">
<files mask="dac_cadc.xml"/>
</external>
</example>
<example id="hvpkv46f150m_edma_memory_to_memory" name="edma_memory_to_memory" brief="The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/hvpkv46f150m/driver_examples/edma/memory_to_memory">
<external path="boards/hvpkv46f150m/driver_examples/edma/memory_to_memory" type="xml">
<files mask="edma_memory_to_memory.xml"/>
</external>
</example>
<example id="hvpkv46f150m_edma_scatter_gather" name="edma_scatter_gather" brief="The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/hvpkv46f150m/driver_examples/edma/scatter_gather">
<external path="boards/hvpkv46f150m/driver_examples/edma/scatter_gather" type="xml">
<files mask="edma_scatter_gather.xml"/>
</external>
</example>
<example id="hvpkv46f150m_fmstr_example_pdbdm" name="fmstr_example_pdbdm" brief="The example application demonstrating use of FreeMASTER tool to visualize internal variables and control the application flow by modifying variables. The application also show 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/hvpkv46f150m/freemaster_examples/fmstr_pdbdm">
<external path="boards/hvpkv46f150m/freemaster_examples/fmstr_pdbdm" type="xml">
<files mask="fmstr_example_pdbdm.xml"/>
</external>
</example>
<example id="hvpkv46f150m_fmstr_example_uart" name="fmstr_example_uart" brief="The example application demonstrating use of FreeMASTER tool to visualize internal variables and control the application flow by modifying variables. The application also show 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/hvpkv46f150m/freemaster_examples/fmstr_uart">
<external path="boards/hvpkv46f150m/freemaster_examples/fmstr_uart" type="xml">
<files mask="fmstr_example_uart.xml"/>
</external>
</example>
<example id="hvpkv46f150m_freertos_event" name="freertos_event" brief="This document explains the freertos_event example. It shows how task waits for an event (defined setof bits in event group). This event can be set by any other process or interrupt in the system.The example application creates three tasks. Two write tasks write_task_1 and write_task_2continuously setting event bit 0 and bit 1.Read_task is waiting for any event bit and printing actual state on console. Event bits areautomatically cleared after read task is entered.Three possible states can occurre:Both bits are set.zBit B0 is set.Bit B1 is set." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/hvpkv46f150m/rtos_examples/freertos_event">
<external path="boards/hvpkv46f150m/rtos_examples/freertos_event" type="xml">
<files mask="freertos_event.xml"/>
</external>
</example>
<example id="hvpkv46f150m_freertos_generic" name="freertos_generic" brief="This document explains the freertos_generic example. It is based on code FreeRTOS documentation fromhttp://www.freertos.org/Hardware-independent-RTOS-example.html. It shows combination of severaltasks with queue, software timer, tick hook and semaphore.The example application creates three tasks. The prvQueueSendTask periodically sending data toxQueue queue. The prvQueueReceiveTask is waiting for incoming message and counting number ofreceived messages. Task prvEventSemaphoreTask is waiting for xEventSemaphore semaphore given fromvApplicationTickHook. Tick hook give semaphore every 500 ms.Other hook types used for RTOS and resource statistics are also demonstrated in example:* vApplicationIdleHook* vApplicationStackOverflowHook* vApplicationMallocFailedHook" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/hvpkv46f150m/rtos_examples/freertos_generic">
<external path="boards/hvpkv46f150m/rtos_examples/freertos_generic" type="xml">
<files mask="freertos_generic.xml"/>
</external>
</example>
<example id="hvpkv46f150m_freertos_hello" name="freertos_hello" brief="The Hello World project is a simple demonstration program that uses the SDK UART drivere incombination with FreeRTOS. The purpose of this demo is to show how to use the debug console and toprovide a simple project for debugging and further development.The example application creates one task called hello_task. This task print "Hello world." messagevia debug console utility and suspend itself." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/hvpkv46f150m/rtos_examples/freertos_hello">
<external path="boards/hvpkv46f150m/rtos_examples/freertos_hello" type="xml">
<files mask="freertos_hello.xml"/>
</external>
</example>
<example id="hvpkv46f150m_freertos_mutex" name="freertos_mutex" brief="This document explains the freertos_mutex example. It shows how mutex manage access to commonresource (terminal output).The example application creates two identical instances of write_task. Each task will lock the mutexbefore printing and unlock it after printing to ensure that the outputs from tasks are not mixedtogether.The test_task accept output message during creation as function parameter. Output message have twoparts. If xMutex is unlocked, the write_task_1 acquire xMutex and print first part of message. Thenrescheduling is performed. In this moment scheduler check if some other task could run, but secondtask write_task+_2 is blocked because xMutex is already locked by first write task. The firstwrite_task_1 continue from last point by printing of second message part. Finaly the xMutex isunlocked and second instance of write_task_2 is executed." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/hvpkv46f150m/rtos_examples/freertos_mutex">
<external path="boards/hvpkv46f150m/rtos_examples/freertos_mutex" type="xml">
<files mask="freertos_mutex.xml"/>
</external>
</example>
<example id="hvpkv46f150m_freertos_queue" name="freertos_queue" brief="This document explains the freertos_queue example. This example introduce simple logging mechanismbased on message passing.Example could be devided in two parts. First part is logger. It contain three tasks:log_add().....Add new message into the log. Call xQueueSend function to pass new message into message queue.log_init()....Initialize logger (create logging task and message queue log_queue).log_task()....Task responsible for printing of log output.Second part is application of this simple logging mechanism. Each of two tasks write_task_1 andwrite_task_2 print 5 messages into log." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/hvpkv46f150m/rtos_examples/freertos_queue">
<external path="boards/hvpkv46f150m/rtos_examples/freertos_queue" type="xml">
<files mask="freertos_queue.xml"/>
</external>
</example>
<example id="hvpkv46f150m_freertos_sem" name="freertos_sem" brief="This document explains the freertos_sem example, what to expect when running it and a briefintroduction to the API. The freertos_sem example code shows how semaphores works. Two differenttasks are synchronized in bilateral rendezvous model.The example uses four tasks. One producer_task and three consumer_tasks. The producer_task starts bycreating of two semaphores (xSemaphore_producer and xSemaphore_consumer). These semaphores controlaccess to virtual item. The synchronization is based on bilateral rendezvous pattern. Both ofconsumer and producer must be prepared to enable transaction." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/hvpkv46f150m/rtos_examples/freertos_sem">
<external path="boards/hvpkv46f150m/rtos_examples/freertos_sem" type="xml">
<files mask="freertos_sem.xml"/>
</external>
</example>
<example id="hvpkv46f150m_freertos_sem_static" name="freertos_sem_static" brief="This document explains the freertos_sem example, what to expect when running it and a briefintroduction to the API. The freertos_sem example code shows how semaphores works. Two differenttasks are synchronized in bilateral rendezvous model.The example uses four tasks. One producer_task and three consumer_tasks. The producer_task starts bycreating of two semaphores (xSemaphore_producer and xSemaphore_consumer). These semaphores controlaccess to virtual item. The synchronization is based on bilateral rendezvous pattern. Both ofconsumer and producer must be prepared to enable transaction." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/hvpkv46f150m/rtos_examples/freertos_sem_static">
<external path="boards/hvpkv46f150m/rtos_examples/freertos_sem_static" type="xml">
<files mask="freertos_sem_static.xml"/>
</external>
</example>
<example id="hvpkv46f150m_freertos_swtimer" name="freertos_swtimer" brief="This document explains the freertos_swtimer example. It shows usage of software timer and itscallback.The example application creates one software timer SwTimer. The timer's callback SwTimerCallback isperiodically executed and text "Tick." is printed to terminal." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/hvpkv46f150m/rtos_examples/freertos_swtimer">
<external path="boards/hvpkv46f150m/rtos_examples/freertos_swtimer" type="xml">
<files mask="freertos_swtimer.xml"/>
</external>
</example>
<example id="hvpkv46f150m_freertos_uart" name="freertos_uart" brief="The UART example for FreeRTOS demonstrates the possibility to use the UART driver in the RTOS.The example uses single instance of UART IP and writes string into, then reads back chars.After every 4B received, these are sent back on UART." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/hvpkv46f150m/rtos_examples/freertos_uart">
<external path="boards/hvpkv46f150m/rtos_examples/freertos_uart" type="xml">
<files mask="freertos_uart.xml"/>
</external>
</example>
<example id="hvpkv46f150m_ftm_timer" name="ftm_timer" brief="The FTM project is a simple demonstration program of the SDK FTM driver to use FTM as a timer.It sets up the FTM hardware block to trigger an interrupt every 1 millisecond.When the FTM interrupt is triggered a message a printed on the UART terminal." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/ftm" path="boards/hvpkv46f150m/driver_examples/ftm/timer">
<external path="boards/hvpkv46f150m/driver_examples/ftm/timer" type="xml">
<files mask="ftm_timer.xml"/>
</external>
</example>
<example id="hvpkv46f150m_gpio_led_output" name="gpio_led_output" brief="The GPIO Example project is a demonstration program that uses the KSDK software to manipulate the general-purposeoutputs.The example is supported by the set, clear, and toggle write-only registers for each port output data register. The example take turns to shine the LED." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/gpio" path="boards/hvpkv46f150m/driver_examples/gpio/led_output">
<external path="boards/hvpkv46f150m/driver_examples/gpio/led_output" type="xml">
<files mask="gpio_led_output.xml"/>
</external>
</example>
<example id="hvpkv46f150m_hello_world" name="hello_world" brief="The Hello World demo application provides a sanity check for the new SDK build environments and board bring up. The HelloWorld demo prints the "Hello World" string to the terminal using the SDK UART drivers. The purpose of this demo is toshow how to use the UART, and to provide a simple project for debugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/hvpkv46f150m/demo_apps/hello_world">
<external path="boards/hvpkv46f150m/demo_apps/hello_world" type="xml">
<files mask="hello_world.xml"/>
</external>
</example>
<example id="hvpkv46f150m_led_blinky" name="led_blinky" brief="The LED Blinky demo application provides a sanity check for the new SDK build environments and board bring up. The LED Blinky demo uses the systick interrupt to realize the function of timing delay. The example takes turns to shine the LED. The purpose of this demo is to provide a simple project for debugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/hvpkv46f150m/demo_apps/led_blinky">
<external path="boards/hvpkv46f150m/demo_apps/led_blinky" type="xml">
<files mask="led_blinky.xml"/>
</external>
</example>
<example id="hvpkv46f150m_lptmr" name="lptmr" brief="The LPTMR project is a simple demonstration program of the SDK LPTMR driver. It sets up the LPTMRhardware block to trigger a periodic interrupt after every 1 second. When the LPTMR interrupt is triggereda message a printed on the UART terminal and an LED is toggled on the board." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/hvpkv46f150m/driver_examples/lptmr">
<external path="boards/hvpkv46f150m/driver_examples/lptmr" type="xml">
<files mask="lptmr.xml"/>
</external>
</example>
<example id="hvpkv46f150m_mc_acim" name="mc_acim" brief="This example demonstrates the control of the ACIM." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/hvpkv46f150m/demo_apps/mc_acim">
<external path="boards/hvpkv46f150m/demo_apps/mc_acim" type="xml">
<files mask="mc_acim.xml"/>
</external>
</example>
<example id="hvpkv46f150m_mc_bldc" name="mc_bldc" brief="This example demonstrates the control of the BLDC motor." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/hvpkv46f150m/demo_apps/mc_bldc">
<external path="boards/hvpkv46f150m/demo_apps/mc_bldc" type="xml">
<files mask="mc_bldc.xml"/>
</external>
</example>
<example id="hvpkv46f150m_mc_pmsm" name="mc_pmsm" brief="This example demonstrates the control of the PMSM." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/hvpkv46f150m/demo_apps/mc_pmsm/pmsm_snsless">
<external path="boards/hvpkv46f150m/demo_apps/mc_pmsm/pmsm_snsless" type="xml">
<files mask="mc_pmsm.xml"/>
</external>
</example>
<example id="hvpkv46f150m_mcg_fee_blpe" name="mcg_fee_blpe" brief="The fee_bple example shows how to use MCG driver to change from FEE mode to BLPE mode: 1. How to use the mode functions for MCG mode switch. 2. How to use the frequency functions to get current MCG frequency. 3. Work flow Boot to Fee mode from default reset mode Change from FEE -> FBE -> BLPE Change back BLPE -> FBE -> FEE Get System clock in FEE mode to blink LEDIn this example, because the debug console's clock frequency may change,so the example running information is not output from debug console. Here theLED blinks to show that the example finished successfully." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/mcg" path="boards/hvpkv46f150m/driver_examples/mcg/fee_blpe">
<external path="boards/hvpkv46f150m/driver_examples/mcg/fee_blpe" type="xml">
<files mask="mcg_fee_blpe.xml"/>
</external>
</example>
<example id="hvpkv46f150m_mcg_fee_blpi" name="mcg_fee_blpi" brief="The fee_bpli example shows how to use MCG driver to change from FEE mode to BLPI mode: 1. How to use the mode functions for MCG mode switch. 2. How to use the frequency functions to get current MCG frequency. 3. Work flow Boot to FEE mode from default reset mode Change from FEE -> FBI -> BLPI Change back BLPI -> FBI -> FEE Get System clock in FEE mode to blink LEDIn this example, because the debug console's clock frequency may change,so the example running information is not output from debug console. Here theLED blinks to show that the example finished successfully." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/mcg" path="boards/hvpkv46f150m/driver_examples/mcg/fee_blpi">
<external path="boards/hvpkv46f150m/driver_examples/mcg/fee_blpi" type="xml">
<files mask="mcg_fee_blpi.xml"/>
</external>
</example>
<example id="hvpkv46f150m_mcg_fei_blpi" name="mcg_fei_blpi" brief="The fei_bpli example shows how to use MCG driver to change from FEI mode to BLPI mode: 1. How to use the mode functions for MCG mode switch. 2. How to use the frequency functions to get current MCG frequency. 3. Work flow Boot to FEI mode from default reset mode Change mode FEI -> FBI -> BLPI Change back BLPE -> FBI -> FEI Get System clock in FEI mode to blink LEDIn this example, because the debug console's clock frequency may change,so the example running information is not output from debug console. Here theLED blinks to show that the example finished successfully." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/mcg" path="boards/hvpkv46f150m/driver_examples/mcg/fei_blpi">
<external path="boards/hvpkv46f150m/driver_examples/mcg/fei_blpi" type="xml">
<files mask="mcg_fei_blpi.xml"/>
</external>
</example>
<example id="hvpkv46f150m_mcg_pee_blpe" name="mcg_pee_blpe" brief="The pee_bple example shows how to use MCG driver to change from PEE mode to BLPE mode: 1. How to use the mode functions for MCG mode switch. 2. How to use the frequency functions to get current MCG frequency. 3. Work flow Boot to PEE mode from default reset mode Change mode PEE -> PBE -> BLPE Change back BLPE -> PBE -> PEE Get System clock in PEE mode to blink LEDIn this example, because the debug console's clock frequency may change,so the example running information is not output from debug console. Here theLED blinks to show that the example finished successfully." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/mcg" path="boards/hvpkv46f150m/driver_examples/mcg/pee_blpe">
<external path="boards/hvpkv46f150m/driver_examples/mcg/pee_blpe" type="xml">
<files mask="mcg_pee_blpe.xml"/>
</external>
</example>
<example id="hvpkv46f150m_mcg_pee_blpi" name="mcg_pee_blpi" brief="The pee_bpli example shows how to use MCG driver to change from PEE mode to BLPI mode: 1. How to use the mode functions for MCG mode switch. 2. How to use the frequency functions to get current MCG frequency. 3. Work flow Boot to PEE mode from default reset mode Change mode PEE -> PBE ->FBE -> FBI -> BLPI Change back BLPI -> FBI -> FBE -> PBE -> PEE Get System clock in PEE mode to blink LEDIn this example, because the debug console's clock frequency may change,so the example running information is not output from debug console. Here theLED blinks to show that the example finished successfully." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/mcg" path="boards/hvpkv46f150m/driver_examples/mcg/pee_blpi">
<external path="boards/hvpkv46f150m/driver_examples/mcg/pee_blpi" type="xml">
<files mask="mcg_pee_blpi.xml"/>
</external>
</example>
<example id="hvpkv46f150m_pdb_dac_trigger" name="pdb_dac_trigger" brief="The pdb_dac_trigger example shows how to use the PDB to generate a DAC trigger.Based on the basic counter, to use the DAC trigger, just to enable the DAC trigger's "milestone" and set the user-defined value for it.The DAC's "milestone" is called as "interval". Multiple DAC trigger intervals can be included into one PDB counter's cycle.DAC trigger's counter would reset after the trigger is created and start counting again to the interval value.In this example, the DAC is configured with hardware buffer enabled in normal work mode. Once it gets the trigger from the PDB, the buffer read pointer increases." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/pdb" path="boards/hvpkv46f150m/driver_examples/pdb/dac_trigger">
<external path="boards/hvpkv46f150m/driver_examples/pdb/dac_trigger" type="xml">
<files mask="pdb_dac_trigger.xml"/>
</external>
</example>
<example id="hvpkv46f150m_pdb_delay_interrupt" name="pdb_delay_interrupt" brief="The pdb_delay_interrupt example show how to use the PDB as a general programmable interrupt timer.The PDB is triggered by software, and other external triggers are generated from PDB in this project,so that user can see just a general counter is working with interrupt." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/pdb" path="boards/hvpkv46f150m/driver_examples/pdb/delay_interrupt">
<external path="boards/hvpkv46f150m/driver_examples/pdb/delay_interrupt" type="xml">
<files mask="pdb_delay_interrupt.xml"/>
</external>
</example>
<example id="hvpkv46f150m_pflash" name="pflash" brief="The pflash example shows how to use flash driver to operate program flash:" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flash" path="boards/hvpkv46f150m/driver_examples/flash/pflash">
<external path="boards/hvpkv46f150m/driver_examples/flash/pflash" type="xml">
<files mask="pflash.xml"/>
</external>
</example>
<example id="hvpkv46f150m_pit" name="pit" brief="The PIT project is a simple demonstration program of the SDK PIT driver. It sets up the PIThardware block to trigger a periodic interrupt after every 1 second. When the PIT interrupt is triggereda message a printed on the UART terminal and an LED is toggled on the board." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/hvpkv46f150m/driver_examples/pit">
<external path="boards/hvpkv46f150m/driver_examples/pit" type="xml">
<files mask="pit.xml"/>
</external>
</example>
<example id="hvpkv46f150m_uart_edma_transfer" name="uart_edma_transfer" brief="The uart_edma example shows how to use uart 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="driver_examples/uart" path="boards/hvpkv46f150m/driver_examples/uart/edma_transfer">
<external path="boards/hvpkv46f150m/driver_examples/uart/edma_transfer" type="xml">
<files mask="uart_edma_transfer.xml"/>
</external>
</example>
<example id="hvpkv46f150m_uart_interrupt" name="uart_interrupt" brief="The uart_functioncal_interrupt example shows how to use uart driver functionalAPI to receive data with interrupt method:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/uart" path="boards/hvpkv46f150m/driver_examples/uart/interrupt">
<external path="boards/hvpkv46f150m/driver_examples/uart/interrupt" type="xml">
<files mask="uart_interrupt.xml"/>
</external>
</example>
<example id="hvpkv46f150m_uart_interrupt_rb_transfer" name="uart_interrupt_rb_transfer" brief="The uart_interrupt_ring_buffer example shows how to use uart driver in interrupt way withRX ring buffer enabled: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="driver_examples/uart" path="boards/hvpkv46f150m/driver_examples/uart/interrupt_rb_transfer">
<external path="boards/hvpkv46f150m/driver_examples/uart/interrupt_rb_transfer" type="xml">
<files mask="uart_interrupt_rb_transfer.xml"/>
</external>
</example>
<example id="hvpkv46f150m_uart_interrupt_transfer" name="uart_interrupt_transfer" brief="The uart_interrupt example shows how to use uart 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="driver_examples/uart" path="boards/hvpkv46f150m/driver_examples/uart/interrupt_transfer">
<external path="boards/hvpkv46f150m/driver_examples/uart/interrupt_transfer" type="xml">
<files mask="uart_interrupt_transfer.xml"/>
</external>
</example>
<example id="hvpkv46f150m_uart_polling" name="uart_polling" brief="The uart_polling example shows how to use uart driver in polling way:In this example, one uart instance connect to PC through uart, the board will send back all characters that PCsend to the board." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/uart" path="boards/hvpkv46f150m/driver_examples/uart/polling">
<external path="boards/hvpkv46f150m/driver_examples/uart/polling" type="xml">
<files mask="uart_polling.xml"/>
</external>
</example>
<example id="hvpkv46f150m_wdog" name="wdog" brief="The WDOG Example project is to demonstrate usage of the KSDK wdog driver.In this example,quick test is first implemented to test the wdog.And then after 10 times of refreshing the watchdog in None-window mode, a timeout reset is generated.We also try to refresh out of window to trigger reset after 10 times of refreshing in Window mode." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/hvpkv46f150m/driver_examples/wdog">
<external path="boards/hvpkv46f150m/driver_examples/wdog" type="xml">
<files mask="wdog.xml"/>
</external>
</example>
<example id="hvpkv46f150m_xbara" name="xbara" brief="The Xbara project is a simple demonstration program of the SDK Xbara driver.The intended applicationof this module is to provide a flexible crossbar switch function that allows any input to beconnected to any output under user control.It sets up the Xbara hardware block to trigger a periodicinterrupt after every 1 second. When the Xbar interrupt is triggered a message a printed on the UARTterminal." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/hvpkv46f150m/driver_examples/xbara">
<external path="boards/hvpkv46f150m/driver_examples/xbara" type="xml">
<files mask="xbara.xml"/>
</external>
</example>
</examples>
</board>
<board id="twrkv46f150m" name="TWR-KV46F150M" href="https://www.nxp.com/pip/TWR-KV46F150M" version="1.0.0" package="MKV46F256VLL16">
<description>Kinetis KV4x Family Tower System Module</description>
<image path="MIR/marketing_data/1.0/boards/images" type="image">
<files mask="79-TWR-KV46F150M.gif"/>
</image>
<examples>
<example id="twrkv46f150m_cadc_continuous_edma_conversion" name="cadc_continuous_edma_conversion" brief="The CADC continuous EDMA demo application demonstrates the usage of the ADC and EDMA peripheral while in a Loop Sequential mode. TheCADC is first set to Loop Sequential mode. In Loop Sequential convert configuration, only the initial rising-edge to launch continuous conversions isobserved, and until conversion is aborted, the CADC continues to do conversions on the same CLIST register that initiated the conversion. EDMA request will be asserted during an CADC conversion READY event noted when any of the ADC_RDY[RDYn] flags is asserted. EDMA will transferCADC results to memory and if users press any key, demo will average CADC results stored in memory and print average on the terminal. " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/cadc" path="boards/twrkv46f150m/driver_examples/cadc/continuous_edma_conversion">
<external path="boards/twrkv46f150m/driver_examples/cadc/continuous_edma_conversion" type="xml">
<files mask="cadc_continuous_edma_conversion.xml"/>
</external>
</example>
<example id="twrkv46f150m_cadc_dual_parallel_conversion" name="cadc_dual_parallel_conversion" brief="The cadc_dual_parallel_conversion example shows how to use the both converter parallel at the same time with CADC driver.In this example, the CADC is configured as "kCADC_DualConverterWorkAsTriggeredParallel" (default) work mode. User shouldindicate 4 channel pairs to provide the differential voltage signal (can be controlled by user) as the inputs for CADCsample slots. These sample slots would be assembled into the two conversion sequence for each converter. In "kCADC_DualConverterWorkAsTriggeredParallel" mode, the converter A converts sample 0 and sample 1 (sample 0-7 areavailable) and the converter B converts sample 8 and sample 9 (sample 8-15 are available). As the "simultaneous mode" isenabled by default, the converter A's control logic can operate both the two converters, to start and stop together.When running the project, typing any key into debug console would trigger the conversion. And then, the conversion result data of the four sample slots (Sample 0, 1, 8, 9) would be displayed in the terminal. " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/cadc" path="boards/twrkv46f150m/driver_examples/cadc/dual_parallel_conversion">
<external path="boards/twrkv46f150m/driver_examples/cadc/dual_parallel_conversion" type="xml">
<files mask="cadc_dual_parallel_conversion.xml"/>
</external>
</example>
<example id="twrkv46f150m_cadc_dual_seperate_conversion" name="cadc_dual_seperate_conversion" brief="The cadc_dual_seperate_conversion example shows how to use each converter separately with CADC driver.In this example, the CADC is configured as "kCADC_DualConverterWorkAsTriggeredParallel" work mode. User should indicate4 channel pairs to provide the differential voltage signal (can be controlled by user) as the inputs for CADC sample slots. These sample slots would be assembled into the two short conversion sequences (can include 8 sample slots as most). Also the "simultaneous mode" is disabled, so that each converter can be operated by their own control logic separately.When running the project, typing any key into debug console would trigger the conversion. And then, the conversion result data of the converter A's sample slots (Sample 0, 1) would be displayed in the terminal. Type the keyboard againto trigger the converter B, the conversion result data of the converter B's two sample slots (Sample 8, 9) would be displayed." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/cadc" path="boards/twrkv46f150m/driver_examples/cadc/dual_seperate_conversion">
<external path="boards/twrkv46f150m/driver_examples/cadc/dual_seperate_conversion" type="xml">
<files mask="cadc_dual_seperate_conversion.xml"/>
</external>
</example>
<example id="twrkv46f150m_cadc_lptmr_trigger" name="cadc_lptmr_trigger" brief="This is an CADC demo application which shows how to use hardware trigger sources to handlethe CADC hardware trigger function. The Low Power Timer (LPTMR) is a period timer source and the CADChardware trigger event. Because the LPTMR trigger event can be used to trigger one of the CADC ,this demo uses the LPTMR as a trigger source for a CADCx channel. The LPTMR triggers the CADC in afixed frequency and the demo gets the CADC conversion result in the CADC Conversion Complete (COCO) interrupt.This demo uses DAC fifo to generate sinewave on DACx_OUT." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps/cadc" path="boards/twrkv46f150m/demo_apps/cadc/lptmr_trigger">
<external path="boards/twrkv46f150m/demo_apps/cadc/lptmr_trigger" type="xml">
<files mask="cadc_lptmr_trigger.xml"/>
</external>
</example>
<example id="twrkv46f150m_cadc_pdb_trigger" name="cadc_pdb_trigger" brief="This is an CADC demo application which shows how to use hardware trigger sources to handlethe CADC hardware trigger function. The Programmable Delay Block (PDB) is a period timer source and the CADChardware trigger event. Because the PDB trigger event can be used to trigger one of the CADC ,this demo uses the PDB as a trigger source for a CADCx channel. The PDB triggers the CADC in afixed frequency and the demo gets the CADC conversion result in the CADC Conversion Complete (COCO) interrupt.This demo uses DAC fifo to generate sinewave on DACx_OUT." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps/cadc" path="boards/twrkv46f150m/demo_apps/cadc/pdb_trigger">
<external path="boards/twrkv46f150m/demo_apps/cadc/pdb_trigger" type="xml">
<files mask="cadc_pdb_trigger.xml"/>
</external>
</example>
<example id="twrkv46f150m_cadc_pit_trigger" name="cadc_pit_trigger" brief="This is an CADC demo application which shows how to use hardware trigger sources to handlethe CADC hardware trigger function. The Periodic Interrupt Timer (PIT) is a period timer source and the CADChardware trigger event. Because the PIT trigger event can be used to trigger one of the CADC ,this demo uses the PIT as a trigger source for a CADCx channel. The PIT triggers the CADC in afixed frequency and the demo gets the CADC conversion result in the CADC Conversion Complete (COCO) interrupt.This demo uses DAC fifo to generate sinewave on DACx_OUT." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps/cadc" path="boards/twrkv46f150m/demo_apps/cadc/pit_trigger">
<external path="boards/twrkv46f150m/demo_apps/cadc/pit_trigger" type="xml">
<files mask="cadc_pit_trigger.xml"/>
</external>
</example>
<example id="twrkv46f150m_cadc_pwm_trigger" name="cadc_pwm_trigger" brief="This is an CADC demo application which shows how to use hardware trigger sources to handlethe CADC hardware trigger function. The Pulse Width Modulator (PWM) is a period timer source and the CADChardware trigger event. Because the PWM trigger event can be used to trigger one of the CADC ,this demo uses the PWM as a trigger source for a CADCx channel. The PWM triggers the CADC in afixed frequency and the demo gets the CADC conversion result in the CADC Conversion Complete (COCO) interrupt.This demo uses DAC fifo to generate sinewave on DACx_OUT." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps/cadc" path="boards/twrkv46f150m/demo_apps/cadc/pwm_trigger">
<external path="boards/twrkv46f150m/demo_apps/cadc/pwm_trigger" type="xml">
<files mask="cadc_pwm_trigger.xml"/>
</external>
</example>
<example id="twrkv46f150m_cadc_sequential_conversion" name="cadc_sequential_conversion" brief="The cadc_sequential_conversion example shows how to use a long conversion sequence (can include as many as all the 16 sample slots) with CADC driver.In this example, the CADC is configured as "kCADC_DualConverterWorkAsTriggeredSequential" work mode. User should indicate 4 channel pairs to provide the differential voltage signal (can be controlled by user) as the inputs for CADCsample slots. These sample slots would be assembled into a long conversion sequence.In "kCADC_DualConverterWorkAsTriggeredSequential" mode, all the sample slots are organized as a long conversion sequence. The converter A's control logic would be used to operate this long conversion sequence. It can start and stopthe sequence.When running the project, typing any key into debug console would trigger the conversion. And then, the conversion result data of the four sample slots (Sample 0, 1, 2, 3) would be displayed in the terminal. " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/cadc" path="boards/twrkv46f150m/driver_examples/cadc/sequential_conversion">
<external path="boards/twrkv46f150m/driver_examples/cadc/sequential_conversion" type="xml">
<files mask="cadc_sequential_conversion.xml"/>
</external>
</example>
<example id="twrkv46f150m_cmp_interrupt" name="cmp_interrupt" brief="The CMP interrupt Example shows how to use interrupt with CMP driver.In this example, user should indicate an input channel to capture a voltage signal (can be controlled by user) as the CMP's positive channel input. On the negative side, the internal 6-bit DAC is used to generate the fixed voltage abouthalf value of reference voltage.When running the project, change the input voltage of user-defined channel, then the comparator's output would changebetween logic one and zero when the user-defined channel's voltage crosses the internal DAC's value. The change ofcomparator's output would generate the falling and rising edge events with their interrupts enabled. When any CMP interrupt happens, the CMP's ISR would turn on the LED light if detecting the output's rising edge, or turn off it whendetecting the output's falling edge." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/cmp" path="boards/twrkv46f150m/driver_examples/cmp/interrupt">
<external path="boards/twrkv46f150m/driver_examples/cmp/interrupt" type="xml">
<files mask="cmp_interrupt.xml"/>
</external>
</example>
<example id="twrkv46f150m_cmp_polling" name="cmp_polling" brief="The CMP polling Example shows the simplest way to use CMP driver and help user with a quick start.In this example, user should indicate an input channel to capture a voltage signal (can be controlled by user) as the CMP's positive channel input. On the negative side, the internal 6-bit DAC is used to generate the fixed voltage abouthalf value of reference voltage.When running the project, change the input voltage of user-defined channel, then the comparator's output would changebetween logic one and zero when the user's voltage crosses the internal DAC's value. The endless loop in main() functionwould detect the logic value of comparator's output, and change the LED. The LED would be turned on when the compareoutput is logic one, or turned off when zero." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/cmp" path="boards/twrkv46f150m/driver_examples/cmp/polling">
<external path="boards/twrkv46f150m/driver_examples/cmp/polling" type="xml">
<files mask="cmp_polling.xml"/>
</external>
</example>
<example id="twrkv46f150m_cmsis_dspi_edma_b2b_transfer_master" name="cmsis_dspi_edma_b2b_transfer_master" brief="The dspi_edma_b2b_transfer example shows how to use DSPI CMSIS driver in edma way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_edma_b2b_transfer_master.c' includes the DSPI master code.1. DSPI master send/received data to/from DSPI slave in edma . " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/dspi" path="boards/twrkv46f150m/cmsis_driver_examples/dspi/edma_b2b_transfer/master">
<external path="boards/twrkv46f150m/cmsis_driver_examples/dspi/edma_b2b_transfer/master" type="xml">
<files mask="cmsis_dspi_edma_b2b_transfer_master.xml"/>
</external>
</example>
<example id="twrkv46f150m_cmsis_dspi_edma_b2b_transfer_slave" name="cmsis_dspi_edma_b2b_transfer_slave" brief="The dspi_edma_b2b_transfer example shows how to use DSPI CMSIS driver in edma way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_edma_b2b_transfer_slave.c' includes the DSPI slave code.1. DSPI master send/received data to/from DSPI slave in edma . " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/dspi" path="boards/twrkv46f150m/cmsis_driver_examples/dspi/edma_b2b_transfer/slave">
<external path="boards/twrkv46f150m/cmsis_driver_examples/dspi/edma_b2b_transfer/slave" type="xml">
<files mask="cmsis_dspi_edma_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="twrkv46f150m_cmsis_dspi_int_b2b_transfer_master" name="cmsis_dspi_int_b2b_transfer_master" brief="The dspi_int_b2b_transfer example shows how to use DSPI CMSIS driver in interrupt way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_int_b2b_transfer_master.c' includes the DSPI master code.This example uses the transactional API in DSPI driver.1. DSPI master send/received data to/from DSPI slave in interrupt . " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/dspi" path="boards/twrkv46f150m/cmsis_driver_examples/dspi/int_b2b_transfer/master">
<external path="boards/twrkv46f150m/cmsis_driver_examples/dspi/int_b2b_transfer/master" type="xml">
<files mask="cmsis_dspi_int_b2b_transfer_master.xml"/>
</external>
</example>
<example id="twrkv46f150m_cmsis_dspi_int_b2b_transfer_slave" name="cmsis_dspi_int_b2b_transfer_slave" brief="The dspi_int_b2b_transfer example shows how to use DSPI CMSIS driver in interrupt way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_int_b2b_transfer_slave.c' includes the DSPI slave code.This example uses the transactional API in DSPI driver.1. DSPI master send/received data to/from DSPI slave in interrupt . " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/dspi" path="boards/twrkv46f150m/cmsis_driver_examples/dspi/int_b2b_transfer/slave">
<external path="boards/twrkv46f150m/cmsis_driver_examples/dspi/int_b2b_transfer/slave" type="xml">
<files mask="cmsis_dspi_int_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="twrkv46f150m_cmsis_uart_edma_transfer" name="cmsis_uart_edma_transfer" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_uart_edma_transfer example shows how to use uart cmsis driver with EDMA:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board.Note: The example echo every 8 characters, so input 8 characters every time." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/uart" path="boards/twrkv46f150m/cmsis_driver_examples/uart/edma_transfer">
<external path="boards/twrkv46f150m/cmsis_driver_examples/uart/edma_transfer" type="xml">
<files mask="cmsis_uart_edma_transfer.xml"/>
</external>
</example>
<example id="twrkv46f150m_cmsis_uart_interrupt_transfer" name="cmsis_uart_interrupt_transfer" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_uart_interrupt_transfer example shows how to use uart cmsis driver in interrupt way:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board.Note: The example echo every 8 characters, so input 8 characters every time." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/uart" path="boards/twrkv46f150m/cmsis_driver_examples/uart/interrupt_transfer">
<external path="boards/twrkv46f150m/cmsis_driver_examples/uart/interrupt_transfer" type="xml">
<files mask="cmsis_uart_interrupt_transfer.xml"/>
</external>
</example>
<example id="twrkv46f150m_crc" name="crc" brief="The CRC Example project is a demonstration program that uses the KSDK software to generate checksumsfor an ASCII string. Several CRC protocols are implemented using the CRC driver API." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/twrkv46f150m/driver_examples/crc">
<external path="boards/twrkv46f150m/driver_examples/crc" type="xml">
<files mask="crc.xml"/>
</external>
</example>
<example id="twrkv46f150m_dac_basic" name="dac_basic" brief="The dac_basic example shows how to use DAC module simply as the general DAC converter.When the DAC's buffer feature is not enabled, the first item of the buffer is used as the DAC output data register.The converter would always output the value of the first item. In this example, it gets the value from terminal,outputs the DAC output voltage through DAC output pin." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dac" path="boards/twrkv46f150m/driver_examples/dac/basic">
<external path="boards/twrkv46f150m/driver_examples/dac/basic" type="xml">
<files mask="dac_basic.xml"/>
</external>
</example>
<example id="twrkv46f150m_dac_buffer_interrupt" name="dac_buffer_interrupt" brief="The dac_buffer_interrupt example shows how to use DAC buffer with interrupts.When the DAC's buffer feature is enabled, user can benefit from the automation of updating DAC output by hardware/software trigger. As we know, the DAC converter outputs the value of item pointed by current read pointer. Once the buffer is triggered by software or hardware, the buffer's read pointer would move automatically as the work mode is set,like normal (cycle) mode, swing mode, one-time-scan mode or FIFO mode.In this example, it captures the user's type-in operation from terminal and does the software trigger to the buffer.The terminal would also display the log that shows the current buffer pointer's position with buffer events." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dac" path="boards/twrkv46f150m/driver_examples/dac/buffer_interrupt">
<external path="boards/twrkv46f150m/driver_examples/dac/buffer_interrupt" type="xml">
<files mask="dac_buffer_interrupt.xml"/>
</external>
</example>
<example id="twrkv46f150m_dac_cadc" name="dac_cadc" brief="The DAC / CADC demo application demonstrates the use of the DAC and CADC peripherals.This application demonstrates how to configure the DAC and set the output on the DAC.This demo also demonstrates how to configure the CADC and how to read CADC values." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/twrkv46f150m/demo_apps/dac_cadc">
<external path="boards/twrkv46f150m/demo_apps/dac_cadc" type="xml">
<files mask="dac_cadc.xml"/>
</external>
</example>
<example id="twrkv46f150m_dac_continuous_pdb_edma" name="dac_continuous_pdb_edma" brief="The demo shows how to use the PDB to generate a DAC trigger and use the DMA to transfer data into DAC buffer.In this example, DAC is first set to normal buffer mode. PDB is as DAC hardware trigger source and DMA would work when DAC read pointer is zero. When run the example, the DAC is triggered by PDB and the read pointer increases by one,every time the trigger occurs. When the read pointer reaches the upper limit, it goes to zero directly in the next trigger event.while read pointer goes to zero, DMA request will be triggered and transfer data into DAC buffer. The user should probethe DAC output with a oscilloscope to see the Half-sine signal." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dac" path="boards/twrkv46f150m/driver_examples/dac/continuous_pdb_edma">
<external path="boards/twrkv46f150m/driver_examples/dac/continuous_pdb_edma" type="xml">
<files mask="dac_continuous_pdb_edma.xml"/>
</external>
</example>
<example id="twrkv46f150m_dspi_edma_b2b_transfer_master" name="dspi_edma_b2b_transfer_master" brief="The dspi_edma_b2b_transfer example shows how to use DSPI driver in edma way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_edma_b2b_transfer_master.c' includes the DSPI master code.1. DSPI master send/received data to/from DSPI slave in edma . (DSPI Slave using edma to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/twrkv46f150m/driver_examples/dspi/edma_b2b_transfer/master">
<external path="boards/twrkv46f150m/driver_examples/dspi/edma_b2b_transfer/master" type="xml">
<files mask="dspi_edma_b2b_transfer_master.xml"/>
</external>
</example>
<example id="twrkv46f150m_dspi_edma_b2b_transfer_slave" name="dspi_edma_b2b_transfer_slave" brief="The dspi_edma_b2b_transfer example shows how to use DSPI driver in edma way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_edma_b2b_transfer_slave.c' includes the DSPI slave code.1. DSPI master send/received data to/from DSPI slave in edma . (DSPI Slave using edma to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/twrkv46f150m/driver_examples/dspi/edma_b2b_transfer/slave">
<external path="boards/twrkv46f150m/driver_examples/dspi/edma_b2b_transfer/slave" type="xml">
<files mask="dspi_edma_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="twrkv46f150m_dspi_half_duplex_edma_master" name="dspi_half_duplex_edma_master" brief="The dspi_half_duplex_edma_transfer_master example shows how to use driver API to transfer in half-duplex way. In this example, one spi instance as master and another spi instance on the other board as slave. Master sendsa piece of data to slave, and receive a piece of data from slave. This example checks if the data received fromslave is correct.Besides, master will transfer in EDMA way. " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/twrkv46f150m/driver_examples/dspi/half_duplex_transfer/edma/master">
<external path="boards/twrkv46f150m/driver_examples/dspi/half_duplex_transfer/edma/master" type="xml">
<files mask="dspi_half_duplex_edma_master.xml"/>
</external>
</example>
<example id="twrkv46f150m_dspi_half_duplex_edma_slave" name="dspi_half_duplex_edma_slave" brief="The dspi_half_duplex_edma_transfer_slave example shows how to receive and transmit data to master board.Notice: The SPI slave of this example uses edma mode. The data transfer size(not buffer size) is twice ofthe master's transfer size. The first half of the transmission will receive data, and the second half will senddata back to master, so the begain address of the receive buffer is &rxDataPolling[64].In this example, one spi instance as slave and another spi instance on the other board as master. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from master is correct. And slave will print what it received." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/twrkv46f150m/driver_examples/dspi/half_duplex_transfer/edma/slave">
<external path="boards/twrkv46f150m/driver_examples/dspi/half_duplex_transfer/edma/slave" type="xml">
<files mask="dspi_half_duplex_edma_slave.xml"/>
</external>
</example>
<example id="twrkv46f150m_dspi_half_duplex_int_master" name="dspi_half_duplex_int_master" brief="The dspi_half_duplex_int_transfer_master example shows how to use driver API to transfer in half-duplex way. In this example, one spi instance as master and another spi instance on the other board as slave. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct.Besides, master will transfer in interrupt way. " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/twrkv46f150m/driver_examples/dspi/half_duplex_transfer/int/master">
<external path="boards/twrkv46f150m/driver_examples/dspi/half_duplex_transfer/int/master" type="xml">
<files mask="dspi_half_duplex_int_master.xml"/>
</external>
</example>
<example id="twrkv46f150m_dspi_half_duplex_int_slave" name="dspi_half_duplex_int_slave" brief="The dspi_half_duplex_int_transfer_slave example shows how to receive and transmit data to master board.Notice: The SPI slave of this example uses interrupt mode. The data transfer size(not buffer size) is twice ofthe master's transfer size. The first half of the transmission will receive data, and the second half will senddata back to master, so the begain address of the receive buffer is &rxDataPolling[64].In this example, one spi instance as slave and another spi instance on the other board as master. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from master is correct. And slave will print what it received." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/twrkv46f150m/driver_examples/dspi/half_duplex_transfer/int/slave">
<external path="boards/twrkv46f150m/driver_examples/dspi/half_duplex_transfer/int/slave" type="xml">
<files mask="dspi_half_duplex_int_slave.xml"/>
</external>
</example>
<example id="twrkv46f150m_dspi_half_duplex_polling_master" name="dspi_half_duplex_polling_master" brief="The dspi_half_duplex_polling_transfer_master example shows how to use driver API to transfer in half-duplex way. In this example, one spi instance as master and another spi instance on the other board as slave. Master sends apiece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct. Besides, master will transfer in polling way. " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/twrkv46f150m/driver_examples/dspi/half_duplex_transfer/polling/master">
<external path="boards/twrkv46f150m/driver_examples/dspi/half_duplex_transfer/polling/master" type="xml">
<files mask="dspi_half_duplex_polling_master.xml"/>
</external>
</example>
<example id="twrkv46f150m_dspi_half_duplex_polling_slave" name="dspi_half_duplex_polling_slave" brief="The dspi_half_duplex_polling_transfer_slave example shows how to receive and transmit data to master board.Notice: The SPI slave of this example uses interrupt mode. The data transfer size(not buffer size) is twice ofthe master's transfer size. The first half of the transmission will receive data, and the second half will senddata back to master, so the address of the receive buffer is &rxDataPolling[64].In this example, one spi instance as slave and another spi instance on the other board as master. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from master is correct. And slave will print what it received." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/twrkv46f150m/driver_examples/dspi/half_duplex_transfer/polling/slave">
<external path="boards/twrkv46f150m/driver_examples/dspi/half_duplex_transfer/polling/slave" type="xml">
<files mask="dspi_half_duplex_polling_slave.xml"/>
</external>
</example>
<example id="twrkv46f150m_dspi_interrupt_b2b_master" name="dspi_interrupt_b2b_master" brief="The dspi_interrupt_b2b example shows how to use DSPI driver in interrupt way:In this example , we need two boards , one board used as DSPI master and another board used as DSPI slave.The file 'dspi_interrupt_b2b_master.c' includes the DSPI master code.This example does not use the transactional API in DSPI driver. It's a demonstration that how to use the interrupt in KSDK driver.1. DSPI master send/received data to/from DSPI slave in interrupt . (DSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/twrkv46f150m/driver_examples/dspi/interrupt_b2b/master">
<external path="boards/twrkv46f150m/driver_examples/dspi/interrupt_b2b/master" type="xml">
<files mask="dspi_interrupt_b2b_master.xml"/>
</external>
</example>
<example id="twrkv46f150m_dspi_interrupt_b2b_slave" name="dspi_interrupt_b2b_slave" brief="The dspi_interrupt_b2b example shows how to use DSPI driver in interrupt way:In this example , we need two boards , one board used as DSPI master and another board used as DSPI slave.The file 'dspi_interrupt_b2b_slave.c' includes the DSPI slave code.This example does not use the transactional API in DSPI driver. It's a demonstration that how to use the interrupt in KSDK driver.1. DSPI master send/received data to/from DSPI slave in interrupt . (DSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/twrkv46f150m/driver_examples/dspi/interrupt_b2b/slave">
<external path="boards/twrkv46f150m/driver_examples/dspi/interrupt_b2b/slave" type="xml">
<files mask="dspi_interrupt_b2b_slave.xml"/>
</external>
</example>
<example id="twrkv46f150m_dspi_interrupt_b2b_transfer_master" name="dspi_interrupt_b2b_transfer_master" brief="The dspi_interrupt_b2b_transfer example shows how to use DSPI driver in interrupt way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_interrupt_b2b_transfer_master.c' includes the DSPI master code.This example uses the transactional API in DSPI driver.1. DSPI master send/received data to/from DSPI slave in interrupt . (DSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/twrkv46f150m/driver_examples/dspi/interrupt_b2b_transfer/master">
<external path="boards/twrkv46f150m/driver_examples/dspi/interrupt_b2b_transfer/master" type="xml">
<files mask="dspi_interrupt_b2b_transfer_master.xml"/>
</external>
</example>
<example id="twrkv46f150m_dspi_interrupt_b2b_transfer_slave" name="dspi_interrupt_b2b_transfer_slave" brief="The dspi_interrupt_b2b_transfer example shows how to use DSPI driver in interrupt way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_interrupt_b2b_transfer_slave.c' includes the DSPI slave code.This example uses the transactional API in DSPI driver.1. DSPI master send/received data to/from DSPI slave in interrupt . (DSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/twrkv46f150m/driver_examples/dspi/interrupt_b2b_transfer/slave">
<external path="boards/twrkv46f150m/driver_examples/dspi/interrupt_b2b_transfer/slave" type="xml">
<files mask="dspi_interrupt_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="twrkv46f150m_dspi_polling_b2b_transfer_master" name="dspi_polling_b2b_transfer_master" brief="The dspi_polling_b2b_transfer example shows how to use DSPI driver in polling way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_polling_b2b_transfer_master.c' includes the DSPI master code.1. DSPI master send/received data to/from DSPI slave in polling . (DSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/twrkv46f150m/driver_examples/dspi/polling_b2b_transfer/master">
<external path="boards/twrkv46f150m/driver_examples/dspi/polling_b2b_transfer/master" type="xml">
<files mask="dspi_polling_b2b_transfer_master.xml"/>
</external>
</example>
<example id="twrkv46f150m_dspi_polling_b2b_transfer_slave" name="dspi_polling_b2b_transfer_slave" brief="The dspi_polling_b2b_transfer example shows how to use DSPI driver in polling way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_polling_b2b_transfer_slave.c' includes the DSPI slave code.1. DSPI master send/received data to/from DSPI slave in polling . (DSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/dspi" path="boards/twrkv46f150m/driver_examples/dspi/polling_b2b_transfer/slave">
<external path="boards/twrkv46f150m/driver_examples/dspi/polling_b2b_transfer/slave" type="xml">
<files mask="dspi_polling_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="twrkv46f150m_edma_memory_to_memory" name="edma_memory_to_memory" brief="The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/twrkv46f150m/driver_examples/edma/memory_to_memory">
<external path="boards/twrkv46f150m/driver_examples/edma/memory_to_memory" type="xml">
<files mask="edma_memory_to_memory.xml"/>
</external>
</example>
<example id="twrkv46f150m_edma_scatter_gather" name="edma_scatter_gather" brief="The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/twrkv46f150m/driver_examples/edma/scatter_gather">
<external path="boards/twrkv46f150m/driver_examples/edma/scatter_gather" type="xml">
<files mask="edma_scatter_gather.xml"/>
</external>
</example>
<example id="twrkv46f150m_enc_basic" name="enc_basic" brief="The enc_basic example shows how to quickly start using ENC driver.In this example, user needs to connect a real encoder to the board. Actually, only PHASE A and PHASE B are enough for the basic application. When running the project, user can turn the encoder so that ENC module can monitor the position change. Then, the internal counter would also count for the position. User can also type keys into terminal, and the current position values recorded by ENC would display. The ENC hardware is created with a special synchronize mechanism. There are actually 4 counters (the 32-bit position counter is combined with the two 16-bit counter registers) for position with responding hold registers. When any of the counter registers is read, the contents of each counter register is written to the corresponding hold register. Taking a snapshot of the counters' values provides a consistent view of a system position and a velocity to be attained." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/enc" path="boards/twrkv46f150m/driver_examples/enc/basic">
<external path="boards/twrkv46f150m/driver_examples/enc/basic" type="xml">
<files mask="enc_basic.xml"/>
</external>
</example>
<example id="twrkv46f150m_enc_index_interrupt" name="enc_index_interrupt" brief="The enc_index_interrupt example shows how to use the interrupt of ENC module with ENC driver.In this example, user needs to connect a real encoder to the board. Actually, only PHASE A and PHASE B are enough for the basic application. However, the additional INDEX/HOME/TRIGGER could be used as the event detector. INDEX: This pulse can optionally reset the position counter and the pulse accumulator of the quadrature decoder module. It also causes a change of state on the revolution counter. The direction of this change, increment or decrement, is calculated from the PHASEA and PHASEB inputs.HOME: This input can be used to trigger the initialization of the position counters. Often this signal is connected to a sensor signalling the motor or machine, sending notification that it has reached a defined home position.TRIGGER: This input can be used to clear the position counters or to take a snapshot of the POS, REV, and POSD registers. Often this signal is connected to a periodic pulse generator or timer to indicate an elapsed time period.This example uses INDEX to response the external event. When running the project, user can turn the encoder so that ENC module can monitor the position change. Also, a variable counter would count the time of INDEX interrupt for rising edge on INDEX signal line." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/enc" path="boards/twrkv46f150m/driver_examples/enc/index_interrupt">
<external path="boards/twrkv46f150m/driver_examples/enc/index_interrupt" type="xml">
<files mask="enc_index_interrupt.xml"/>
</external>
</example>
<example id="twrkv46f150m_ewm" name="ewm" brief="The EWM Example project is to demonstrate usage of the KSDK EWM driver.In the example, EWM counter is continuously refreshed until button is pressed.Once the button is pressed, EWM counter will expire and interrupt will be generated.After the first pressing, another interrupt can be triggered by pressing button again." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/twrkv46f150m/driver_examples/ewm">
<external path="boards/twrkv46f150m/driver_examples/ewm" type="xml">
<files mask="ewm.xml"/>
</external>
</example>
<example id="twrkv46f150m_flashloader" name="flashloader" brief="The flashloader is a bootloader that executes from target RAM memory on the platform. The bootloader is a configurable flash programming utility that operates over a serial connection on MCU devices. It enables quick and easy programming of MCU devices through the entire product life cycle, including application development, final product manufacturing, and more.Host-side command line and GUI tools are available to communicate with the bootloader. Users can utilize host tools to upload and/or download application code via the bootloader." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="bootloader_examples" path="boards/twrkv46f150m/bootloader_examples/flashloader">
<external path="boards/twrkv46f150m/bootloader_examples/flashloader" type="xml">
<files mask="flashloader.xml"/>
</external>
</example>
<example id="twrkv46f150m_flashloader_loader" name="flashloader_loader" brief="The flashloader_loader is a bootstrap loader that executes from flash memory on either the Freedom or Tower platform. This loader copies an image of the flashloader into RAM, then executes the flashloader from RAM. The flashloader_loader project uses the output of the flashloader build to create the flashloader image to load into RAM. Therefore, the flashloader project must be built before building the flashloader_loader project. Also, install Python27 for successful flashloader image generation." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="bootloader_examples" path="boards/twrkv46f150m/bootloader_examples/flashloader_loader">
<external path="boards/twrkv46f150m/bootloader_examples/flashloader_loader" type="xml">
<files mask="flashloader_loader.xml"/>
</external>
</example>
<example id="twrkv46f150m_flexcan_interrupt_transfer" name="flexcan_interrupt_transfer" brief="The flexcan_interrupt example shows how to use FlexCAN driver in none-blocking interrupt way:In this example, 2 boards are connected through CAN bus. Endpoint A(board A) send a CAN Message toEndpoint B(board B) when user press space key in terminal. Endpoint B receive the message, printthe message content to terminal and echo back the message. Endpoint A will increase the receivedmessage and waiting for the next transmission of the user initiated." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexcan" path="boards/twrkv46f150m/driver_examples/flexcan/interrupt_transfer">
<external path="boards/twrkv46f150m/driver_examples/flexcan/interrupt_transfer" type="xml">
<files mask="flexcan_interrupt_transfer.xml"/>
</external>
</example>
<example id="twrkv46f150m_flexcan_loopback" name="flexcan_loopback" brief="The flexcan_loopback_functional example shows how to use the loopback test mode to debug your CAN Bus design:To demonstrates this example, only one board is needed. The example will config one FlexCAN MessageBuffer to Rx Message Buffer and the other FlexCAN Message Buffer to Tx Message Buffer with same ID.After that, the example will send a CAN Message from the Tx Message Buffer to the Rx Message Bufferthrouth internal loopback interconnect and print out the Message payload to terminal." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexcan" path="boards/twrkv46f150m/driver_examples/flexcan/loopback">
<external path="boards/twrkv46f150m/driver_examples/flexcan/loopback" type="xml">
<files mask="flexcan_loopback.xml"/>
</external>
</example>
<example id="twrkv46f150m_flexcan_loopback_edma_transfer" name="flexcan_loopback_edma_transfer" brief="The flexcan_loopback_edma example shows how to use the EDMA version transactional driver to receiveCAN Message from Rx FIFO:To demonstrates this example, only one board is needed. The example will config one FlexCAN MessageBuffer to Tx Message Buffer and also setup Rx FIFO. After that, the example will send 4 CAN Messagesfrom Tx Message Buffer to Rx FIFO through internal loopback interconnect and read them out usingEDMA version FlexCAN transactional driver. The Sent and received message will be print out to terminalat last." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexcan" path="boards/twrkv46f150m/driver_examples/flexcan/loopback_edma_transfer">
<external path="boards/twrkv46f150m/driver_examples/flexcan/loopback_edma_transfer" type="xml">
<files mask="flexcan_loopback_edma_transfer.xml"/>
</external>
</example>
<example id="twrkv46f150m_flexcan_loopback_transfer" name="flexcan_loopback_transfer" brief="The flexcan_loopback example shows how to use the loopback test mode to debug your CAN Bus design:To demonstrates this example, only one board is needed. The example will config one FlexCAN MessageBuffer to Rx Message Buffer and the other FlexCAN Message Buffer to Tx Message Buffer with same ID.After that, the example will send a CAN Message from the Tx Message Buffer to the Rx Message Bufferthrough internal loopback interconnect and print out the Message payload to terminal." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexcan" path="boards/twrkv46f150m/driver_examples/flexcan/loopback_transfer">
<external path="boards/twrkv46f150m/driver_examples/flexcan/loopback_transfer" type="xml">
<files mask="flexcan_loopback_transfer.xml"/>
</external>
</example>
<example id="twrkv46f150m_fmstr_example_can" name="fmstr_example_can" brief="The example application demonstrating use of FreeMASTER tool to visualize internal variables and control the application flow by modifying variables. The application also show 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/twrkv46f150m/freemaster_examples/fmstr_can">
<external path="boards/twrkv46f150m/freemaster_examples/fmstr_can" type="xml">
<files mask="fmstr_example_can.xml"/>
</external>
</example>
<example id="twrkv46f150m_fmstr_example_pdbdm" name="fmstr_example_pdbdm" brief="The example application demonstrating use of FreeMASTER tool to visualize internal variables and control the application flow by modifying variables. The application also show 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/twrkv46f150m/freemaster_examples/fmstr_pdbdm">
<external path="boards/twrkv46f150m/freemaster_examples/fmstr_pdbdm" type="xml">
<files mask="fmstr_example_pdbdm.xml"/>
</external>
</example>
<example id="twrkv46f150m_fmstr_example_uart" name="fmstr_example_uart" brief="The example application demonstrating use of FreeMASTER tool to visualize internal variables and control the application flow by modifying variables. The application also show 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/twrkv46f150m/freemaster_examples/fmstr_uart">
<external path="boards/twrkv46f150m/freemaster_examples/fmstr_uart" type="xml">
<files mask="fmstr_example_uart.xml"/>
</external>
</example>
<example id="twrkv46f150m_freertos_dspi" name="freertos_dspi" brief="The freertos_dspi example shows how to use DSPI driver in FreeRTOS:In this example , one dspi instance used as DSPI master with blocking and another dspi instance used as DSPI slave .1. DSPI master sends/receives data using task blocking calls to/from DSPI slave. (DSPI Slave uses interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/twrkv46f150m/rtos_examples/freertos_dspi">
<external path="boards/twrkv46f150m/rtos_examples/freertos_dspi" type="xml">
<files mask="freertos_dspi.xml"/>
</external>
</example>
<example id="twrkv46f150m_freertos_event" name="freertos_event" brief="This document explains the freertos_event example. It shows how task waits for an event (defined setof bits in event group). This event can be set by any other process or interrupt in the system.The example application creates three tasks. Two write tasks write_task_1 and write_task_2continuously setting event bit 0 and bit 1.Read_task is waiting for any event bit and printing actual state on console. Event bits areautomatically cleared after read task is entered.Three possible states can occurre:Both bits are set.zBit B0 is set.Bit B1 is set." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/twrkv46f150m/rtos_examples/freertos_event">
<external path="boards/twrkv46f150m/rtos_examples/freertos_event" type="xml">
<files mask="freertos_event.xml"/>
</external>
</example>
<example id="twrkv46f150m_freertos_generic" name="freertos_generic" brief="This document explains the freertos_generic example. It is based on code FreeRTOS documentation fromhttp://www.freertos.org/Hardware-independent-RTOS-example.html. It shows combination of severaltasks with queue, software timer, tick hook and semaphore.The example application creates three tasks. The prvQueueSendTask periodically sending data toxQueue queue. The prvQueueReceiveTask is waiting for incoming message and counting number ofreceived messages. Task prvEventSemaphoreTask is waiting for xEventSemaphore semaphore given fromvApplicationTickHook. Tick hook give semaphore every 500 ms.Other hook types used for RTOS and resource statistics are also demonstrated in example:* vApplicationIdleHook* vApplicationStackOverflowHook* vApplicationMallocFailedHook" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/twrkv46f150m/rtos_examples/freertos_generic">
<external path="boards/twrkv46f150m/rtos_examples/freertos_generic" type="xml">
<files mask="freertos_generic.xml"/>
</external>
</example>
<example id="twrkv46f150m_freertos_hello" name="freertos_hello" brief="The Hello World project is a simple demonstration program that uses the SDK UART drivere incombination with FreeRTOS. The purpose of this demo is to show how to use the debug console and toprovide a simple project for debugging and further development.The example application creates one task called hello_task. This task print "Hello world." messagevia debug console utility and suspend itself." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/twrkv46f150m/rtos_examples/freertos_hello">
<external path="boards/twrkv46f150m/rtos_examples/freertos_hello" type="xml">
<files mask="freertos_hello.xml"/>
</external>
</example>
<example id="twrkv46f150m_freertos_i2c" name="freertos_i2c" brief="The freertos_i2c example shows an application using RTOS tasks with I2C driver:The example supports 2 different connections:On board connection and board to board connection.With one board connection, 2 I2C instances of the same board are used. One i2c instance used as I2C master and another I2C instance used as I2C slave . Default settings in freertos_i2c.c (in folder boards/<board>/rtos_examples/freertos_i2c) is applied. Two tasks are created. One task is associated with an I2C master operation and another task deals with I2C slave operation. 1. I2C master task sends data to I2C slave task. 2. I2C master task reads data sent back from I2C slave task. The transmit data and the receive data of both I2C master task and I2C slave task are printed out on terminal.With board to board connection, one I2C instance on one board is used as I2C master and the I2C instance on other board is used as I2C slave. Tasks are created to run on each board to handle I2C communication. File freertos_i2c.c should have following definitions: #define EXAMPLE_CONNECT_I2C BOARD_TO_BOARD For board used as I2C master: #define I2C_MASTER_SLAVE isMASTER For board used as I2C slave: #define I2C_MASTER_SLAVE isSLAVE" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/twrkv46f150m/rtos_examples/freertos_i2c">
<external path="boards/twrkv46f150m/rtos_examples/freertos_i2c" type="xml">
<files mask="freertos_i2c.xml"/>
</external>
</example>
<example id="twrkv46f150m_freertos_mutex" name="freertos_mutex" brief="This document explains the freertos_mutex example. It shows how mutex manage access to commonresource (terminal output).The example application creates two identical instances of write_task. Each task will lock the mutexbefore printing and unlock it after printing to ensure that the outputs from tasks are not mixedtogether.The test_task accept output message during creation as function parameter. Output message have twoparts. If xMutex is unlocked, the write_task_1 acquire xMutex and print first part of message. Thenrescheduling is performed. In this moment scheduler check if some other task could run, but secondtask write_task+_2 is blocked because xMutex is already locked by first write task. The firstwrite_task_1 continue from last point by printing of second message part. Finaly the xMutex isunlocked and second instance of write_task_2 is executed." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/twrkv46f150m/rtos_examples/freertos_mutex">
<external path="boards/twrkv46f150m/rtos_examples/freertos_mutex" type="xml">
<files mask="freertos_mutex.xml"/>
</external>
</example>
<example id="twrkv46f150m_freertos_queue" name="freertos_queue" brief="This document explains the freertos_queue example. This example introduce simple logging mechanismbased on message passing.Example could be devided in two parts. First part is logger. It contain three tasks:log_add().....Add new message into the log. Call xQueueSend function to pass new message into message queue.log_init()....Initialize logger (create logging task and message queue log_queue).log_task()....Task responsible for printing of log output.Second part is application of this simple logging mechanism. Each of two tasks write_task_1 andwrite_task_2 print 5 messages into log." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/twrkv46f150m/rtos_examples/freertos_queue">
<external path="boards/twrkv46f150m/rtos_examples/freertos_queue" type="xml">
<files mask="freertos_queue.xml"/>
</external>
</example>
<example id="twrkv46f150m_freertos_sem" name="freertos_sem" brief="This document explains the freertos_sem example, what to expect when running it and a briefintroduction to the API. The freertos_sem example code shows how semaphores works. Two differenttasks are synchronized in bilateral rendezvous model.The example uses four tasks. One producer_task and three consumer_tasks. The producer_task starts bycreating of two semaphores (xSemaphore_producer and xSemaphore_consumer). These semaphores controlaccess to virtual item. The synchronization is based on bilateral rendezvous pattern. Both ofconsumer and producer must be prepared to enable transaction." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/twrkv46f150m/rtos_examples/freertos_sem">
<external path="boards/twrkv46f150m/rtos_examples/freertos_sem" type="xml">
<files mask="freertos_sem.xml"/>
</external>
</example>
<example id="twrkv46f150m_freertos_swtimer" name="freertos_swtimer" brief="This document explains the freertos_swtimer example. It shows usage of software timer and itscallback.The example application creates one software timer SwTimer. The timer's callback SwTimerCallback isperiodically executed and text "Tick." is printed to terminal." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/twrkv46f150m/rtos_examples/freertos_swtimer">
<external path="boards/twrkv46f150m/rtos_examples/freertos_swtimer" type="xml">
<files mask="freertos_swtimer.xml"/>
</external>
</example>
<example id="twrkv46f150m_freertos_tickless" name="freertos_tickless" brief="This document explains the freertos_tickless example. It shows the CPU enter at sleep mode and then it is waked up by expired time delay that using GPT module." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/twrkv46f150m/rtos_examples/freertos_tickless">
<external path="boards/twrkv46f150m/rtos_examples/freertos_tickless" type="xml">
<files mask="freertos_tickless.xml"/>
</external>
</example>
<example id="twrkv46f150m_freertos_uart" name="freertos_uart" brief="The UART example for FreeRTOS demonstrates the possibility to use the UART driver in the RTOS.The example uses single instance of UART IP and writes string into, then reads back chars.After every 4B received, these are sent back on UART." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/twrkv46f150m/rtos_examples/freertos_uart">
<external path="boards/twrkv46f150m/rtos_examples/freertos_uart" type="xml">
<files mask="freertos_uart.xml"/>
</external>
</example>
<example id="twrkv46f150m_ftm_combine_pwm" name="ftm_combine_pwm" brief="The FTM project is a demonstration program of generating a combined PWM signal by the SDK FTM driver. It sets up the FTMhardware block to output PWM signals on two TPM channels. The example also shows the complementary mode of operationand deadtime insertion.On boards that have 2 LEDs connected to the FTM pins, the user will see a change in LED brightness.And if the board do not support LEDs to show, the outputs can be observed by oscilloscope." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/ftm" path="boards/twrkv46f150m/driver_examples/ftm/combine_pwm">
<external path="boards/twrkv46f150m/driver_examples/ftm/combine_pwm" type="xml">
<files mask="ftm_combine_pwm.xml"/>
</external>
</example>
<example id="twrkv46f150m_ftm_dual_edge_capture" name="ftm_dual_edge_capture" brief="The FTM project is a demonstration program of the SDK FTM driver's dual-edge capture feature.This feature is available only on certain SoC's.The example sets up a FTM channel-pair for dual-edge capture. Once the input signal is received,this example will print the capture values and period of the input signal on the terminal window." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/ftm" path="boards/twrkv46f150m/driver_examples/ftm/dual_edge_capture">
<external path="boards/twrkv46f150m/driver_examples/ftm/dual_edge_capture" type="xml">
<files mask="ftm_dual_edge_capture.xml"/>
</external>
</example>
<example id="twrkv46f150m_ftm_input_capture" name="ftm_input_capture" brief="The FTM project is a demonstration program of the SDK FTM driver's input capture feature.The example sets up a FTM channel for dual-edge capture. Once the input signal is received,this example will print the capture value." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/ftm" path="boards/twrkv46f150m/driver_examples/ftm/input_capture">
<external path="boards/twrkv46f150m/driver_examples/ftm/input_capture" type="xml">
<files mask="ftm_input_capture.xml"/>
</external>
</example>
<example id="twrkv46f150m_ftm_output_compare" name="ftm_output_compare" brief="The FTM project is a demonstration program of the SDK FTM driver's output compare feature.It sets up one FTM channel to toggle the output when a match occurs with the channel value. The usershould probe the FTM output with a oscilloscope to see the signal toggling." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/ftm" path="boards/twrkv46f150m/driver_examples/ftm/output_compare">
<external path="boards/twrkv46f150m/driver_examples/ftm/output_compare" type="xml">
<files mask="ftm_output_compare.xml"/>
</external>
</example>
<example id="twrkv46f150m_ftm_pwm_twochannel" name="ftm_pwm_twochannel" brief="The FTM pwm two channel Example project is a demonstration program that uses the KSDK software to generate a square pulse PWM on 2 channel to control the LED brightness.- FTM generates a PWM with the increasing and decreasing duty cycle.- LED brightness is increasing and then dimming. This is a continuous process." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/ftm" path="boards/twrkv46f150m/driver_examples/ftm/pwm_twochannel">
<external path="boards/twrkv46f150m/driver_examples/ftm/pwm_twochannel" type="xml">
<files mask="ftm_pwm_twochannel.xml"/>
</external>
</example>
<example id="twrkv46f150m_ftm_quad_decoder" name="ftm_quad_decoder" brief="This demo describes the usage of Quad Decoder feature in FTM module, which can be used to count the position of decoder.An external decoder is used to generate the PHA and PHB's signal. These two signals are feed to the FTM pins with Quad Decoder feature (FTMx_QD_PHA and FTMx_QD_PHB). Then, the counter value and direction would be displayed in terminal window predically." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/twrkv46f150m/demo_apps/ftm_quad_decoder">
<external path="boards/twrkv46f150m/demo_apps/ftm_quad_decoder" type="xml">
<files mask="ftm_quad_decoder.xml"/>
</external>
</example>
<example id="twrkv46f150m_ftm_quad_decoder_peripheral" name="ftm_quad_decoder_peripheral" brief="This demo describes the usage of Quad Decoder feature in FTM module, which can be used to count the position of decoder.An external decoder is used to generate the PHA and PHB's signal. These two signals are feed to the FTM pins with Quad Decoder feature (FTMx_QD_PHA and FTMx_QD_PHB). Then, the counter value and direction would be displayed in terminal window predically. You can open the mex file with MCUXpresso Config Tool to do further configuration of pin, clock and peripheral." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/twrkv46f150m/demo_apps/ftm_quad_decoder_peripheral">
<external path="boards/twrkv46f150m/demo_apps/ftm_quad_decoder_peripheral" type="xml">
<files mask="ftm_quad_decoder_peripheral.xml"/>
</external>
</example>
<example id="twrkv46f150m_ftm_simple_pwm" name="ftm_simple_pwm" brief="The FTM project is a simple demonstration program of the SDK FTM driver. It sets up the FTMhardware block to output a center-aligned PWM signal. The PWM dutycycle is periodically updated.On boards that have an LED connected to the FTM pins, the user will see a change in LED brightness." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/ftm" path="boards/twrkv46f150m/driver_examples/ftm/simple_pwm">
<external path="boards/twrkv46f150m/driver_examples/ftm/simple_pwm" type="xml">
<files mask="ftm_simple_pwm.xml"/>
</external>
</example>
<example id="twrkv46f150m_ftm_timer" name="ftm_timer" brief="The FTM project is a simple demonstration program of the SDK FTM driver to use FTM as a timer.It sets up the FTM hardware block to trigger an interrupt every 1 millisecond.When the FTM interrupt is triggered a message a printed on the UART terminal." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/ftm" path="boards/twrkv46f150m/driver_examples/ftm/timer">
<external path="boards/twrkv46f150m/driver_examples/ftm/timer" type="xml">
<files mask="ftm_timer.xml"/>
</external>
</example>
<example id="twrkv46f150m_gpio_input_interrupt" name="gpio_input_interrupt" brief="The GPIO Example project is a demonstration program that uses the KSDK software to manipulate the general-purposeoutputs.The example is supported by the set, clear, and toggle write-only registers for each port output data register. The example uses the software button to control/toggle the LED." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/gpio" path="boards/twrkv46f150m/driver_examples/gpio/input_interrupt">
<external path="boards/twrkv46f150m/driver_examples/gpio/input_interrupt" type="xml">
<files mask="gpio_input_interrupt.xml"/>
</external>
</example>
<example id="twrkv46f150m_gpio_led_output" name="gpio_led_output" brief="The GPIO Example project is a demonstration program that uses the KSDK software to manipulate the general-purposeoutputs.The example is supported by the set, clear, and toggle write-only registers for each port output data register. The example take turns to shine the LED." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/gpio" path="boards/twrkv46f150m/driver_examples/gpio/led_output">
<external path="boards/twrkv46f150m/driver_examples/gpio/led_output" type="xml">
<files mask="gpio_led_output.xml"/>
</external>
</example>
<example id="twrkv46f150m_hello_world" name="hello_world" brief="The Hello World demo application provides a sanity check for the new SDK build environments and board bring up. The HelloWorld demo prints the "Hello World" string to the terminal using the SDK UART drivers. The purpose of this demo is toshow how to use the UART, and to provide a simple project for debugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/twrkv46f150m/demo_apps/hello_world">
<external path="boards/twrkv46f150m/demo_apps/hello_world" type="xml">
<files mask="hello_world.xml"/>
</external>
</example>
<example id="twrkv46f150m_i2c_interrupt_b2b_transfer_master" name="i2c_interrupt_b2b_transfer_master" brief="The i2c_interrupt_b2b_transfer_master example shows how to use i2c driver as master to do board to board transfer with interrupt:In this example, one i2c instance as master and another i2c instance on the other board as slave. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/twrkv46f150m/driver_examples/i2c/interrupt_b2b_transfer/master">
<external path="boards/twrkv46f150m/driver_examples/i2c/interrupt_b2b_transfer/master" type="xml">
<files mask="i2c_interrupt_b2b_transfer_master.xml"/>
</external>
</example>
<example id="twrkv46f150m_i2c_interrupt_b2b_transfer_slave" name="i2c_interrupt_b2b_transfer_slave" brief="The i2c_interrupt_b2b_transfer_slave example shows how to use i2c driver as slave to do board to board transfer with interrupt:In this example, one i2c instance as slave and another i2c instance on the other board as master. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/twrkv46f150m/driver_examples/i2c/interrupt_b2b_transfer/slave">
<external path="boards/twrkv46f150m/driver_examples/i2c/interrupt_b2b_transfer/slave" type="xml">
<files mask="i2c_interrupt_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="twrkv46f150m_i2c_polling_b2b_transfer_master" name="i2c_polling_b2b_transfer_master" brief="The i2c_polling_b2b_transfer_master example shows how to use i2c driver as master to do board to board transfer using polling method:In this example, one i2c instance as master and another i2c instance on the other board as slave. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/twrkv46f150m/driver_examples/i2c/polling_b2b_transfer/master">
<external path="boards/twrkv46f150m/driver_examples/i2c/polling_b2b_transfer/master" type="xml">
<files mask="i2c_polling_b2b_transfer_master.xml"/>
</external>
</example>
<example id="twrkv46f150m_i2c_polling_b2b_transfer_slave" name="i2c_polling_b2b_transfer_slave" brief="The i2c_polling_b2b_transfer_slave example shows how to use i2c driver as slave to do board to board transfer with a polling master:In this example, one i2c instance as slave and another i2c instance on the other board as master. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/twrkv46f150m/driver_examples/i2c/polling_b2b_transfer/slave">
<external path="boards/twrkv46f150m/driver_examples/i2c/polling_b2b_transfer/slave" type="xml">
<files mask="i2c_polling_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="twrkv46f150m_led_blinky" name="led_blinky" brief="The LED Blinky demo application provides a sanity check for the new SDK build environments and board bring up. The LED Blinky demo uses the systick interrupt to realize the function of timing delay. The example takes turns to shine the LED. The purpose of this demo is to provide a simple project for debugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/twrkv46f150m/demo_apps/led_blinky">
<external path="boards/twrkv46f150m/demo_apps/led_blinky" type="xml">
<files mask="led_blinky.xml"/>
</external>
</example>
<example id="twrkv46f150m_led_demo_tower_0000" name="led_demo_tower_0000" brief="The led_demo_tower_0000 is a led blinky application load at the beginning of the target flash memory on the Tower platform. The led demo project is an example demo firmware applications used to demonstrate how the MCU bootloader can load and launch user applications." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="bootloader_examples/demo_apps" path="boards/twrkv46f150m/bootloader_examples/demo_apps/led_demo_tower_0000">
<external path="boards/twrkv46f150m/bootloader_examples/demo_apps/led_demo_tower_0000" type="xml">
<files mask="led_demo_tower_0000.xml"/>
</external>
</example>
<example id="twrkv46f150m_led_demo_tower_a000" name="led_demo_tower_a000" brief="The led_demo_tower_a000 is a led blinky application load at offset 0xa000 of the target flash memory on the Tower platform. The led demo project is an example demo firmware applications used to demonstrate how the MCU bootloader can load and launch user applications." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="bootloader_examples/demo_apps" path="boards/twrkv46f150m/bootloader_examples/demo_apps/led_demo_tower_a000">
<external path="boards/twrkv46f150m/bootloader_examples/demo_apps/led_demo_tower_a000" type="xml">
<files mask="led_demo_tower_a000.xml"/>
</external>
</example>
<example id="twrkv46f150m_lptmr" name="lptmr" brief="The LPTMR project is a simple demonstration program of the SDK LPTMR driver. It sets up the LPTMRhardware block to trigger a periodic interrupt after every 1 second. When the LPTMR interrupt is triggereda message a printed on the UART terminal and an LED is toggled on the board." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/twrkv46f150m/driver_examples/lptmr">
<external path="boards/twrkv46f150m/driver_examples/lptmr" type="xml">
<files mask="lptmr.xml"/>
</external>
</example>
<example id="twrkv46f150m_mc_bldc" name="mc_bldc" brief="This example demonstrates the control of the BLDC motor." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/twrkv46f150m/demo_apps/mc_bldc">
<external path="boards/twrkv46f150m/demo_apps/mc_bldc" type="xml">
<files mask="mc_bldc.xml"/>
</external>
</example>
<example id="twrkv46f150m_mc_pmsm" name="mc_pmsm" brief="This example demonstrates the control of the PMSM." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/twrkv46f150m/demo_apps/mc_pmsm/pmsm_snsless">
<external path="boards/twrkv46f150m/demo_apps/mc_pmsm/pmsm_snsless" type="xml">
<files mask="mc_pmsm.xml"/>
</external>
</example>
<example id="twrkv46f150m_mcg_fee_blpe" name="mcg_fee_blpe" brief="The fee_bple example shows how to use MCG driver to change from FEE mode to BLPE mode: 1. How to use the mode functions for MCG mode switch. 2. How to use the frequency functions to get current MCG frequency. 3. Work flow Boot to Fee mode from default reset mode Change from FEE -> FBE -> BLPE Change back BLPE -> FBE -> FEE Get System clock in FEE mode to blink LEDIn this example, because the debug console's clock frequency may change,so the example running information is not output from debug console. Here theLED blinks to show that the example finished successfully." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/mcg" path="boards/twrkv46f150m/driver_examples/mcg/fee_blpe">
<external path="boards/twrkv46f150m/driver_examples/mcg/fee_blpe" type="xml">
<files mask="mcg_fee_blpe.xml"/>
</external>
</example>
<example id="twrkv46f150m_mcg_fee_blpi" name="mcg_fee_blpi" brief="The fee_bpli example shows how to use MCG driver to change from FEE mode to BLPI mode: 1. How to use the mode functions for MCG mode switch. 2. How to use the frequency functions to get current MCG frequency. 3. Work flow Boot to FEE mode from default reset mode Change from FEE -> FBI -> BLPI Change back BLPI -> FBI -> FEE Get System clock in FEE mode to blink LEDIn this example, because the debug console's clock frequency may change,so the example running information is not output from debug console. Here theLED blinks to show that the example finished successfully." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/mcg" path="boards/twrkv46f150m/driver_examples/mcg/fee_blpi">
<external path="boards/twrkv46f150m/driver_examples/mcg/fee_blpi" type="xml">
<files mask="mcg_fee_blpi.xml"/>
</external>
</example>
<example id="twrkv46f150m_mcg_fei_blpi" name="mcg_fei_blpi" brief="The fei_bpli example shows how to use MCG driver to change from FEI mode to BLPI mode: 1. How to use the mode functions for MCG mode switch. 2. How to use the frequency functions to get current MCG frequency. 3. Work flow Boot to FEI mode from default reset mode Change mode FEI -> FBI -> BLPI Change back BLPE -> FBI -> FEI Get System clock in FEI mode to blink LEDIn this example, because the debug console's clock frequency may change,so the example running information is not output from debug console. Here theLED blinks to show that the example finished successfully." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/mcg" path="boards/twrkv46f150m/driver_examples/mcg/fei_blpi">
<external path="boards/twrkv46f150m/driver_examples/mcg/fei_blpi" type="xml">
<files mask="mcg_fei_blpi.xml"/>
</external>
</example>
<example id="twrkv46f150m_mcg_pee_blpe" name="mcg_pee_blpe" brief="The pee_bple example shows how to use MCG driver to change from PEE mode to BLPE mode: 1. How to use the mode functions for MCG mode switch. 2. How to use the frequency functions to get current MCG frequency. 3. Work flow Boot to PEE mode from default reset mode Change mode PEE -> PBE -> BLPE Change back BLPE -> PBE -> PEE Get System clock in PEE mode to blink LEDIn this example, because the debug console's clock frequency may change,so the example running information is not output from debug console. Here theLED blinks to show that the example finished successfully." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/mcg" path="boards/twrkv46f150m/driver_examples/mcg/pee_blpe">
<external path="boards/twrkv46f150m/driver_examples/mcg/pee_blpe" type="xml">
<files mask="mcg_pee_blpe.xml"/>
</external>
</example>
<example id="twrkv46f150m_mcg_pee_blpi" name="mcg_pee_blpi" brief="The pee_bpli example shows how to use MCG driver to change from PEE mode to BLPI mode: 1. How to use the mode functions for MCG mode switch. 2. How to use the frequency functions to get current MCG frequency. 3. Work flow Boot to PEE mode from default reset mode Change mode PEE -> PBE ->FBE -> FBI -> BLPI Change back BLPI -> FBI -> FBE -> PBE -> PEE Get System clock in PEE mode to blink LEDIn this example, because the debug console's clock frequency may change,so the example running information is not output from debug console. Here theLED blinks to show that the example finished successfully." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/mcg" path="boards/twrkv46f150m/driver_examples/mcg/pee_blpi">
<external path="boards/twrkv46f150m/driver_examples/mcg/pee_blpi" type="xml">
<files mask="mcg_pee_blpi.xml"/>
</external>
</example>
<example id="twrkv46f150m_pdb_dac_trigger" name="pdb_dac_trigger" brief="The pdb_dac_trigger example shows how to use the PDB to generate a DAC trigger.Based on the basic counter, to use the DAC trigger, just to enable the DAC trigger's "milestone" and set the user-defined value for it.The DAC's "milestone" is called as "interval". Multiple DAC trigger intervals can be included into one PDB counter's cycle.DAC trigger's counter would reset after the trigger is created and start counting again to the interval value.In this example, the DAC is configured with hardware buffer enabled in normal work mode. Once it gets the trigger from the PDB, the buffer read pointer increases." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/pdb" path="boards/twrkv46f150m/driver_examples/pdb/dac_trigger">
<external path="boards/twrkv46f150m/driver_examples/pdb/dac_trigger" type="xml">
<files mask="pdb_dac_trigger.xml"/>
</external>
</example>
<example id="twrkv46f150m_pdb_delay_interrupt" name="pdb_delay_interrupt" brief="The pdb_delay_interrupt example show how to use the PDB as a general programmable interrupt timer.The PDB is triggered by software, and other external triggers are generated from PDB in this project,so that user can see just a general counter is working with interrupt." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/pdb" path="boards/twrkv46f150m/driver_examples/pdb/delay_interrupt">
<external path="boards/twrkv46f150m/driver_examples/pdb/delay_interrupt" type="xml">
<files mask="pdb_delay_interrupt.xml"/>
</external>
</example>
<example id="twrkv46f150m_pflash" name="pflash" brief="The pflash example shows how to use flash driver to operate program flash:" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flash" path="boards/twrkv46f150m/driver_examples/flash/pflash">
<external path="boards/twrkv46f150m/driver_examples/flash/pflash" type="xml">
<files mask="pflash.xml"/>
</external>
</example>
<example id="twrkv46f150m_pit" name="pit" brief="The PIT project is a simple demonstration program of the SDK PIT driver. It sets up the PIThardware block to trigger a periodic interrupt after every 1 second. When the PIT interrupt is triggereda message a printed on the UART terminal and an LED is toggled on the board." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/twrkv46f150m/driver_examples/pit">
<external path="boards/twrkv46f150m/driver_examples/pit" type="xml">
<files mask="pit.xml"/>
</external>
</example>
<example id="twrkv46f150m_power_manager" name="power_manager" brief="The Power manager demo application demonstrates the use of power modes in the KSDK. The demo use the notification mechanismand prints the power mode menu through the debug console, where the user can set the MCU to a specific power mode. The usercan also set the wakeup source by following the debug console prompts. The purpose of this demo is to demonstrate theimplementation of a power mode manager. The callback can be registered to the framework. If a power mode transition happens,the callback will be called and user can do something. Tips: This demo is to show how the various power mode can switch to each other. However, in actual low power use case, to save energy and reduce the consumption even more, many things can be done including: - Disable the clock for unnecessary module during low power mode. That means, programmer can disable the clocks before entering the low power mode and re-enable them after exiting the low power mode when necessary. - Disable the function for unnecessary part of a module when other part would keep working in low power mode. At the most time, more powerful function means more power consumption. For example, disable the digital function for the unnecessary pin mux, and so on. - Set the proper pin state (direction and logic level) according to the actual application hardware. Otherwise, the pin cirrent would be activied unexpectedly waste some energy. - Other low power consideration based on the actual application hardware." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/twrkv46f150m/demo_apps/power_manager">
<external path="boards/twrkv46f150m/demo_apps/power_manager" type="xml">
<files mask="power_manager.xml"/>
</external>
</example>
<example id="twrkv46f150m_power_mode_switch" name="power_mode_switch" brief="The Power mode switch demo application demonstrates the use of power modes in the KSDK. The demo prints the power mode menuthrough the debug console, where the user can set the MCU to a specific power mode. The user can also set the wakeupsource by following the debug console prompts. The purpose of this demo is to show how to switch between different power modes, and how to configure a wakeup source and wakeup the MCU from low power modes. Tips: This demo is to show how the various power mode can switch to each other. However, in actual low power use case, to save energy and reduce the consumption even more, many things can be done including: - Disable the clock for unnecessary module during low power mode. That means, programmer can disable the clocks before entering the low power mode and re-enable them after exiting the low power mode when necessary. - Disable the function for unnecessary part of a module when other part would keep working in low power mode. At the most time, more powerful function means more power consumption. For example, disable the digital function for the unnecessary pin mux, and so on. - Set the proper pin state (direction and logic level) according to the actual application hardware. Otherwise, the pin cirrent would be activied unexpectedly waste some energy. - Other low power consideration based on the actual application hardware. - Debug pins(e.g SWD_DIO) would consume addtional power, had better to disable related pins or disconnect them. " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/twrkv46f150m/demo_apps/power_mode_switch">
<external path="boards/twrkv46f150m/demo_apps/power_mode_switch" type="xml">
<files mask="power_mode_switch.xml"/>
</external>
</example>
<example id="twrkv46f150m_pwm" name="pwm" brief="The PWM project is a simple demonstration program of the SDK PWM driver.The pulse width modulator (PWM) module contains PWM submodules, each of which is set up to control a single half-bridge power stage.Fault channel support is provided. This PWM module can generate various switching patterns, including highly sophisticated waveforms.It can be used to control all known Switched Mode Power Supplies (SMPS) topologies." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/twrkv46f150m/driver_examples/pwm">
<external path="boards/twrkv46f150m/driver_examples/pwm" type="xml">
<files mask="pwm.xml"/>
</external>
</example>
<example id="twrkv46f150m_pwm_fault" name="pwm_fault" brief="This demo application demonstrates the EflexPWM fault demo.This application demonstrates the pulse with modulation function of EflexPWM module. It outputs thePWM to control the intensity of the LED. PWM shut down when a fault signal is detected on the CMPoutput. One input of CMP, other input is from internal DAC." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/twrkv46f150m/demo_apps/pwm_fault">
<external path="boards/twrkv46f150m/demo_apps/pwm_fault" type="xml">
<files mask="pwm_fault.xml"/>
</external>
</example>
<example id="twrkv46f150m_shell" name="shell" brief="The Shell Demo application demonstrates to control Leds by commands." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/twrkv46f150m/demo_apps/shell">
<external path="boards/twrkv46f150m/demo_apps/shell" type="xml">
<files mask="shell.xml"/>
</external>
</example>
<example id="twrkv46f150m_thermistor_lab_cadc" name="thermistor_lab_cadc" brief="The Thermistor Lab Demo application demonstrates how to use PDB to trigger ADC and measure on-board thermistor.This demo shows how to configure and use the ADC module to sample the differential voltage across onboard thermistors RT1-RT4.If the user touches any on-board thermistor with a finger, the lab application detects a change in the thermistor temperatureand starts flashing the corresponding LED pair." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/twrkv46f150m/demo_apps/thermistor_lab_cadc">
<external path="boards/twrkv46f150m/demo_apps/thermistor_lab_cadc" type="xml">
<files mask="thermistor_lab_cadc.xml"/>
</external>
</example>
<example id="twrkv46f150m_tower_bootloader" name="tower_bootloader" brief="The tower_bootloader is a bootloader that executes from target flash memory on the Tower platform. The bootloader is a configurable flash programming utility that operates over a serial connection on MCU devices. It enables quick and easy programming of MCU devices through the entire product life cycle, including application development, final product manufacturing, and more.Host-side command line and GUI tools are available to communicate with the bootloader. Users can utilize host tools to upload and/or download application code via the bootloader." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="bootloader_examples" path="boards/twrkv46f150m/bootloader_examples/tower_bootloader">
<external path="boards/twrkv46f150m/bootloader_examples/tower_bootloader" type="xml">
<files mask="tower_bootloader.xml"/>
</external>
</example>
<example id="twrkv46f150m_uart_edma_rb_transfer" name="uart_edma_rb_transfer" brief="The uart_edma ring buffer example shows how to use uart 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." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/uart" path="boards/twrkv46f150m/driver_examples/uart/edma_rb_transfer">
<external path="boards/twrkv46f150m/driver_examples/uart/edma_rb_transfer" type="xml">
<files mask="uart_edma_rb_transfer.xml"/>
</external>
</example>
<example id="twrkv46f150m_uart_edma_transfer" name="uart_edma_transfer" brief="The uart_edma example shows how to use uart 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="driver_examples/uart" path="boards/twrkv46f150m/driver_examples/uart/edma_transfer">
<external path="boards/twrkv46f150m/driver_examples/uart/edma_transfer" type="xml">
<files mask="uart_edma_transfer.xml"/>
</external>
</example>
<example id="twrkv46f150m_uart_interrupt" name="uart_interrupt" brief="The uart_functioncal_interrupt example shows how to use uart driver functionalAPI to receive data with interrupt method:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/uart" path="boards/twrkv46f150m/driver_examples/uart/interrupt">
<external path="boards/twrkv46f150m/driver_examples/uart/interrupt" type="xml">
<files mask="uart_interrupt.xml"/>
</external>
</example>
<example id="twrkv46f150m_uart_interrupt_rb_transfer" name="uart_interrupt_rb_transfer" brief="The uart_interrupt_ring_buffer example shows how to use uart driver in interrupt way withRX ring buffer enabled: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="driver_examples/uart" path="boards/twrkv46f150m/driver_examples/uart/interrupt_rb_transfer">
<external path="boards/twrkv46f150m/driver_examples/uart/interrupt_rb_transfer" type="xml">
<files mask="uart_interrupt_rb_transfer.xml"/>
</external>
</example>
<example id="twrkv46f150m_uart_interrupt_transfer" name="uart_interrupt_transfer" brief="The uart_interrupt example shows how to use uart 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="driver_examples/uart" path="boards/twrkv46f150m/driver_examples/uart/interrupt_transfer">
<external path="boards/twrkv46f150m/driver_examples/uart/interrupt_transfer" type="xml">
<files mask="uart_interrupt_transfer.xml"/>
</external>
</example>
<example id="twrkv46f150m_uart_polling" name="uart_polling" brief="The uart_polling example shows how to use uart driver in polling way:In this example, one uart instance connect to PC through uart, the board will send back all characters that PCsend to the board." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/uart" path="boards/twrkv46f150m/driver_examples/uart/polling">
<external path="boards/twrkv46f150m/driver_examples/uart/polling" type="xml">
<files mask="uart_polling.xml"/>
</external>
</example>
<example id="twrkv46f150m_wdog" name="wdog" brief="The WDOG Example project is to demonstrate usage of the KSDK wdog driver.In this example,quick test is first implemented to test the wdog.And then after 10 times of refreshing the watchdog in None-window mode, a timeout reset is generated.We also try to refresh out of window to trigger reset after 10 times of refreshing in Window mode." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/twrkv46f150m/driver_examples/wdog">
<external path="boards/twrkv46f150m/driver_examples/wdog" type="xml">
<files mask="wdog.xml"/>
</external>
</example>
<example id="twrkv46f150m_xbar_aoi" name="xbar_aoi" brief="The XBAR AOI demo application demonstrates the usage of the XBAR, AOI peripheral to combine interruptfrom CMP and PIT. If the button is pressed(CMP interrupt) and the PIT periodic interrupt occurs a message is printed." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/twrkv46f150m/demo_apps/xbar_aoi">
<external path="boards/twrkv46f150m/demo_apps/xbar_aoi" type="xml">
<files mask="xbar_aoi.xml"/>
</external>
</example>
<example id="twrkv46f150m_xbar_aoi_peripheral" name="xbar_aoi_peripheral" brief="The XBAR AOI demo application demonstrates the usage of the XBAR, AOI peripheral to combine interruptfrom CMP and PIT. If the button is pressed(CMP interrupt) and the PIT periodic interrupt occurs a message is printed." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/twrkv46f150m/demo_apps/xbar_aoi_peripheral">
<external path="boards/twrkv46f150m/demo_apps/xbar_aoi_peripheral" type="xml">
<files mask="xbar_aoi_peripheral.xml"/>
</external>
</example>
<example id="twrkv46f150m_xbara" name="xbara" brief="The Xbara project is a simple demonstration program of the SDK Xbara driver.The intended applicationof this module is to provide a flexible crossbar switch function that allows any input to beconnected to any output under user control.It sets up the Xbara hardware block to trigger a periodicinterrupt after every 1 second. When the Xbar interrupt is triggered a message a printed on the UARTterminal." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/twrkv46f150m/driver_examples/xbara">
<external path="boards/twrkv46f150m/driver_examples/xbara" type="xml">
<files mask="xbara.xml"/>
</external>
</example>
</examples>
</board>
</boards>
<devices>
<device id="MKV46F256xxx16" name="MKV46F16" version="1.0.0" full_name="MKV46F256xxx16" family="KV4x" platform="Kinetis">
<description>Kinetis KV4x-168 MHz, High Performance Motor / Power Conversion MCUs based on ARM Cortex-M4</description>
<metadataSet>
<metadata key="vendor" value="NXP"/>
</metadataSet>
<core id="core0_MKV46F256xxx16" name="core0" fpu="true" type="cm4"/>
<memory>
<memoryBlock id="PROGRAM_FLASH_MKV46F256xxx16" name="PROGRAM_FLASH" addr="00000000" size="00040000" type="Flash" access="RO"/>
<memoryBlock id="SRAM_UPPER_MKV46F256xxx16" name="SRAM_UPPER" addr="20000000" size="00004000" type="RAM" access="RW"/>
<memoryBlock id="SRAM_LOWER_MKV46F256xxx16" name="SRAM_LOWER" addr="1fffc000" size="00004000" type="RAM" access="RW"/>
</memory>
<total_memory flash_size_kb="256" ram_size_kb="32"/>
<package id="MKV46F256VLH16" name="MKV46F256VLH16"/>
<package id="MKV46F256VLL16" name="MKV46F256VLL16"/>
<evaluation_boards>
<evaluation_board name="hvpkv46f150m"/>
<evaluation_board name="twrkv46f150m"/>
</evaluation_boards>
<debug_configurations>
<debug_configuration id_refs="com.crt.advproject.config.exe.debug com.crt.advproject.config.exe.release">
<params>
<params id="internal.wiretype.release.MKV46F256xxx16" name="internal.wiretype" value="SWD*,JTAG"/>
<params id="internal.has_swo.release.MKV46F256xxx16" name="internal.has_swo" value="true"/>
<params id="internal.connect.script.debug.mcuxpresso.MKV46F256xxx16" name="internal.connect.script" value="kinetisconnect.scp"/>
</params>
<drivers>
<driver id_refs="PROGRAM_FLASH_MKV46F256xxx16">
<driverBinary type="binary">
<files mask="FTFA_4K.cfx"/>
</driverBinary>
</driver>
</drivers>
</debug_configuration>
</debug_configurations>
<linkerSettings nature="c_nature">
<linker property="start_symbol" value="ResetISR"/>
<linker property="text_align" value="4"/>
<linker property="data_align" value="4"/>
<linker property="bss_align" value="4"/>
<linker property="flash_security_address" value="0x400"/>
<linker property="mtb_supported" value="false"/>
</linkerSettings>
<linkerSettings nature="cpp_nature">
<linker property="start_symbol" value="ResetISR"/>
<linker property="text_align" value="4"/>
<linker property="data_align" value="4"/>
<linker property="bss_align" value="4"/>
<linker property="flash_security_address" value="0x400"/>
<linker property="mtb_supported" value="false"/>
</linkerSettings>
</device>
<device id="MKV44F128xxx16" name="MKV44F16" version="1.0.0" full_name="MKV44F128xxx16" family="KV4x" platform="Kinetis">
<description>Kinetis KV4x-168 MHz, High Performance Motor / Power Conversion MCUs based on ARM Cortex-M4</description>
<metadataSet>
<metadata key="vendor" value="NXP"/>
</metadataSet>
<core id="core0_MKV44F128xxx16" name="core0" fpu="true" type="cm4"/>
<memory>
<memoryBlock id="PROGRAM_FLASH_MKV44F128xxx16" name="PROGRAM_FLASH" addr="00000000" size="00020000" type="Flash" access="RO"/>
<memoryBlock id="SRAM_UPPER_MKV44F128xxx16" name="SRAM_UPPER" addr="20000000" size="00004000" type="RAM" access="RW"/>
<memoryBlock id="SRAM_LOWER_MKV44F128xxx16" name="SRAM_LOWER" addr="1fffe000" size="00002000" type="RAM" access="RW"/>
</memory>
<total_memory flash_size_kb="128" ram_size_kb="24"/>
<package id="MKV44F128VLF16" name="MKV44F128VLF16"/>
<package id="MKV44F128VLH16" name="MKV44F128VLH16"/>
<package id="MKV44F128VLL16" name="MKV44F128VLL16"/>
<evaluation_boards>
<evaluation_board name="hvpkv46f150m"/>
<evaluation_board name="twrkv46f150m"/>
</evaluation_boards>
<debug_configurations>
<debug_configuration id_refs="com.crt.advproject.config.exe.debug com.crt.advproject.config.exe.release">
<params>
<params id="internal.wiretype.release.MKV44F128xxx16" name="internal.wiretype" value="SWD*,JTAG"/>
<params id="internal.has_swo.release.MKV44F128xxx16" name="internal.has_swo" value="true"/>
<params id="internal.connect.script.debug.mcuxpresso.MKV44F128xxx16" name="internal.connect.script" value="kinetisconnect.scp"/>
</params>
<drivers>
<driver id_refs="PROGRAM_FLASH_MKV44F128xxx16">
<driverBinary type="binary">
<files mask="FTFA_4K.cfx"/>
</driverBinary>
</driver>
</drivers>
</debug_configuration>
</debug_configurations>
<linkerSettings nature="c_nature">
<linker property="start_symbol" value="ResetISR"/>
<linker property="text_align" value="4"/>
<linker property="data_align" value="4"/>
<linker property="bss_align" value="4"/>
<linker property="flash_security_address" value="0x400"/>
<linker property="mtb_supported" value="false"/>
</linkerSettings>
<linkerSettings nature="cpp_nature">
<linker property="start_symbol" value="ResetISR"/>
<linker property="text_align" value="4"/>
<linker property="data_align" value="4"/>
<linker property="bss_align" value="4"/>
<linker property="flash_security_address" value="0x400"/>
<linker property="mtb_supported" value="false"/>
</linkerSettings>
</device>
</devices>
<components>
<component id="project_template.twrkv46f150m.MKV46F16" name="twrkv46f150m" brief="Board_project_template twrkv46f150m" version="1.0.0" full_name="Board_project_template twrkv46f150m" devices="MKV46F256xxx16" device_cores="core0_MKV46F256xxx16" category="Board Support/SDK Project Template" user_visible="true" type="project_template">
<dependencies>
<all>
<component_dependency value="platform.drivers.uart.MKV46F16"/>
<component_dependency value="component.uart_adapter.MKV46F16"/>
<component_dependency value="platform.drivers.port.MKV46F16"/>
<component_dependency value="platform.drivers.common.MKV46F16"/>
<component_dependency value="utility.debug_console.MKV46F16"/>
<component_dependency value="component.serial_manager.MKV46F16"/>
<component_dependency value="platform.drivers.gpio.MKV46F16"/>
<component_dependency value="platform.drivers.smc.MKV46F16"/>
<component_dependency value="device.MKV46F16_startup.MKV46F16"/>
<component_dependency value="platform.drivers.xbara.MKV46F16"/>
</all>
</dependencies>
<source path="boards/twrkv46f150m/project_template" target_path="board" type="src">
<files mask="board.c"/>
<files mask="clock_config.c"/>
<files mask="peripherals.c"/>
<files mask="pin_mux.c"/>
</source>
<source path="boards/twrkv46f150m/project_template" target_path="board" type="c_include">
<files mask="board.h"/>
<files mask="clock_config.h"/>