# Getting started

Source: [https://docs.qualcomm.com/doc/80-Y8730-5/topic/qcc730_application_development.html](https://docs.qualcomm.com/doc/80-Y8730-5/topic/qcc730_application_development.html)

The Zephyr support for QCC730 provides functions for the following areas:

	
- QCC730 memory layout
- Boot loader
- Programmer image and tools
- Peripherals
- Dual-band 1x1 Wi‑Fi functionality
- Power management

## Contents of Zephyr support for QCC730

Source: [https://docs.qualcomm.com/doc/80-Y8730-5/topic/qcc730_application_development.html](https://docs.qualcomm.com/doc/80-Y8730-5/topic/qcc730_application_development.html)

The Zephyr support for QCC730 has the following layout:

    |-- zephyr                       //zephyr original kernel
    |-- qcc730                       //bsp_of qcc730 for zephyr
    |-- soc
        |-- qcom
            |-- qcc730           //soc configuration and power support for qcc730
    |-- boards
        |-- qcom                 //supported board list for qcc730
            |-- qcc730mi         //board configuration for qcc730mi
    |-- dts
        |-- arm
            |-- qcom
               |-- qcc730.dtsi   //device trees for qcc730 SoC
    |-- drivers                  //supported drivers for qcc730
        |-- wifi
            |-- qcom             //qcc730 wifi driver
    |-- scripts
        |-- west_commands
            |-- runners
                |-- qccsdk.py    //west flash/attach/debug runner for qcc730
    |-- manifests
        |-- west_qcc730_clo_rel.yml //manifests for release branch on Code Linaro
    |-- qapp                         //applications and tests of qcc730 for zephyr
    |-- qcli_app                 // application provide Command line interface for QCC730 chip control and configuration.
    |-- power_app                 //application provide power management commands and control interfaces.
    |-- qcc730testing             //Comprehensive testing framework base on Ztest for QCC730 hardware drivers.
    |-- qcc730testing             //common shell for multiple QCC730 applications.
    
    |-- modules
    |-- hal
        |-- qcom                 //hal_qcc730 for zephyr
            |-- qboot            //second boot loader
            |-- qhw_support      //hardware support
            |-- qpower           //power management
            |-- qurt             //OSAL for qcc730
            |-- qfdt             //firmware descriptor table tool
            |-- qprgd            //programming daemon
            |-- qring            //ring service module
            |-- qsystem          //system service
            |-- qwifi            //bridge between binary wifi lib and wifi driver
            |-- qinclude         //qcom api header file
            |-- hal              //soc and peripheral hal for qcc730
            |-- tools
                |-- devcfg       //device config xml2bin tool
                |-- qbdf         //bdf txt<->bin tool
                |-- qhash        //hash image generate tool
                |-- qprgc        //programming client     
            |-- zephyr
                |-- blobs        //binaries for the qcc730                
        |-- cmsis                //APIs and libs for ARM Cortex processors
    |-- crypto
        |-- mbedtls              //crypto library for qcc730
    |-- debug
        |-- segger               //RTT support for qcc730
    |-- fs
        |-- littelfs             //filesystem designed for microcontrollers with flash memory
    |-- lib
        |-- hostap               //wpa_supplicant and hostapd support
        |-- zcbor                //Concise Binary Object Representation libraryCopy to clipboard

## QCC730 memory layout

Source: [https://docs.qualcomm.com/doc/80-Y8730-5/topic/qcc730_application_development.html](https://docs.qualcomm.com/doc/80-Y8730-5/topic/qcc730_application_development.html)

### RRAM

Source: [https://docs.qualcomm.com/doc/80-Y8730-5/topic/qcc730_application_development.html](https://docs.qualcomm.com/doc/80-Y8730-5/topic/qcc730_application_development.html)

RRAM is a type of nonvolatile random-access computer memory, and serves as the on-chip memory of QCC730.

	
**Region**

	
RRAM memory region: `[0x1A0000:0x37FFFF]`

	
It can be divided into two parts from the functionality perspective:

- The one-time programmable (OTP) region: `[0x1A0000:0x1A0FFF]`
- The program region: `[0x200000:0x37FFFF]`

	
**Storage**

	
The program region stores the following contents:

- The whole primary boot loader (PBL) image
- The firmware description table (FDT)
- The whole secondary boot loader (SBL) image
- The board data file (BDF)
- Some RRAM segments of APP images: RRAM TXT sections, calibration database (CALDB) data section, regulatory database (REGDB)  data section

### RAM

Source: [https://docs.qualcomm.com/doc/80-Y8730-5/topic/qcc730_application_development.html](https://docs.qualcomm.com/doc/80-Y8730-5/topic/qcc730_application_development.html)

QCC730 has 640 KB of random access memory (RAM) on the chip.

	
**Region**

	
RAM region: `[0x0:0x9FFFF]`

	
**Storage**

	
RAM stores the following contents at runtime:

- The PBL data
- The SBL data
- The RAM segments of APP images

### Flash

Source: [https://docs.qualcomm.com/doc/80-Y8730-5/topic/qcc730_application_development.html](https://docs.qualcomm.com/doc/80-Y8730-5/topic/qcc730_application_development.html)

QCC730 has a 4 MB external NOR flash with XiP support through QSPI. It can support a maximum of 16 MB of flash memory.

### QCC730 memory and image structure

Source: [https://docs.qualcomm.com/doc/80-Y8730-5/topic/qcc730_application_development.html](https://docs.qualcomm.com/doc/80-Y8730-5/topic/qcc730_application_development.html)

The following picture shows the QCC730 memory layout when the APP image is loaded from RRAM.

	
Figure : QCC730 memory and image structure				<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by Microsoft Visio, SVG Export qcc730_memory_image_structure.svg QCC730 memory and image structure -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events" width="7.91146in" height="7.35766in" viewbox="0 0 569.625 529.751" xml:space="preserve" color-interpolation-filters="sRGB" class="st10"><style>.svg-1 .st1 { fill: #f7f8fa; stroke: #ffffff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 0.75 }
.svg-1 .st2 { fill: none; stroke: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 0.75 }
.svg-1 .st3 { fill: #000000; font-family: Arial; font-size: 1.08334em; font-weight: bold; letter-spacing: normal }
.svg-1 .st4 { fill: #dee3ec; stroke: #000000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 0.75 }
.svg-1 .st5 { stroke: #000000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 0.75 }
.svg-1 .st6 { fill: #000000; font-family: Courier New; font-size: 1.08334em; letter-spacing: normal }
.svg-1 .st7 { stroke: #000000; stroke-dasharray: 1.75, 1.25; stroke-linecap: round; stroke-linejoin: round; stroke-width: 0.25 }
.svg-1 .st8 { fill: #dee3ec; stroke: #404040; stroke-linecap: round; stroke-linejoin: round; stroke-width: 0.75 }
.svg-1 .st9 { font-size: 1em; letter-spacing: normal; font-family: Arial }
.svg-1 .st10 { fill: none; fill-rule: evenodd; font-size: 12px; overflow: visible; stroke-linecap: square; stroke-miterlimit: 3 }</style>
<g>	<title>qcc730_memory_image_structure</title>	<g id="shape105-1" transform="translate(0.375,-0.5625)">		<title>Sheet.105</title>		<rect x="0" y="0.749996" width="568.875" height="529.001" rx="7.2" ry="7.2" class="st1"></rect>	</g>	<g id="shape23-3" transform="translate(29.5533,-20.4526)">		<title>Sheet.23</title>		<desc>RRAM</desc>		<rect x="0" y="510.536" width="135.043" height="19.2156" class="st2"></rect>		<text x="48.02" y="524.04" class="st3">RRAM</text>		</g>	<g id="shape56-6" transform="translate(327.185,-20.4526)">		<title>Sheet.56</title>		<desc>Flash memory</desc>		<rect x="0" y="510.536" width="122.767" height="19.2156" class="st2"></rect>		<text x="17.31" y="524.04" class="st3">Flash memory</text>		</g>	<g id="shape3-9" transform="translate(20.4526,-43.2712)">		<title>Sheet.3</title>		<rect x="0" y="72.1788" width="153.245" height="457.573" class="st4"></rect>	</g>	<g id="shape16-11" transform="translate(20.4526,-452.805)">		<title>Separator.16</title>		<path d="M0 529.75 L153.24 529.75" class="st5"></path>	</g>	<g id="shape17-14" transform="translate(20.4526,-401.714)">		<title>Separator.17</title>		<path d="M0 529.75 L153.24 529.75" class="st5"></path>	</g>	<g id="shape18-17" transform="translate(20.4526,-375.124)">		<title>Separator.18</title>		<path d="M0 529.75 L153.24 529.75" class="st5"></path>	</g>	<g id="shape19-20" transform="translate(20.4526,-345.1)">		<title>Separator.19</title>		<path d="M0 529.75 L153.24 529.75" class="st5"></path>	</g>	<g id="shape20-23" transform="translate(20.4526,-294.041)">		<title>Separator.20</title>		<path d="M0 529.75 L153.24 529.75" class="st5"></path>	</g>	<g id="shape21-26" transform="translate(20.4526,-107.73)">		<title>Separator.21</title>		<path d="M0 529.75 L153.24 529.75" class="st5"></path>	</g>	<g id="shape24-29" transform="translate(29.5533,-208.125)">		<title>Sheet.24</title>		<desc>APP</desc>		<rect x="0" y="510.536" width="135.043" height="19.2156" class="st2"></rect>		<text x="54.16" y="524.04" class="st3">APP</text>		</g>	<g id="shape25-32" transform="translate(29.5533,-81.5172)">		<title>Sheet.25</title>		<desc>CALDB</desc>		<rect x="0" y="510.536" width="135.043" height="19.2156" class="st2"></rect>		<text x="44.77" y="524.04" class="st3">CALDB</text>		</g>	<g id="shape26-35" transform="translate(29.5533,-307.452)">		<title>Sheet.26</title>		<desc>SBL</desc>		<rect x="0" y="510.536" width="135.043" height="19.2156" class="st2"></rect>		<text x="54.52" y="524.04" class="st3">SBL</text>		</g>	<g id="shape27-38" transform="translate(29.5533,-349.904)">		<title>Sheet.27</title>		<desc>PBL patch</desc>		<rect x="0" y="510.536" width="135.043" height="19.2156" class="st2"></rect>		<text x="35.38" y="524.04" class="st3">PBL patch</text>		</g>	<g id="shape28-41" transform="translate(29.5533,-377.526)">		<title>Sheet.28</title>		<desc>FDT</desc>		<rect x="0" y="510.536" width="135.043" height="19.2156" class="st2"></rect>		<text x="54.89" y="524.04" class="st3">FDT</text>		</g>	<g id="shape29-44" transform="translate(29.5533,-476.824)">		<title>Sheet.29</title>		<desc>OTP</desc>		<rect x="0" y="510.536" width="135.043" height="19.2156" class="st2"></rect>		<text x="54.16" y="524.04" class="st3">OTP</text>		</g>	<g id="shape30-47" transform="translate(29.5533,-452.805)">		<title>Sheet.30</title>		<desc>Reserved</desc>		<rect x="0" y="510.536" width="135.043" height="19.2156" class="st2"></rect>		<text x="38.25" y="524.04" class="st3">Reserved</text>		</g>	<g id="shape31-50" transform="translate(29.5533,-417.193)">		<title>Sheet.31</title>		<desc>PBL</desc>		<rect x="0" y="510.536" width="135.043" height="19.2156" class="st2"></rect>		<text x="54.52" y="524.04" class="st3">PBL</text>		</g>	<g id="shape15-53" transform="translate(20.4526,-474.422)">		<title>Separator</title>		<path d="M0 529.75 L153.24 529.75" class="st5"></path>	</g>	<g id="shape41-56" transform="translate(147.066,-481.628)">		<title>Sheet.41</title>		<desc>4K</desc>		<rect x="0" y="520.144" width="26.1339" height="9.60782" class="st2"></rect>		<text x="6.53" y="528.85" class="st6">4K</text>		</g>	<g id="shape42-59" transform="translate(176.148,-474.422)">		<title>Sheet.42</title>		<desc>0x1A1000</desc>		<rect x="0" y="520.144" width="71.2282" height="9.60782" class="st2"></rect>		<text x="4.41" y="528.85" class="st6">0x1A1000</text>		</g>	<g id="shape43-62" transform="translate(176.148,-452.805)">		<title>Sheet.43</title>		<desc>0x200000</desc>		<rect x="0" y="520.144" width="71.2282" height="9.60782" class="st2"></rect>		<text x="4.41" y="528.85" class="st6">0x200000</text>		</g>	<g id="shape44-65" transform="translate(176.148,-401.546)">		<title>Sheet.44</title>		<desc>0x208000</desc>		<rect x="0" y="520.144" width="71.2282" height="9.60782" class="st2"></rect>		<text x="4.41" y="528.85" class="st6">0x208000</text>		</g>	<g id="shape45-68" transform="translate(176.148,-375.124)">		<title>Sheet.45</title>		<desc>0x208400</desc>		<rect x="0" y="520.144" width="71.2282" height="9.60782" class="st2"></rect>		<text x="4.41" y="528.85" class="st6">0x208400</text>		</g>	<g id="shape46-71" transform="translate(176.148,-345.1)">		<title>Sheet.46</title>		<desc>0x20A400</desc>		<rect x="0" y="520.144" width="71.2282" height="9.60782" class="st2"></rect>		<text x="4.41" y="528.85" class="st6">0x20A400</text>		</g>	<g id="shape51-74" transform="translate(137.863,-421.997)">		<title>Sheet.51</title>		<desc>32K</desc>		<rect x="0" y="520.144" width="35.3366" height="9.60782" class="st2"></rect>		<text x="7.93" y="528.85" class="st6">32K</text>		</g>	<g id="shape52-77" transform="translate(137.863,-382.33)">		<title>Sheet.52</title>		<desc>1K</desc>		<rect x="0" y="520.144" width="35.3366" height="9.60782" class="st2"></rect>		<text x="15.73" y="528.85" class="st6">1K</text>		</g>	<g id="shape53-80" transform="translate(137.863,-354.707)">		<title>Sheet.53</title>		<desc>8K</desc>		<rect x="0" y="520.144" width="35.3366" height="9.60782" class="st2"></rect>		<text x="15.73" y="528.85" class="st6">8K</text>		</g>	<g id="shape54-83" transform="translate(119.25,-312.256)">		<title>Sheet.54</title>		<desc>32K*3</desc>		<rect x="0" y="520.144" width="53.9495" height="9.60782" class="st2"></rect>		<text x="10.94" y="528.85" class="st6">32K*3</text>		</g>	<g id="shape55-86" transform="translate(137.25,-86.3211)">		<title>Sheet.55</title>		<desc>12K</desc>		<rect x="0" y="520.144" width="35.3366" height="9.60782" class="st2"></rect>		<text x="7.93" y="528.85" class="st6">12K</text>		</g>	<g id="shape32-89" transform="translate(174.657,-500.844)">		<title>Separator.32</title>		<path d="M0 529.75 L65.34 529.75" class="st7"></path>	</g>	<g id="shape34-92" transform="translate(174.657,-401.714)">		<title>Separator.34</title>		<path d="M0 529.75 L65.34 529.75" class="st7"></path>	</g>	<g id="shape35-95" transform="translate(174.657,-375.124)">		<title>Separator.35</title>		<path d="M0 529.75 L65.34 529.75" class="st7"></path>	</g>	<g id="shape36-98" transform="translate(174.657,-345.1)">		<title>Separator.36</title>		<path d="M0 529.75 L65.34 529.75" class="st7"></path>	</g>	<g id="shape39-101" transform="translate(174.657,-452.805)">		<title>Separator.39</title>		<path d="M0 529.75 L65.34 529.75" class="st7"></path>	</g>	<g id="shape49-104" transform="translate(174.657,-474.422)">		<title>Separator.49</title>		<path d="M0 529.75 L65.34 529.75" class="st7"></path>	</g>	<g id="shape104-107" transform="translate(176.148,-500.785)">		<title>Sheet.104</title>		<desc>0x1A0000</desc>		<rect x="0" y="520.144" width="71.2282" height="9.60782" class="st2"></rect>		<text x="4.41" y="528.85" class="st6">0x1A0000</text>		</g>	<g id="shape106-110" transform="translate(20.4526,-76.1621)">		<title>Separator.106</title>		<path d="M0 529.75 L153.24 529.75" class="st5"></path>	</g>	<g id="shape107-113" transform="translate(29.5533,-49.4094)">		<title>Sheet.107</title>		<desc>BDF</desc>		<rect x="0" y="510.536" width="135.043" height="19.2156" class="st2"></rect>		<text x="54.16" y="524.04" class="st3">BDF</text>		</g>	<g id="shape109-116" transform="translate(137.863,-54.2133)">		<title>Sheet.109</title>		<desc>24K</desc>		<rect x="0" y="520.144" width="35.3366" height="9.60782" class="st2"></rect>		<text x="7.93" y="528.85" class="st6">24K</text>		</g>	<g id="shape110-119" transform="translate(176.148,-76.1621)">		<title>Sheet.110</title>		<desc>0x37A000</desc>		<rect x="0" y="520.144" width="71.2282" height="9.60782" class="st2"></rect>		<text x="4.41" y="528.85" class="st6">0x37A000</text>		</g>	<g id="shape111-122" transform="translate(174.657,-76.1621)">		<title>Separator.111</title>		<path d="M0 529.75 L65.34 529.75" class="st7"></path>	</g>	<g id="shape145-125" transform="translate(311.946,-42.1196)">		<title>流程</title>		<rect x="0" y="72.1788" width="153.245" height="457.573" class="st8"></rect>	</g>	<g id="shape179-127" transform="translate(20.4526,-141.48)">		<title>Separator.179</title>		<path d="M0 529.75 L153.24 529.75" class="st5"></path>	</g>	<g id="shape180-130" transform="translate(29.5533,-112.23)">		<title>Sheet.180</title>		<desc>REGDB</desc>		<rect x="0" y="510.536" width="135.043" height="19.2156" class="st2"></rect>		<text x="44.05" y="524.04" class="st3">REGDB</text>		</g>	<g id="shape181-133" transform="translate(137.25,-117.034)">		<title>Sheet.181</title>		<desc>16K</desc>		<rect x="0" y="520.144" width="35.3366" height="9.60782" class="st2"></rect>		<text x="7.93" y="528.85" class="st6">16K</text>		</g>	<g id="group182-136" transform="translate(174.657,-141.48)">		<title>Sheet.182</title>		<g id="shape48-137" transform="translate(1.49085,0)">			<title>Sheet.48</title>			<desc>0x373000</desc>			<rect x="0" y="520.144" width="71.2282" height="9.60782" class="st2"></rect>			<text x="4.41" y="528.85" class="st6">0x373000</text>			</g>		<g id="shape38-140" transform="translate(2.39808E-14,-5.93495E-06)">			<title>Separator.38</title>			<path d="M0 529.75 L65.34 529.75" class="st7"></path>		</g>	</g>	<g id="group183-143" transform="translate(174.657,-294.041)">		<title>Sheet.183</title>		<g id="shape47-144" transform="translate(1.49085,-0.100086)">			<title>Sheet.47</title>			<desc>0x222400</desc>			<rect x="0" y="520.144" width="71.2282" height="9.60782" class="st2"></rect>			<text x="4.41" y="528.85" class="st6">0x222400</text>			</g>		<g id="shape37-147">			<title>Separator.37</title>			<path d="M0 529.75 L65.34 529.75" class="st7"></path>		</g>	</g>	<g id="group184-150" transform="translate(174.657,-107.73)">		<title>Sheet.184</title>		<g id="shape185-151" transform="translate(1.49085,0)">			<title>Sheet.185</title>			<desc>0x377000</desc>			<rect x="0" y="520.144" width="71.2282" height="9.60782" class="st2"></rect>			<text x="4.41" y="528.85" class="st6">0x377000</text>			</g>		<g id="shape186-154" transform="translate(2.39808E-14,-5.93495E-06)">			<title>Separator.38</title>			<path d="M0 529.75 L65.34 529.75" class="st7"></path>		</g>	</g>	<g id="shape187-157" transform="translate(321.75,-474.659)">		<title>Sheet.187</title>		<desc>FWD-0,1,2</desc>		<rect x="0" y="510.536" width="135.043" height="19.2156" class="st2"></rect>		<text x="36.1" y="524.04" class="st3">FWD-0,1,2</text>		</g>	<g id="shape188-160" transform="translate(311.946,-473.625)">		<title>Separator.188</title>		<path d="M0 529.75 L153.8 529.75" class="st5"></path>	</g>	<g id="shape189-163" transform="translate(311.946,-448.419)">		<title>Separator.189</title>		<path d="M0 529.75 L153.8 529.75" class="st5"></path>	</g>	<g id="shape190-166" transform="translate(311.946,-424.125)">		<title>Separator.190</title>		<path d="M0 529.75 L153.8 529.75" class="st5"></path>	</g>	<g id="shape191-169" transform="translate(311.946,-143.716)">		<title>Separator.191</title>		<path d="M0 529.75 L153.24 529.75" class="st5"></path>	</g>	<g id="shape192-172" transform="translate(321.75,-449.15)">		<title>Sheet.192</title>		<desc>FS-0</desc>		<rect x="0" y="510.536" width="135.043" height="19.2156" class="st2"></rect>		<text x="53.44" y="524.04" class="st3">FS-0</text>		</g>	<g id="shape193-175" transform="translate(321.75,-425.159)">		<title>Sheet.193</title>		<desc>FS-2</desc>		<rect x="0" y="510.536" width="135.043" height="19.2156" class="st2"></rect>		<text x="53.44" y="524.04" class="st3">FS-2</text>		</g>	<g id="shape194-178" transform="translate(321.75,-275.625)">		<title>Sheet.194</title>		<desc>APP</desc>		<rect x="0" y="510.536" width="135.043" height="19.2156" class="st2"></rect>		<text x="54.16" y="524.04" class="st3">APP</text>		</g>	<g id="shape195-181" transform="translate(321.75,-82.125)">		<title>Sheet.195</title>		<desc>RAM dump (optional)</desc>		<rect x="0" y="510.536" width="135.043" height="19.2156" class="st2"></rect>		<text x="33.22" y="516.24" class="st3">RAM dump <tspan x="37.92" dy="1.2em" class="st9">(optional)</tspan></text>		</g>	<g id="shape228-185" transform="translate(465.031,-499.795)">		<title>Separator.228</title>		<path d="M0 529.75 L65.34 529.75" class="st7"></path>	</g>	<g id="shape234-188" transform="translate(466.522,-499.736)">		<title>Sheet.234</title>		<desc>0x0</desc>		<rect x="0" y="520.144" width="71.2282" height="9.60782" class="st2"></rect>		<text x="43.82" y="528.85" class="st6">0x0</text>		</g>	<g id="group236-191" transform="translate(465.031,-473.561)">		<title>Sheet.236</title>		<g id="shape223-192" transform="translate(1.49085,-1.02318E-12)">			<title>Sheet.223</title>			<desc>0x003000</desc>			<rect x="0" y="520.144" width="71.2282" height="9.60782" class="st2"></rect>			<text x="4.41" y="528.85" class="st6">0x003000</text>			</g>		<g id="shape233-195">			<title>Separator.233</title>			<path d="M0 529.75 L65.34 529.75" class="st7"></path>		</g>	</g>	<g id="group237-198" transform="translate(465.031,-448.312)">		<title>Sheet.237</title>		<g id="shape238-199" transform="translate(1.49085,-1.02318E-12)">			<title>Sheet.238</title>			<desc>0x013000</desc>			<rect x="0" y="520.144" width="71.2282" height="9.60782" class="st2"></rect>			<text x="4.41" y="528.85" class="st6">0x013000</text>			</g>		<g id="shape239-202">			<title>Separator.233</title>			<path d="M0 529.75 L65.34 529.75" class="st7"></path>		</g>	</g>	<g id="group240-205" transform="translate(465.031,-424.125)">		<title>Sheet.240</title>		<g id="shape241-206" transform="translate(1.49085,-1.02318E-12)">			<title>Sheet.241</title>			<desc>0x023000</desc>			<rect x="0" y="520.144" width="71.2282" height="9.60782" class="st2"></rect>			<text x="4.41" y="528.85" class="st6">0x023000</text>			</g>		<g id="shape242-209">			<title>Separator.233</title>			<path d="M0 529.75 L65.34 529.75" class="st7"></path>		</g>	</g>	<g id="group243-212" transform="translate(465.031,-42.1422)">		<title>Sheet.243</title>		<g id="shape244-213" transform="translate(1.49085,-1.02318E-12)">			<title>Sheet.244</title>			<desc>0x400000</desc>			<rect x="0" y="520.144" width="71.2282" height="9.60782" class="st2"></rect>			<text x="4.41" y="528.85" class="st6">0x400000</text>			</g>		<g id="shape245-216">			<title>Separator.233</title>			<path d="M0 529.75 L65.34 529.75" class="st7"></path>		</g>	</g>	<g id="group246-219" transform="translate(465.031,-143.696)">		<title>Sheet.246</title>		<g id="shape247-220" transform="translate(1.49085,-1.02318E-12)">			<title>Sheet.247</title>			<desc>0x380000</desc>			<rect x="0" y="520.144" width="71.2282" height="9.60782" class="st2"></rect>			<text x="4.41" y="528.85" class="st6">0x380000</text>			</g>		<g id="shape248-223">			<title>Separator.233</title>			<path d="M0 529.75 L65.34 529.75" class="st7"></path>		</g>	</g></g>
</svg>

Last Published: Apr 27, 2026

Previous Topic
 
QCC730 system overview Next Topic

QCC730 images and binaries