21.14.9 sb_disable_peripheral
(Ask a Question)Description
This Tcl command is used to disable the MSS peripherals in various subsystems of the
Peripherals page of the System Builder component.
Note: By
default, MSS_MMUART_0/1, MSS_I2C_0/1, MSS_SPI_0/1 are enabled in all devices.
Use the
sb_disable_peripheral
command to disable the
peripherals that are not needed.sb_disable_peripheral \
-component_name {component_name} \
[-peripheral_name {peripheral_name}]
Arguments
Parameter | Type | Description |
---|---|---|
-component_name {component_name} | string | Mandatory. Name of the system builder component. |
-peripheral_name {peripheral_name} | string | Mandatory. Name of the MSS peripheral instance to be disabled. |
Example
sb_disable_peripheral -component_name {sb} -peripheral_name {MSS_SPI_0}