10.3.3 SRAM Quality of Service

To ensure that Hosts with latency requirements get sufficient priority when accessing RAM, priority levels can be assigned to the Hosts for different types of access.

The Quality of Service (QoS) level is independently selected for each Host accessing the RAM. For any access to the RAM, the RAM also receives the QoS level. The QoS levels and their corresponding bit values for the QoS level configuration is shown in the table below.

Table 10-4. Quality of Service
ValueNameDescription
0x0DISABLEBackground (no sensitive operation)
0x1LOWSensitive Bandwidth
0x2MEDIUMSensitive Latency
0x3HIGHCritical Latency

If a Host is configured with QoS level DISABLE (0x0) or LOW (0x1) there will be a minimum latency of one cycle for the RAM access.

The priority order for concurrent accesses are decided by two factors. First, the QoS level for the Host and second, a static priority given by the port ID. The lowest port ID has the highest static priority. See the tables below for details.

The CPU QoS level can be written/read, using 32-bit access only, at address 0x4100C11C, bits [1:0]. Its reset value is 0x3.

The ICM QoS level can be written/read, using 32-bit access only, at address 0x4100C128, bits [1:0]. Its reset value is 0x1.

Refer to different Host QOS control registers for configuring QoS for the other Hosts (DSU, DMAC, CAN, USB).

Table 10-5. SRAM Port Connections QoS
SRAM Port ConnectionPort IDConnection TypeQoSdefault QoS
CM4 - Cortex M4 Processor0Bus Matrix0x4100C11C, bits[1:0](1)0x3
DSU - Device Service Unit1Bus MatrixIP-CFG.LQOS0x2
DMAC - Direct Memory Access Controller - Data Access2 (WR), 3 (RD)Bus MatrixIP-PRICTRL0.QOSn0x2
ICM - Integrity Check Monitor3Bus Matrix0x4100C128, bits[1:0](1)0x1
DMAC - Direct Memory Access Controller - Fetch Access4, 5DirectIP-PRICTRL0.QOSn0x2
DMAC - Direct Memory Access Controller - Write-Back Access6, 7DirectIP-PRICTRL0.QOSn0x2
SDHC0 - SD/MMC Host Controller8DirectSTATIC-10x1
SDHC1 - SD/MMC Host Controller9DirectSTATIC-10x1
CAN0 - Control Area Network10DirectIP-MRCFG.QOS0x1
CAN1 - Control Area Network11DirectIP-MRCFG.QOS0x1
GMAC - Ethernet MAC12DirectSTATIC-20x2
USB - Universal Serial Bus - Configuration Access13DirectIP-QOSCTRL.CQOS0x3
USB - Universal Serial Bus - Data Access13DirectIP-QOSCTRL.DQOS0x3
Note: 1. Using 32-bit access only.