-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdm-motor-control-demo-for-i-mx93.xml
30 lines (30 loc) · 1.17 KB
/
dm-motor-control-demo-for-i-mx93.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
<data:item xmlns:data="data" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="data ../../xsd/alp.xsd" id="dm-motor-control-demo-for-i-mx93" type="demo" format="projectfile" versionSchema="1.0.0" name="Motor Control Demo for i.MX93">
<display_title>
Implementation of Motor Control Algorithms to MCIMX93-EVK
</display_title>
<overview>
<![CDATA[Implementation of motor control algorithms using the MCIMX93-EVK
development kit. It includes hardware configuration details, setup
instructions, and an overview of the software implementation process.]]>
</overview>
<toolchains>
<toolchain name="iar"></toolchain>
</toolchains>
<families>
<family name="imx"></family>
</families>
<nxp_compatible_hw>
<hw id="MCIMX93-EVK"></hw>
</nxp_compatible_hw>
<nxp_ebh_hw>
<ebh id="nxp_frdm_mc_lvpmsm"></ebh>
</nxp_ebh_hw>
<peripherals>
<peripheral name="pwm"></peripheral>
<peripheral name="gpio"></peripheral>
<peripheral name="adc"></peripheral>
</peripherals>
<categories>
<category name="motor_control"></category>
</categories>
</data:item>