2
2
3
3
## Table of Contents
4
4
5
- * [ Reserve Peripherals] ( #Reserve-Peripherals )
6
- * [ Hardware View] ( #Hardware-View )
5
+ - [ Reserve Peripherals] ( #Reserve-Peripherals )
6
+ - [ Hardware View] ( #Hardware-View )
7
7
8
8
The board view shows you what pins are available on your board, and what
9
- peripherals are assigned to what pins. Hover over each pin for more
10
- information.
9
+ peripherals are assigned to what pins. Hover over each pin for more information.
11
10
12
11
<div style =" text-align : center ;" >
13
12
<img src =" ./images/board_view.png " width =20% >
14
13
</div >
15
14
16
- Enabled and configured peripherals are displayed with green symbols.
17
- To add a new peripheral, press the plus sign next to the peripheral
18
- type. The \" Show generated files\" tab lets you see the files generated
19
- based on SysConfig. Generated files are dynamically updated every time
20
- you make a change in SysConfig. When you build your project, the
21
- generated files are exported into the output folder of your project.
15
+ Enabled and configured peripherals are displayed with green symbols. To add a
16
+ new peripheral, press the plus sign next to the peripheral type. The \" Show
17
+ generated files\" tab lets you see the files generated based on SysConfig.
18
+ Generated files are dynamically updated every time you make a change in
19
+ SysConfig. When you build your project, the generated files are exported into
20
+ the output folder of your project.
22
21
23
22
<div style =" text-align : center ;" >
24
23
<img src =" images/show_generated_files_tab.png " >
25
24
</div >
26
25
27
- ## Reserve Peripherals
26
+ ## Reserve Peripherals
28
27
29
28
Certain use cases may require preventing SysConfig from generating the
30
29
configuration of specific peripherals.
@@ -34,8 +33,8 @@ Examples of use cases requiring to reserve peripherals are:
34
33
- dynamic re-configuration of a peripheral
35
34
- leveraging the Sensor Controller (on devices enabling it)
36
35
- already handling certain peripherals configuration
37
- - with hardware constraints preventing to use certain peripherals
38
- (typically GPIOs)
36
+ - with hardware constraints preventing to use certain peripherals (typically
37
+ ` GPIOs ` )
39
38
- peripherals reserved for future use
40
39
41
40
Below are the steps required to utilize the Reserve Peripherals feature.
@@ -45,31 +44,31 @@ Below are the steps required to utilize the Reserve Peripherals feature.
45
44
2 . Open the panel \" Reserve Peripherals\"
46
45
47
46
<div style =" text-align : center ;" >
48
- <img src =" images/syscfg-reserve-peripheral-pannel .png " width =30% >
47
+ <img src =" images/syscfg-reserve-peripheral-panel .png " width =30% >
49
48
</div >
50
49
51
50
3 . Reserve the resources
52
51
53
- Reserve a peripheral using SysConfig. This image shows how
54
- to reserve DIO 15
52
+ Reserve a peripheral using SysConfig. This image shows how to reserve ` DIO `
53
+ 15
55
54
56
55
<div style =" text-align : center ;" >
57
56
<img src =" images/syscfg-reserve-gpio.png " width =30% >
58
57
</div >
59
58
60
-
61
- SysConfig ensures no resource conflict occurs. In case no solution can
62
- be found, an error is raised.
59
+ SysConfig ensures no resource conflict occurs. In case no solution can be found,
60
+ an error is raised.
63
61
64
62
## Hardware View
65
63
66
- The Hardware view may be used to add software modules for supporting
67
- hardware resources on EVMs or LaunchPads. The same capability could be
68
- done in the Software view by adding a Hardware. However the Hardware
69
- view provides a hardware-first perspective to show which software could
70
- be used with hardware resources.
64
+ The Hardware view may be used to add software modules for supporting hardware
65
+ resources on EVMs or LaunchPads. The same capability could be done in the
66
+ Software view by adding a Hardware. However the Hardware view provides a
67
+ hardware-first perspective to show which software could be used with hardware
68
+ resources.
71
69
72
70
Sysconfig Hardware View:
71
+
73
72
<div style =" text-align : center ;" >
74
73
<img src =" images/syscfg_hardware_view.png " width =30% >
75
- </div >
74
+ </div >
0 commit comments