21.14.8 sb_enable_peripheral
(Ask a Question)Description
This Tcl command is used to enable the MSS peripherals in various subsystems of the
Peripherals page of the System Builder component.
Note: By
default, MSS_GIO, MSS_USB, MSS_MAC and MSS_CAN are disabled in all devices. Use
the
sb_enable_peripheral
command to enable the required
peripheral.sb_enable_peripheral \
-component_name {component_name} \
[-peripheral_name {peripheral_name}]
Arguments
Parameter | Type | Description |
---|---|---|
-component_name {component_name} | Mandatory. Name of the system builder component. | |
-peripheral_name {peripheral_name} | Mandatory. Name of the MSS peripheral instance to be enabled. |
Example
sb_enable_peripheral -component_name {sb} -peripheral_name {MSS_SPI_0}