Engineer To Engineer Note

Size: px
Start display at page:

Download "Engineer To Engineer Note"

Transcription

1 Engineer To Engineer Note EE-148 Technicl Notes on using Anlog Devices' DSP components nd development tools Contct our technicl support by phone: (800) ANALOG-D or e-mil: Or visit our on-line resources nd Introduction to SHARC Multiprocessor Systems Using VisulDSP++ Contributed by Mikel Kokly-Bnnourh April 01, 2003 Introduction The following Engineer-to-Engineer note is intended to give n introduction to Multiprocessor (MP) systems using VisulDSP++ The explntion will be bsed on code exmple written for n MP system, which consists of two ADSP-21160s (2 x ADSP EZ-Kit Bords) using VisulDSP SHARC DSP Multiprocessor systems cn be configured in different wys: Severl DSPs shring the externl bus Link Port point-to-point communiction Use of the DSP s seril ports in multi-chnnel mode. This note will discuss the implementtion of n MP system with the DSPs shring the externl bus. For more detils on other implementtions plese refer to the ADSP SHARC DSP Hrdwre Reference Mnul. Linker Description File (LDF) for MP Systems The very first step in setting up n MP system is to crete multiprocessor project using the multiprocessing cpbilities of the linker, nd n LDF file to describe the system. The LDF describes the multiprocessor memory offsets, shred memory, nd ech processor s memory. The following LDF commnds must be considered when writing n MP LDF: MPMEMORY{}, it defines ech processor s offset within multi-processor memory spce (MMS). The linker uses the offsets during multiprocessor linking. MEMORY{}, it defines memory for ll processors present in the system. PROCESSOR{} nd SECTIONS{} commnds define ech processor nd plce progrm sections for ech processor s output file, using the memory definitions. SHARED MEMORY{}, it is needed when externl shred memory is used in the system. This commnd identifies the output for the shred memory items nd genertes Shred Memory executble files (.SM) tht reside in the shred memory of the MP system. The.SM file is generted from source code file (.ASM,.C or.cpp), which must be included with the project files. This file contins the vrible definitions for the dt tht will be plced in the externl shred memory. LINK_AGAINST(), it resolves symbols within multiprocessor memory nd directs the linker to check specified executbles (.DXEs nd.sms) to resolve vribles nd lbels tht hve not been resolved loclly. Whenever expressions or vribles re defined in the MMS (i.e. internl memory of nother processor in the system) the LINK_AGAINST() commnd must be used in the LDF. Note: if.sm files nd DXE files re included in the commnd line, the.sm file must be plced Copyright 2003, Anlog Devices, Inc. All rights reserved. Anlog Devices ssumes no responsibility for customer product design or the use or ppliction of customers products or for ny infringements of ptents or rights of others which my result from Anlog Devices ssistnce. All trdemrks nd logos re property of their respective holders. Informtion furnished by Anlog Devices Applictions nd Development Tools Engineers is believed to be ccurte nd relible, however no responsibility is ssumed by Anlog Devices regrding technicl ccurcy nd topiclity of the content provided in Anlog Devices Engineer-to-Engineer Notes.

2 first, followed by ll other DXE s, for the linker to be ble to resolve the vribles correctly. The mximum number of processors tht cn be declred in one LDF is rchitecture-specific (i.e. mximum of 6 ADSP s or 2 ADSP L s). Also note tht combintion of different DSPs with different rchitectures (i.e. ADSP nd ADSP-21160) in the sme LDF is not supported by VisulDSP++. However, combintion of DSPs from the sme rchitecture fmily (i.e. ADSP-2106x members such s ADSP-21060, ADSP nd ADSP ) is supported lthough some memory segments definitions considertions must be mde. An MP LDF exmple where ll the bove commnds re used is shown in Figure 1. The reminder of the LDF file is bsiclly the sme s the defult one provided with the tools (plese refer to the Linker nd Utilities Mnul for ADSP-21xxx Fmily of DSPs or to EE-69 Understnding nd Using Linker Description Files (LDFs) for generl description on LDF files). In the following exmple, 2 ADSP nd externl shred memory system is defined. Figure 1 Excerpt from n MP LDF exmple Introduction to SHARC Multiprocessor Systems Using VisulDSP++ (EE-148) Pge 2 of 13

3 Now tht the different sections of the LDF hve been discussed, we cn exmine the exmple code tht explores some of the MP cpbilities of the DSP. For MP system hrdwre configurtion plese refer to chpter 7 of ADSP SHARC DSP Hrdwre Reference. Also for informtion on how to configure cluster system using two ADSP evlution bords refer to the ADSP EZ-KIT Lite User s Guide. Multiprocessor Memory Spce (MMS) The multiprocessor memory spce is divided into number of ddress regions (this number is processor specific) tht correspond to the internl memory of the DSPs in n MP system. The ADSP s multiprocessor memory spce ppers in Figure 2. Note: progrms my only use Norml word ddressing in multiprocessor memory spce. Other ddressing schemes my corrupt vlid dt. Depending on the ddress rnge used, the internl memory of prticulr DSP in the multiprocessor system will be ccessed s source or destintion. Writes to the Brodcst region ccess the memory of ll DSPs in the multiprocessing system. For instnce, ccessing memory loction within the ddress rnge 0x x3FFFFF, is equivlent to ccessing the internl memory of the DSP in the MP system with ID 3. A DSP cn lso use the MMS to ccess its own internl memory by ccessing the corresponding memory region. Note tht in this cse, the DSP reds/writes from/to its own internl memory nd does not mke n ccess on the externl system bus. Figure 2 ADSP Multiprocessor Memory Spce The following is n exmple from the code where the MMS is used to ccess memory loction of nother DSP in the system. In this cse DSP with ID1 ccesses the externl port buffer 1 (EPB1) of DSP with ID2: Exmple 1: r0=0x200006; dm(ei11)=r0; In exmple 1, the MMS ddress for ID2 is 0x200000, which is then dded to the ddress corresponding to the EPB1 (0x6). Therefore, this will result in write ccess to ID2 s EPB1 by n externl device (DSP or host). Note: In DSP multiprocessor systems DSP with ID=001 must be present, since this is the DSP responsible for driving the externl bus control lines stble during reset. Introduction to SHARC Multiprocessor Systems Using VisulDSP++ (EE-148) Pge 3 of 13

4 Externl Memory Externl memory is widely used in MP systems. An importnt point to keep in mind is tht ll DSPs in the system must initilize their own control registers before trying to ccess the externl memory (i.e. WAIT register in cse of SBSRAM). The ADSP cn be gluelessly interfced to synchronous nd synchronous SRAM devices, however the use of DRAM requires n externl controller. It is very importnt to set up the proper ccess mode for the type of memory used in the hrdwre system. The ccess mode is progrmmed vi the WAIT register. Defult power up/reset settings for the System Control (SYSCON) nd WAIT registers re detiled in the ADSP Hrdwre Reference Mnul. User defined settings must support the externl memory ddress rnges tht the user intends to use in their code nd hrdwre systems s well s the ccess mode pproprite to the memory device(s) in use (i.e. synchronous or synchronous ccesses). The MSIZE setting must lso not exceed the size of the ctul physicl memory connected in the user s system. Note tht SDRAM is gluelessly supported by certin devices like the ADSP-21065L nd the ADSP For these cses, specific registers must be initilized prior to ccessing the externl memory. The SDRDIV nd IOCTL, for the ADSP-21065L, nd the SDRDIV nd SDCTL, for the ADSP-21161, registers of ll processors in the system must be initilized to the sme vlue. Once the DSP s internl memory controller hs been configured, the externl memory cn be ccessed by the DSP vi the externl bus. In the exmple project, the shred.sm file contins the vrible definitions for the dt tht will be plced in the externl shred memory. Note: the DSP with the lowest ID number (nd therefore highest externl bus rbitrtion priority in the system) is responsible for initilizing the externl dt defined in the.asm shred memory file during the booting-up sequence. Inter Processor Messges nd Vector Interrupts The Messge Pssing registers (MSGRx) re generl-purpose memory mpped registers tht cn be used for messge pssing between the host nd DSP or between two DSPs. Similrly, Vector Interrupts re used for inter-processor communiction between the host nd DSP or between DSPs. The MSGRx nd VIRPT registers cn be used for messge pssing in the following wys: Messge Pssing. The host (or mster DSP) cn use ny of the 8 messge registers, MSGR0 through MSGR7, to communicte with the DSP. Vector Interrupts. The host (or mster DSP) cn issue vector interrupt to the DSP by writing the ddress of n interrupt service routine to the VIRPT register. When serviced, this high priority interrupt cuses the DSP to brnch to the service routine t tht ddress. Exmple 2: // Excerpt from ID2: VIRPT Genertion I0=0x100001; // VIRPT reg. ddress in ID1 R0=0x40080; // ISR t SFT0I ddress in ID1 will be executed DM(I0,M0)=R0;// write to VIRPT reg.in ID1 [...] // Excerpt from ID1: VIRPT Service Routine // in SFT0I user softwre interrupt vector // ddress BIT SET IMASK VIRPTI; // VIRPT enbled [...] // In vector interrupt tble R0=0x2f2f2f2f; // Vlue for msg. Pssing RTI (DB);// Serve VIRPTI generted by ID2 I0=MSGR0;// Lod ddress of MSGR0 nd write vlue in ID2 DM(MMS_ID2,I0)=R0; [...] Introduction to SHARC Multiprocessor Systems Using VisulDSP++ (EE-148) Pge 4 of 13

5 In exmple 2, ID2 triggers vector interrupt in ID1 by writing the ddress of the service routine to be served in ID1 (0x40080 = SFTOI) to VIRPT (0x = 0x1 VIRPT ddress + 0x MMS ID1). Then, the service routine in ID1 writes test vlue to the MSGR0 register of ID2, using previously defined offset vlue (MMS_ID2 = 0x200000). This is just n exmple of how inter-processor messge pssing nd VIRPT interrupts cn be used s flgs or just to indicte progrm execution completion in MP systems. Bus Lock nd Semphores Semphores re useful for synchronizing tsks performed in n MP system. A semphore is flg tht cn be ccessed by ny of the DSPs present in the system. In criticl tsks (i.e. should not be interrupted), when ttempting red-modify-write opertion on semphore, the DSP must hve bus mstership for the durtion of the opertion. This cn be chieved by using the DSP s bus lock feture, which retins mstership of the bus nd prevents other processors from simultneously ccessing the semphore. A red-modify-write opertion is ccomplished with the following steps (Exmple 3): 1. Request bus lock by setting the BUSLK bit in MODE2. 2. Wit for bus mstership to be cquired. 3. Wit until Direct Write Pending (DWPD) is zero. 4. Red the semphore, test it, nd write to it. The following is n Excerpt from ID1 s code demonstrting the use of Bus Lock nd Brodcst write: Exmple 3: // Excerpt ID1 code: BROADCAST write using // Bus Lock BIT SET MODE2 BUSLK; if NOT BM jump(pc,0); ustt1 = DM(SYSTAT); BIT TST USTAT1 12; if TF jump(pc,-2); b1 = Brodcst_dt; l1 = N; m1 = 1; b8 = MMS_Brodcst; l8 = N; m8 = 1; lcntr = 10; do brodcst_trnsfer until lce; brodcst_trnsfer: r2 = dm(i1,m1); pm(i8,m8) = r2; BIT CLR MODE2 BUSLK; pm(i8,m8) = r2; While the BUSLK bit is set, the DSP cn determine if it hs cquired bus mstership by executing conditionl instruction with the Not Bus Mster (Not BM) condition code. If it hs become the bus mster, the DSP cn proceed with the externl red or write. If not, it cn cler its BUSLK bit nd try gin lter. After bus mstership is cquired, the Direct Write Pending (DWPD) bit s sttus in SYSTAT must be checked to ensure tht semphore write by nother processor is not pending. Bus lock cn be used in combintion with brodcst writes to implement reflective semphores in multiprocessing system. The reflective semphore (i.e. locted in the DSP s internl memory or n I/O processor register) must be locted t the sme ddress of ech DSP. Once the DSP hs become the bus mster, it performs brodcst write to the specified ddress on every DSP, including itself. Lstly, the BUSLK bit must be clered to free the bus fter the brodcst trnsfer hs finished. Multiprocessor Dt Trnsfers Throughout the code, severl types of dt trnsfers hve been implemented: 1. Mster nd Slve Direct Memory Access (DMA) between ID1 nd ID2, Introduction to SHARC Multiprocessor Systems Using VisulDSP++ (EE-148) Pge 5 of 13

6 2. Mster DMA from externl memory, 3. Core trnsfer, 4. Brodcst Write to ll DSPs in the system. Let s now exmine the different types of dt trnsfers performed. Note tht the Brodcst Write hs lredy been discussed in the previous sections Mster nd Slve Direct Memory Access (DMA) between ID1 nd ID2 Setup Mster ID1 A chnnel in this mode cn independently initite internl or externl memory trnsfers. Mster mode pplies to ll externl port DMA chnnels: 10, 11, 12, nd 13. In exmple 4, DMA chnnel 11 ws used to perform Mster DMA trnsfer from ID1 to ID2 s follows: Exmple 4: // Excerpt from ID1:Mster DMA,DMA chnnel // 11, trnsfer from ID1 to ID2 r0=0; dm(dmac11)=r0;// cler DMA Contr Reg r0=dma_source_id1;dm(ii11)=r0;// source ID1 r0=1; dm(im11)=r0; // modifier = 1 r0=10; dm(c11)=r0; // counter = 10 r0=0x200006; dm(ei11)=r0; // write to slve EPB1 r0=0; dm(em11)=r0; // ext. modifier = 0 r0=10; dm(ec11)=r0; // ext. counter = 10 ustt1=0x0404; dm(dmac11)=ustt1; // trnsmit dt ustt1=dm(dmac11); bit set ustt1 0x1; // enble DMA chnnel dm(dmac11)=ustt1; ID1 sets up the chnnel s prmeter registers. The I/O processor uses the EI, EM, nd EC registers to ccess MMS of ID2 in mster mode DMA. ID1 will write to the FIFO (EPB1) in ID2. Note tht the externl modifier is set to zero. To initite mster mode DMA trnsfer ID1 sets the chnnel s DMA enble (DEN) bit. The DSP will then strt trnsferring dt to the EPB1 buffer FIFO, where the slve DSP, in this cse ID2, cn ccess it. ID2 needs to set up the Slve DMA before the dt cn be trnsferred to its own internl memory. Setup Slve ID2 In slve mode DMA chnnel, when the dt trnsfer direction is externl to internl, slve mode DMA chnnel does not initite ny DMA trnsfers until the externl device (in this cse ID1) writes dt to the chnnel s EPB1 buffer FIFO. The Slve DMA trnsfer exmple looks s follows: Exmple 5: // Excerpt from ID2:Slve DMA, DMA chnnel // 11,receive dt trnsmitted by ID1 r0=0; dm(dmac11)=r0;// cler DMA Control Reg. r0=dma_dest_id2; dm(ii11)=r0; // destintion ID2 r0=1; dm(im11)=r0; // modifier = 1 r0=10; dm(c11)=r0; // counter = 10 r0=0x01; dm(dmac11)=r0; // enble to receive dt Note tht the I/O processor does not use the EI, EM, nd EC registers in slve mode DMA. From the previous Mster DMA trnsfer, ID1 trnsmits dt to EPB1 buffer FIFO. ID2 detects tht the dt is present nd performs the DMA trnsfer to internl memory, emptying the EPB1 buffer FIFO. Mster DMA from Externl SBSRAM Note tht in the previous DMA trnsfer, where FIFO (EPB1) is used, mster nd slve DMA need to be configured. A type of Mster DMA where no slve needs to be set up is when the mster writes/reds directly (without use of the EPBx slve FIFOs) from/to Introduction to SHARC Multiprocessor Systems Using VisulDSP++ (EE-148) Pge 6 of 13

7 externl memory. The dvntge of using this type of trnsfer is tht only one DSP needs to be configured. Sme setup cn be used when reding/writing from/to internl memory of the MMS. Note: direct red/write from/to internl memory of the MMS it s not supported by certin devices (ADSP-21065L nd ADSP-21161). These devices ccess internl memory indirectly with the use of DMA. In exmple 6, DMA chnnel 10 ws used to perform the Mster DMA trnsfer from externl SBSRAM to ID1 s internl memory s follows: Exmple 6: // Excerpt from ID1: Mster DMA, DMA chnnel 10, trnsfer from SBSRAM to ID1 r0=0; dm(dmac10)=r0;// cler DMA Control Reg. r0=ext_mem_dt; dm(ei10)=r0; // source SBSRAM r0=1; dm(em10)=r0; // modifier = 1 r0=10; dm(ec10)=r0; // counter = 10 r0=dma_dest_id1; dm(ii10)=r0; // dest. in ID1 s int. mem. r0=1; dm(im10)=r0; // modifier = 1 r0=10; dm(c10)=r0; // counter = 10 ustt1=0x0400; dm(dmac10)=ustt1; // receive dt ustt1=dm(dmac10); bit set ustt1 0x1; // enble DMA chnnel dm(dmac10)=ustt1; Like before, the DSP sets up the chnnel s prmeter registers. The only difference with respect to the previous exmple is tht there is no need to set up slve DMA. The SBSRAM mster mode DMA trnsfer to the internl memory will initite once the chnnel s DMA enble (DEN) bit is set. Core trnsfer Core trnsfer is different wy of hndling dt where no DMA is used. In this cse, the Dt Address Genertors (DAGs) re used to directly trnsfer dt from internl memory of ID2 to internl memory of ID1. An exmple of this is shown below: Exmple 7: // Excerpt from ID2: Core trnsfer,id2 to ID1. b1=dag_source_id2; // Source in ID2 l1=0;m1 = 1; b8=dag_dest_id1;// Dest. in ID1 l8=0; m8 = 1; r2=dm(i1,m1); lcntr = N-1,do DAG_trnsfer until lce; DAG_trnsfer: //Dul ccess in 1 cycle r2 = dm(i1,m1),pm(i8,m8) = r2; pm(i8,m8) = r2; Two dt rrys re declred, one in ech DSP s internl memory. In exmple 7, ID2 ccesses the rry stored in ID1 through the MMS spce. The DAG registers re used to ccess the two dt buffers to perform direct dt trnsfer. Note tht vlues re fetched from both progrm nd dt memory, resulting in dul memory ccess nd executing in just one cycle. Some Considertions Performnce Core dt trnsfers re nice nd fst wy of trnsferring words of dt since the code cn be optimized to trnsfer word of dt per cycle. However, DMA is better choice when lrge mounts of dt need to be trnsferred since the core cn be utilized for computtionl processing. Remember tht DMA trnsfers operte in the bckground freeing up the core. Also, mster DMA trnsfer cn be configured by the slve DSP (or host), incresing performnce in pplictions where the mster DSP might be overloded with processing ctivity. For more detils on DMAs nd dt trnsfer, plese refer to EE-84 SHARC DMA Modes of Opertion nd the I/O Processor Introduction to SHARC Multiprocessor Systems Using VisulDSP++ (EE-148) Pge 7 of 13

8 chpter in the ADSP SHARC DSP Hrdwre Reference Mnul. ID Checking This routine cn be used to check whether the executble file generted gets loded into the correct DSP in the system. This code ensures tht no ID mismtch occurs. Exmple 8: // Excerpt from ID2: ID Checking R0=DM(SYSTAT); // get SYSTAT vlue R1=FEXT R0 BY 8:3; // get the IDC vlue R2=0x2; // ID=2 R1=R1-R2; // is this DSP ID2? IF NE JUMP incorrect_id; // if incorrect jump to endless loop Bsiclly, it reds the DSP ID vlue from the SYSTAT register nd it compres it with the theoreticl vlue of the DSP ID. In this cse, the code hs been written for ID2, so it mkes sure it hs been loded into the correct trget, which is DSP 2. If flse, it will enter n endless loop indicting tht n error hs occurred. Note: loding executble file into wrong DSP will cuse the progrm not to work properly since ll MMS offset vlues will not correspond to the correct ones nd therefore, inter-processor ccesses will fil. Multiprocessor Debugger Support VisulDSP++ Multiprocessor Debugger provides the user with full system evlution using the Emultor. The Emultor llows code testing nd evlution on the hrdwre pltform. I/O inter-processor communictions s well s MMS dt trnsfers re supported. MP debugger opertions like MP lod, run or reset provide the user with the cpbility of testing the system with full synchroniztion of ll DSPs. Note: The VisulDSP++ Simultor llows to fully test the lgorithms nd core code for ech DSP in the system independently. Some of the MP debugger fetures re: Multiprocessor debug commnds llow the user to downlod, reset, restrt, run nd step through the code just like with single-processor commnds, except tht they work synchronously on ll ctive DSPs in the selected MP group. The Debugger provides Multiprocessor Sttus window. This window displys the current sttus of ech DSP in the system: Running, Hlted, or Unknown. The contents of ech debugger window within n MP emultion debugger session reflects the selected DSP, i.e. the window in Focus. By defult, the contents of ech window will chnge depending on which DSP is in focus. The debugger supports Pinning windows (Memory, Registers, etc.) dedicting them to specific DSP in the MP system. This will llow the user to dedicte prticulr debugger window to only disply informtion from one prticulr DSP in the system, s opposed to hving the contents of the window chnge whenever new processor is selected vi the MP Sttus window. The debugger provides Multiprocessor Group window from which the processors cn be grouped into multiple, logicl units upon which ll MP commnds re pplied. This window is prticulrly useful when mny processors re present in system nd the user wishes to control/debug subsets of these processors together. Introduction to SHARC Multiprocessor Systems Using VisulDSP++ (EE-148) Pge 8 of 13

9 Figure 3 Multiprocessor Debugger Support Use pinning, nd the processor sttus items in the Multiprocessor window, in conjunction with single-processor debug commnds to debug individul processors in n MP session. VisulDSP ICE Configurtor The Debugger llows the use of emultor trgets. The DSP In Circuit Emultor (ICE) is development tool for debugging progrms running in rel time on DSP trget system hrdwre. The emultor reds executble files nd lods them into the DSP. The ICE provides controlled environment for observing, debugging, nd testing ctivities in trget system by connecting directly to the trget processor through its JTAG interfce. For the MP system emultion, the Summit-ICE Universl Emultor system ws used. As first step, the MP pltform must be configured using the Visul DSP ICE Configurtor. The Configurtor is used to describe the user s hrdwre pltform to the JTAG emultor. Once pltform hs been described, n emultor trget session cn be bsed upon it. The following steps should be followed when configuring the MP pltform: 1. Open the VisulDSP ICE Configurtor. 2. Crete new pltform. 3. Specify the nme, number nd type of devices to be included s prt of the pltform. These steps re illustrted in Figure 4. Introduction to SHARC Multiprocessor Systems Using VisulDSP++ (EE-148) Pge 9 of 13

10 Plese be wre of the Initil Reset on Strtup option, which ppers in the Device Properties window shown in Figure 4. Enbling this option will perform complete reset on the selected device every time the emultor session is initited. In systems where some settings my need to be preserved (i.e. WAIT register) this option should be clered. Note: there is lso similr option in the debugger itself, reset before loding executble, which performs complete reset of ll devices in the system upon downloding code to the DSPs. This option cn be found under Settings/Trget Options/. Figure 4 VisulDSP ICE Configurtor ICE Test Utility nd JTAG Scn Test Before getting into the ctul system debugging, the ICE must be tested to mke sure tht hs been properly configured. The ICE Test Utility (Figure 5) is used for this purpose. Open the utility, select the proper emultor I/O ddress, check the continuous scn box nd strt testing. The scn test will then be performed nd the output window would look s follows fter successfully completed scn test: Figure 5 VisulDSP ICE Test Utility. Introduction to SHARC Multiprocessor Systems Using VisulDSP++ (EE-148) Pge 10 of 13

11 In cse the test does not complete successfully, n error messge will be displyed with possible solution for the problem. Here is description of some issues tht should be kept in mind for the system design: 1. In multiprocessor system it is impertive tht the JTAG heder is buffered. This will keep the signls clen nd void noise problems tht occur with longer signl trces (ultimtely resulting in relible emultor opertion). 2. In one scn chin, it is not recommended to use more thn eight physicl devices (lthough, theoreticlly, the devices tht cn be supported in one JTAG scn chin by the softwre is bout 50). The recommendtion of not more thn eight physicl devices is mostly due to the trnsmission line effects tht pper in long signl trces, nd bsed on some fieldcollected empiricl dt. 3. The power-on sequence for the trget nd emultion system is s follows: Apply power to the emultor first, then to the trget bord. This ensures tht the JTAG signls re in the correct stte for the DSP to run free. Plese refer to EE-Note 68 Anlog Devices JTAG Emultion Technicl Reference (2.5) for more detiled description on this topic. MP System Emultion Now tht the MP project hs been creted nd the emultor pltform is redy for debugging, we cn begin with the hrdwre emultion. First of ll, the DSP executble files (.DXE s) re downloded to the corresponding DSPs. For MP emultion, Lod Multiprocessor Confirmtion window (Figure 6) ppers. This window enbles the user to select which.dxe file is loded into which DSP. Figure 6 Lod Multiprocessor Processor Window. Once the code hs been successfully loded into ech DSP, the system cn be fully evluted using the MP fetures previously described. After running the code in both DSPs the user cn view the contents in the dt memory windows nd should be ble to verify tht ll dt trnsfers between the two DSPs hve completed successfully. Figure 7 illustrtes clssicl exmple of some of the MP debugger windows tht cn be viewed when evluting the system. Running code in the DSP trgets (synchronously in both DSPs or independently), setting up brek points, viewing the memory contents, nd system registers re just some of VisulDSP++ MP debugger cpbilities. Introduction to SHARC Multiprocessor Systems Using VisulDSP++ (EE-148) Pge 11 of 13

12 Figure 7 VisulDSP++ Multiprocessor Session Introduction to SHARC Multiprocessor Systems Using VisulDSP++ (EE-148) Pge 12 of 13

13 References ADSP SHARC DSP Hrdwre Reference, Anlog Devices Inc. ADSP EZ-KIT Lite User s Guide, Anlog Devices Inc. VisulDSP++ Linker & Utilities Mnul for ADSP-21xxx Fmily of DSPs DSPs, Anlog Devices Inc. VisulDSP++ Users Guide for ADSP21xxx Fmily DSPs, DSPs, Anlog Devices Inc. VisulDSP++ Emultion Tools Instlltion Guide for Windows 95/98/NT/2000, Anlog Devices Inc. Anlog Devices JTAG Emultion Technicl Reference 2.5 (EE-68), Anlog Devices Inc. Understnding nd Using Linker Description Files (LDFs) (EE-69), Anlog Devices Inc. SHARC DMA Modes of Opertion (EE-84), Anlog Devices Inc. Document History Version Mrch 31, 2003 by M.Kokly-Bnnourh October 11, 2001 by M.Kokly-Bnnourh Description Updted document nd code (VisulDSP comptible) Initil Relese Introduction to SHARC Multiprocessor Systems Using VisulDSP++ (EE-148) Pge 13 of 13

Engineer To Engineer Note

Engineer To Engineer Note Engineer To Engineer Note EE-167 Technicl Notes on using Anlog Devices' DSP components nd development tools Contct our technicl support by phone: (800) ANALOG-D or e-mil: dsp.support@nlog.com Or visit

More information

Engineer To Engineer Note

Engineer To Engineer Note Engineer To Engineer Note EE-188 Technicl Notes on using Anlog Devices' DSP components nd development tools Contct our technicl support by phone: (800) ANALOG-D or e-mil: dsp.support@nlog.com Or visit

More information

Enginner To Engineer Note

Enginner To Engineer Note Technicl Notes on using Anlog Devices DSP components nd development tools from the DSP Division Phone: (800) ANALOG-D, FAX: (781) 461-3010, EMAIL: dsp_pplictions@nlog.com, FTP: ftp.nlog.com Using n ADSP-2181

More information

Engineer To Engineer Note

Engineer To Engineer Note Engineer To Engineer Note EE-208 Technicl Notes on using Anlog Devices' DSP components nd development tools Contct our technicl support by phone: (800) ANALOG-D or e-mil: dsp.support@nlog.com Or visit

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-204 Technicl notes on using Anlog Devices DSPs, processors nd development tools Visit our Web resources http://www.nlog.com/ee-notes nd http://www.nlog.com/processors or e-mil

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-295 Technicl notes on using Anlog Devices DSPs, processors nd development tools Visit our Web resources http://www.nlog.com/ee-notes nd http://www.nlog.com/processors or e-mil

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-245 Technicl notes on using Anlog Devices DSPs, processors nd development tools Contct our technicl support t dsp.support@nlog.com nd t dsptools.support@nlog.com Or visit our

More information

Engineer To Engineer Note

Engineer To Engineer Note Engineer To Engineer Note EE-186 Technicl Notes on using Anlog Devices' DSP components nd development tools Contct our technicl support by phone: (800) ANALOG-D or e-mil: dsp.support@nlog.com Or visit

More information

Engineer To Engineer Note

Engineer To Engineer Note Engineer To Engineer Note EE-169 Technicl Notes on using Anlog Devices' DSP components nd development tools Contct our technicl support by phone: (800) ANALOG-D or e-mil: dsp.support@nlog.com Or visit

More information

a Technical Notes on using Analog Devices' DSP components and development tools

a Technical Notes on using Analog Devices' DSP components and development tools Engineer To Engineer Note EE-146 Technicl Notes on using Anlog Devices' DSP components nd development tools Contct our technicl support by phone: (800) ANALOG-D or e-mil: dsp.support@nlog.com Or visit

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-069 Technicl notes on using Anlog Devices DSPs, processors nd development tools Visit our Web resources http://www.nlog.com/ee-notes nd http://www.nlog.com/processors or e-mil

More information

16 Bit Software Tools ADDU-21xx-PC-1 Code Generation and Simulation

16 Bit Software Tools ADDU-21xx-PC-1 Code Generation and Simulation 16 Bit Softwre Tools ADDU-21xx-PC-1 Code Genertion nd Simultion ADDS-21xx-PC-1 Version 6.1 Contents The entire softwre cretion tool chin in one pckge System Builder Assembler C Compiler Linker Softwre

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-270 Technicl notes on using Anlog Devices DSPs, processors nd development tools Contct our technicl support t processor.support@nlog.com nd dsptools.support@nlog.com Or visit

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-232 Technicl notes on using Anlog Devices DSPs, processors nd development tools Contct our technicl support t dsp.support@nlog.com nd t dsptools.support@nlog.com Or visit our

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-272 Technicl notes on using Anlog Devices DSPs, processors nd development tools Contct our technicl support t processor.support@nlog.com nd dsptools.support@nlog.com Or visit

More information

File Manager Quick Reference Guide. June Prepared for the Mayo Clinic Enterprise Kahua Deployment

File Manager Quick Reference Guide. June Prepared for the Mayo Clinic Enterprise Kahua Deployment File Mnger Quick Reference Guide June 2018 Prepred for the Myo Clinic Enterprise Khu Deployment NVIGTION IN FILE MNGER To nvigte in File Mnger, users will mke use of the left pne to nvigte nd further pnes

More information

Address/Data Control. Port latch. Multiplexer

Address/Data Control. Port latch. Multiplexer 4.1 I/O PORT OPERATION As discussed in chpter 1, ll four ports of the 8051 re bi-directionl. Ech port consists of ltch (Specil Function Registers P0, P1, P2, nd P3), n output driver, nd n input buffer.

More information

EasyMP Multi PC Projection Operation Guide

EasyMP Multi PC Projection Operation Guide EsyMP Multi PC Projection Opertion Guide Contents 2 Introduction to EsyMP Multi PC Projection 5 EsyMP Multi PC Projection Fetures... 6 Connection to Vrious Devices... 6 Four-Pnel Disply... 6 Chnge Presenters

More information

EasyMP Network Projection Operation Guide

EasyMP Network Projection Operation Guide EsyMP Network Projection Opertion Guide Contents 2 Introduction to EsyMP Network Projection EsyMP Network Projection Fetures... 5 Disply Options... 6 Multi-Screen Disply Function... 6 Movie Sending Mode...

More information

Epson iprojection Operation Guide (Windows/Mac)

Epson iprojection Operation Guide (Windows/Mac) Epson iprojection Opertion Guide (Windows/Mc) Contents 2 Introduction to Epson iprojection 5 Epson iprojection Fetures... 6 Connection to Vrious Devices... 6 Four-Pnel Disply... 6 Chnge Presenters nd Projection

More information

Simrad ES80. Software Release Note Introduction

Simrad ES80. Software Release Note Introduction Simrd ES80 Softwre Relese 1.3.0 Introduction This document descries the chnges introduced with the new softwre version. Product: ES80 Softwre version: 1.3.0 This softwre controls ll functionlity in the

More information

IZT DAB ContentServer, IZT S1000 Testing DAB Receivers Using ETI

IZT DAB ContentServer, IZT S1000 Testing DAB Receivers Using ETI IZT DAB ContentServer, IZT S1000 Testing DAB Receivers Using ETI Appliction Note Rel-time nd offline modultion from ETI files Generting nd nlyzing ETI files Rel-time interfce using EDI/ETI IZT DAB CONTENTSERVER

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-312 Technicl notes on using Anlog Devices DSPs, processors nd development tools Visit our Web resources http://www.nlog.com/ee-notes nd http://www.nlog.com/processors or e-mil

More information

NOTES. Figure 1 illustrates typical hardware component connections required when using the JCM ICB Asset Ticket Generator software application.

NOTES. Figure 1 illustrates typical hardware component connections required when using the JCM ICB Asset Ticket Generator software application. ICB Asset Ticket Genertor Opertor s Guide Septemer, 2016 Septemer, 2016 NOTES Opertor s Guide ICB Asset Ticket Genertor Softwre Instlltion nd Opertion This document contins informtion for downloding, instlling,

More information

Welch Allyn CardioPerfect Workstation Installation Guide

Welch Allyn CardioPerfect Workstation Installation Guide Welch Allyn CrdioPerfect Worksttion Instlltion Guide INSTALLING CARDIOPERFECT WORKSTATION SOFTWARE & ACCESSORIES ON A SINGLE PC For softwre version 1.6.6 or lter For network instlltion, plese refer to

More information

EasyMP Multi PC Projection Operation Guide

EasyMP Multi PC Projection Operation Guide EsyMP Multi PC Projection Opertion Guide Contents 2 About EsyMP Multi PC Projection Meeting Styles Proposed by EsyMP Multi PC Projection... 5 Holding Meetings Using Multiple Imges... 5 Holding Remote Meetings

More information

MIPS I/O and Interrupt

MIPS I/O and Interrupt MIPS I/O nd Interrupt Review Floting point instructions re crried out on seprte chip clled coprocessor 1 You hve to move dt to/from coprocessor 1 to do most common opertions such s printing, clling functions,

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd business. Introducing technology

More information

EasyMP Network Projection Operation Guide

EasyMP Network Projection Operation Guide EsyMP Network Projection Opertion Guide Contents 2 About EsyMP Network Projection Functions of EsyMP Network Projection... 5 Vrious Screen Trnsfer Functions... 5 Instlling the Softwre... 6 Softwre Requirements...6

More information

LINX MATRIX SWITCHERS FIRMWARE UPDATE INSTRUCTIONS FIRMWARE VERSION

LINX MATRIX SWITCHERS FIRMWARE UPDATE INSTRUCTIONS FIRMWARE VERSION Overview LINX MATRIX SWITCHERS FIRMWARE UPDATE INSTRUCTIONS FIRMWARE VERSION 4.3.1.0 Due to the complex nture of this updte, plese fmilirize yourself with these instructions nd then contct RGB Spectrum

More information

McAfee Network Security Platform

McAfee Network Security Platform 10/100/1000 Copper Active Fil-Open Bypss Kit Guide Revision E McAfee Network Security Pltform This document descries the contents nd how to instll the McAfee 10/100/1000 Copper Active Fil-Open Bypss Kit

More information

Coprocessor memory definition. Loic Pallardy / Arnaud Pouliquen

Coprocessor memory definition. Loic Pallardy / Arnaud Pouliquen Coprocessor memory definition Loic Pllrdy / Arnud Pouliquen Objective 2 The gol of following slides is to sum up on-going discussion in OpenAP weekly bout Remoteproc/Rpmsg memory lloction. Following proposl

More information

EasyMP Multi PC Projection Operation Guide

EasyMP Multi PC Projection Operation Guide EsyMP Multi PC Projection Opertion Guide Contents 2 About EsyMP Multi PC Projection Meeting Styles Proposed by EsyMP Multi PC Projection... 5 Holding Meetings Using Multiple Imges... 5 Holding Remote Meetings

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd business. Introducing technology

More information

OPERATION MANUAL. DIGIFORCE 9307 PROFINET Integration into TIA Portal

OPERATION MANUAL. DIGIFORCE 9307 PROFINET Integration into TIA Portal OPERATION MANUAL DIGIFORCE 9307 PROFINET Integrtion into TIA Portl Mnufcturer: 2018 burster präzisionsmesstechnik gmbh & co kg burster präzisionsmesstechnik gmbh & co kg Alle Rechte vorbehlten Tlstrße

More information

How to Design REST API? Written Date : March 23, 2015

How to Design REST API? Written Date : March 23, 2015 Visul Prdigm How Design REST API? Turil How Design REST API? Written Dte : Mrch 23, 2015 REpresenttionl Stte Trnsfer, n rchitecturl style tht cn be used in building networked pplictions, is becoming incresingly

More information

pdfapilot Server 2 Manual

pdfapilot Server 2 Manual pdfpilot Server 2 Mnul 2011 by clls softwre gmbh Schönhuser Allee 6/7 D 10119 Berlin Germny info@cllssoftwre.com www.cllssoftwre.com Mnul clls pdfpilot Server 2 Pge 2 clls pdfpilot Server 2 Mnul Lst modified:

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-328 Technicl notes on using Anlog Devices DSPs, processors nd development tools Visit our Web resources http://www.nlog.com/ee-notes nd http://www.nlog.com/processors or e-mil

More information

vcloud Director Service Provider Admin Portal Guide vcloud Director 9.1

vcloud Director Service Provider Admin Portal Guide vcloud Director 9.1 vcloud Director Service Provider Admin Portl Guide vcloud Director 9. vcloud Director Service Provider Admin Portl Guide You cn find the most up-to-dte technicl documenttion on the VMwre website t: https://docs.vmwre.com/

More information

McAfee Network Security Platform

McAfee Network Security Platform Mnger Applince Quick Strt Guide Revision B McAfee Network Security Pltform This guide is high-level description of how to instll nd configure the Mnger Applince. For more detiled instlltion informtion,

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd business. Introducing technology

More information

Zenoss Service Impact Installation and Upgrade Guide for Resource Manager 5.x and 6.x

Zenoss Service Impact Installation and Upgrade Guide for Resource Manager 5.x and 6.x Zenoss Service Impct Instlltion nd Upgrde Guide for Resource Mnger 5.x nd 6.x Relese 5.3.1 Zenoss, Inc. www.zenoss.com Zenoss Service Impct Instlltion nd Upgrde Guide for Resource Mnger 5.x nd 6.x Copyright

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology

More information

E201 USB Encoder Interface

E201 USB Encoder Interface Dt sheet Issue 4, 24 th ugust 2015 E201 USB Encoder Interfce E201-9Q incrementl E201-9S bsolute bsolute SSI BiSS-C mode (unidirectionl) B Z Clock Dt M SLO The E201 is single chnnel USB encoder interfce

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd business. Introducing technology

More information

Sage CRM 2018 R1 Software Requirements and Mobile Features. Updated: May 2018

Sage CRM 2018 R1 Software Requirements and Mobile Features. Updated: May 2018 Sge CRM 2018 R1 Softwre Requirements nd Mobile Fetures Updted: My 2018 2018, The Sge Group plc or its licensors. Sge, Sge logos, nd Sge product nd service nmes mentioned herein re the trdemrks of The Sge

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology

More information

Sage CRM 2017 R3 Software Requirements and Mobile Features. Updated: August 2017

Sage CRM 2017 R3 Software Requirements and Mobile Features. Updated: August 2017 Sge CRM 2017 R3 Softwre Requirements nd Mobile Fetures Updted: August 2017 2017, The Sge Group plc or its licensors. Sge, Sge logos, nd Sge product nd service nmes mentioned herein re the trdemrks of The

More information

UT1553B BCRT True Dual-port Memory Interface

UT1553B BCRT True Dual-port Memory Interface UTMC APPICATION NOTE UT553B BCRT True Dul-port Memory Interfce INTRODUCTION The UTMC UT553B BCRT is monolithic CMOS integrted circuit tht provides comprehensive MI-STD- 553B Bus Controller nd Remote Terminl

More information

05-247r2 SAT: Add 16-byte CDBs and PIO modes 1 September 2005

05-247r2 SAT: Add 16-byte CDBs and PIO modes 1 September 2005 To: T10 Technicl Committee From: Robert Sheffield, Intel (robert.l.sheffield@intel.com) Dte: 1 September 2005 Subject: 05-247r2 SAT: Add 16-byte CDBs nd PIO modes Revision history Revision 0 (16 June 2005)

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology

More information

LCI/USB LonWorks Commissioning Interface

LCI/USB LonWorks Commissioning Interface Works Commissioning Interfce Importnt: Retin these instructions CONTENTS 1 Unpcking... 1 2 Storing... 1 3 Instlltion... 1 4 Uninstlling the USB Drivers... 8 5 Disposl... 8 1 UNPACKING Instlltion Instructions

More information

Agilent Mass Hunter Software

Agilent Mass Hunter Software Agilent Mss Hunter Softwre Quick Strt Guide Use this guide to get strted with the Mss Hunter softwre. Wht is Mss Hunter Softwre? Mss Hunter is n integrl prt of Agilent TOF softwre (version A.02.00). Mss

More information

Epson Projector Content Manager Operation Guide

Epson Projector Content Manager Operation Guide Epson Projector Content Mnger Opertion Guide Contents 2 Introduction to the Epson Projector Content Mnger Softwre 3 Epson Projector Content Mnger Fetures... 4 Setting Up the Softwre for the First Time

More information

License Manager Installation and Setup

License Manager Installation and Setup The Network License (concurrent-user) version of e-dpp hs hrdwre key plugged to the computer running the License Mnger softwre. In the e-dpp terminology, this computer is clled the License Mnger Server.

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology

More information

E201 USB Encoder Interface

E201 USB Encoder Interface Dt sheet Issue 3, 14 th July 2014 E201 USB Encoder Interfce E201-9Q - incrementl E201-9S - bsolute bsolute SSI BiSS-C mode (unidirectionl) B Z Clock Dt M SLO The E201 is single chnnel USB encoder interfce

More information

McAfee Network Security Platform

McAfee Network Security Platform NTBA Applince T-200 nd T-500 Quick Strt Guide Revision B McAfee Network Security Pltform 1 Instll the mounting rils Position the mounting rils correctly nd instll them t sme levels. At the front of the

More information

A Formalism for Functionality Preserving System Level Transformations

A Formalism for Functionality Preserving System Level Transformations A Formlism for Functionlity Preserving System Level Trnsformtions Smr Abdi Dniel Gjski Center for Embedded Computer Systems UC Irvine Center for Embedded Computer Systems UC Irvine Irvine, CA 92697 Irvine,

More information

JCM TRAINING OVERVIEW DBV Series DBV-500 Banknote Validator

JCM TRAINING OVERVIEW DBV Series DBV-500 Banknote Validator November, 2016 JCM TRAINING OVERVIEW DBV Series DBV-500 Bnknote Vlidtor Phone (800) 683-7248 (702) 651-0000 Fx (702) 651-0214 E-mil support@jcmglobl.com www.jcmglobl.com 1 DBV-500 Bnknote Vlidtor Tble

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-179 Technicl notes on using Anlog Devices DSPs, processors nd development tools Visit our eb resources http://www.nlog.com/ee-notes nd http://www.nlog.com/processors or e-mil

More information

Mid-term exam. Scores. Fall term 2012 KAIST EE209 Programming Structures for EE. Thursday Oct 25, Student's name: Student ID:

Mid-term exam. Scores. Fall term 2012 KAIST EE209 Programming Structures for EE. Thursday Oct 25, Student's name: Student ID: Fll term 2012 KAIST EE209 Progrmming Structures for EE Mid-term exm Thursdy Oct 25, 2012 Student's nme: Student ID: The exm is closed book nd notes. Red the questions crefully nd focus your nswers on wht

More information

McAfee Network Security Platform

McAfee Network Security Platform Revision D McAfee Network Security Pltform (NS5x00 Quick Strt Guide) This quick strt guide explins how to quickly set up nd ctivte your McAfee Network Security Pltform NS5100 nd NS5200 Sensors in inline

More information

Midterm 2 Sample solution

Midterm 2 Sample solution Nme: Instructions Midterm 2 Smple solution CMSC 430 Introduction to Compilers Fll 2012 November 28, 2012 This exm contins 9 pges, including this one. Mke sure you hve ll the pges. Write your nme on the

More information

Registering as an HPE Reseller

Registering as an HPE Reseller Registering s n HPE Reseller Quick Reference Guide for new Prtners Mrch 2019 Registering s new Reseller prtner There re four min steps to register on the Prtner Redy Portl s new Reseller prtner: Appliction

More information

Sage CRM 2017 R2 Software Requirements and Mobile Features. Revision: IMP-MAT-ENG-2017R2-2.0 Updated: August 2017

Sage CRM 2017 R2 Software Requirements and Mobile Features. Revision: IMP-MAT-ENG-2017R2-2.0 Updated: August 2017 Sge CRM 2017 R2 Softwre Requirements nd Mobile Fetures Revision: IMP-MAT-ENG-2017R2-2.0 Updted: August 2017 2017, The Sge Group plc or its licensors. Sge, Sge logos, nd Sge product nd service nmes mentioned

More information

vcloud Director Tenant Portal Guide vcloud Director 9.1

vcloud Director Tenant Portal Guide vcloud Director 9.1 vcloud Director Tennt Portl Guide vcloud Director 9.1 You cn find the most up-to-dte technicl documenttion on the VMwre website t: https://docs.vmwre.com/ If you hve comments bout this documenttion, submit

More information

Voltage Monitoring Products

Voltage Monitoring Products Voltge Monitoring Products Spring 2005 CONTENTS 3-Led Reset Genertor Circuits.. 2 4-Led Reset Genertors with Mnul Reset............ 3 Wtchdog Supervisory Circuits... 4 Bttery-Bckup Supervisory Circuits...........

More information

COMPUTER EDUCATION TECHNIQUES, INC. (MS_W2K3_SERVER ) SA:

COMPUTER EDUCATION TECHNIQUES, INC. (MS_W2K3_SERVER ) SA: In order to lern which questions hve een nswered correctly: 1. Print these pges. 2. Answer the questions. 3. Send this ssessment with the nswers vi:. FAX to (212) 967-3498. Or. Mil the nswers to the following

More information

Migrating vrealize Automation to 7.3 or March 2018 vrealize Automation 7.3

Migrating vrealize Automation to 7.3 or March 2018 vrealize Automation 7.3 Migrting vrelize Automtion to 7.3 or 7.3.1 15 Mrch 2018 vrelize Automtion 7.3 You cn find the most up-to-dte technicl documenttion on the VMwre website t: https://docs.vmwre.com/ If you hve comments bout

More information

Passwords Passwords Changing Passwords... <New Passwords> 130 Setting UIM PIN... <UIM PIN/UIM PIN2> 130 Unlocking a Locked UIM...

Passwords Passwords Changing Passwords... <New Passwords> 130 Setting UIM PIN... <UIM PIN/UIM PIN2> 130 Unlocking a Locked UIM... Psswords Psswords... 128 Chnging Psswords... 130 Setting UIM PIN... 130 Unlocking Locked UIM... 131 Restricting the Hndset Opertions Locking Function... 131 Locking the

More information

Voluntary Product Accessibility Template. Summary Table Voluntary Product Accessibility Template

Voluntary Product Accessibility Template. Summary Table Voluntary Product Accessibility Template U.S. Generl Services Administrtion Dte: 11/2/2015 Nme of Product: MindView 6 Voluntry Product Accessibility Templte Version 1.2 Summry Tble Voluntry Product Accessibility Templte Criteri Section 1194.21

More information

Information regarding

Information regarding Informtion regrding LANCOM Advnced VPN Client 3.13 Copyright (c) 2002-2017 LANCOM Systems GmbH, Wuerselen (Germny) LANCOM Systems GmbH does not tke ny gurntee nd libility for softwre not developed, mnufctured

More information

pdftoolbox Server 4 Manual

pdftoolbox Server 4 Manual pdftoolbox Server 4 Mnul Mnul Pge 2 Mnul Lst modified: 27 Februry 2009 2009 by clls softwre gmbh, Berlin, Germny All rights reserved All trdemrks re the property of their respective owners. Mnul Pge Content

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-201 Technicl notes on using Anlog Devices DSPs, processors nd development tools Contct our technicl support t dsp.support@nlog.com nd t dsptools.support@nlog.com Or visit our

More information

It consists of two cold rooms, each with their own evaporator but sharing the same cooling flui d R134a system ( compressor, condenser...).

It consists of two cold rooms, each with their own evaporator but sharing the same cooling flui d R134a system ( compressor, condenser...). This system llows study of refrigertion systems implementtion of rmodyn mic clcultions pplied to refrigertion Its uniqueness is tht it is fully controllble vi Internet directly from web browser like Internet

More information

Data Flow on a Queue Machine. Bruno R. Preiss. Copyright (c) 1987 by Bruno R. Preiss, P.Eng. All rights reserved.

Data Flow on a Queue Machine. Bruno R. Preiss. Copyright (c) 1987 by Bruno R. Preiss, P.Eng. All rights reserved. Dt Flow on Queue Mchine Bruno R. Preiss 2 Outline Genesis of dt-flow rchitectures Sttic vs. dynmic dt-flow rchitectures Pseudo-sttic dt-flow execution model Some dt-flow mchines Simple queue mchine Prioritized

More information

Chapter 7. Routing with Frame Relay, X.25, and SNA. 7.1 Routing. This chapter discusses Frame Relay, X.25, and SNA Routing. Also see the following:

Chapter 7. Routing with Frame Relay, X.25, and SNA. 7.1 Routing. This chapter discusses Frame Relay, X.25, and SNA Routing. Also see the following: Chpter 7 Routing with Frme Rely, X.25, nd SNA This chpter discusses Frme Rely, X.25, nd SNA Routing. Also see the following: Section 4.2, Identifying the BANDIT in the Network Section 4.3, Defining Globl

More information

TECHNICAL NOTE MANAGING JUNIPER SRX PCAP DATA. Displaying the PCAP Data Column

TECHNICAL NOTE MANAGING JUNIPER SRX PCAP DATA. Displaying the PCAP Data Column TECHNICAL NOTE MANAGING JUNIPER SRX PCAP DATA APRIL 2011 If your STRM Console is configured to integrte with the Juniper JunOS Pltform DSM, STRM cn receive, process, nd store Pcket Cpture (PCAP) dt from

More information

SoC Architecture Design Approaches

SoC Architecture Design Approaches Wireless Informtion Trnsmission System Lb. SoC Architecture Design Approches Hung-Chih Ching Institute of Communictions Engineering Ntionl Sun Yt-sen University IP-Bsed System IC Design Block-Bsed Architecture

More information

- 2 U NIX FILES 1. Explin different file types vilble in UNIX or P OSIX s ystem. ( 08 mrks) ( My-08/Dec-08/My-10/My- 12) 2. Wht is n API? How is it di

- 2 U NIX FILES 1. Explin different file types vilble in UNIX or P OSIX s ystem. ( 08 mrks) ( My-08/Dec-08/My-10/My- 12) 2. Wht is n API? How is it di -1 I NTRODUCTION 1. Wht is posix stndrd? Explin different subset of posix stndrd. Write structure of progrm to filter out non- p osix complint codes from user progrm. ( 06 mrks) ( Dec- 2010). 2. W rite

More information

Data sharing in OpenMP

Data sharing in OpenMP Dt shring in OpenMP Polo Burgio polo.burgio@unimore.it Outline Expressing prllelism Understnding prllel threds Memory Dt mngement Dt cluses Synchroniztion Brriers, locks, criticl sections Work prtitioning

More information

Installation Guide AT-VTP-800

Installation Guide AT-VTP-800 Velocity 8 Touch Pnel The Atlon -BL nd -WH re 8 touch pnels in blck nd white, respectively, for the Atlon Velocity Control System. They feture contemporry, refined styling for modern presenttion environments

More information

Overview. Network characteristics. Network architecture. Data dissemination. Network characteristics (cont d) Mobile computing and databases

Overview. Network characteristics. Network architecture. Data dissemination. Network characteristics (cont d) Mobile computing and databases Overview Mobile computing nd dtbses Generl issues in mobile dt mngement Dt dissemintion Dt consistency Loction dependent queries Interfces Detils of brodcst disks thlis klfigopoulos Network rchitecture

More information

Registering as a HPE Reseller. Quick Reference Guide for new Partners in Asia Pacific

Registering as a HPE Reseller. Quick Reference Guide for new Partners in Asia Pacific Registering s HPE Reseller Quick Reference Guide for new Prtners in Asi Pcific Registering s new Reseller prtner There re five min steps to e new Reseller prtner. Crete your Appliction Copyright 2017 Hewlett

More information

Zenoss Resource Manager Installation Guide

Zenoss Resource Manager Installation Guide Zenoss Resource Mnger Instlltion Guide Relese 6.1.1 Zenoss, Inc. www.zenoss.com Zenoss Resource Mnger Instlltion Guide Copyright 2018 Zenoss, Inc. All rights reserved. Zenoss, Own IT, nd the Zenoss logo

More information

PNC NC code PROGRAMMER'S MANUAL

PNC NC code PROGRAMMER'S MANUAL PNC-3200 NC code PROGRAMMER'S MANUAL Thnk you very much for purchsing the PNC-3200. To ensure correct nd sfe usge with full understnding of this product's performnce, plese be sure to red through this

More information

Zenoss Core Installation Guide

Zenoss Core Installation Guide Zenoss Core Instlltion Guide Relese 6.1.0 Zenoss, Inc. www.zenoss.com Zenoss Core Instlltion Guide Copyright 2018 Zenoss, Inc. All rights reserved. Zenoss, Own IT, nd the Zenoss logo re trdemrks or registered

More information

McAfee Network Security Platform

McAfee Network Security Platform NS7x00 Quick Strt Guide Revision D McAfee Network Security Pltform This quick strt guide explins how to quickly set up nd ctivte your McAfee Network Security Pltform NS7100, NS7200, nd NS7300 Sensors in

More information

Troubleshooting Guide

Troubleshooting Guide IBM System Storge SAN Volume Controller Troubleshooting Guide GC27-2284-06 Note Before using this informtion nd the product it supports, red the informtion in Notices on pge 351. This edition pplies to

More information

c360 Add-On Solutions

c360 Add-On Solutions c360 Add-On Solutions Functionlity Dynmics CRM 2011 c360 Record Editor Reltionship Explorer Multi-Field Serch Alerts Console c360 Core Productivity Pck "Does your tem resist using CRM becuse updting dt

More information

Lab 1 - Counter. Create a project. Add files to the project. Compile design files. Run simulation. Debug results

Lab 1 - Counter. Create a project. Add files to the project. Compile design files. Run simulation. Debug results 1 L 1 - Counter A project is collection mechnism for n HDL design under specifiction or test. Projects in ModelSim ese interction nd re useful for orgnizing files nd specifying simultion settings. The

More information

OUTPUT DELIVERY SYSTEM

OUTPUT DELIVERY SYSTEM Differences in ODS formtting for HTML with Proc Print nd Proc Report Lur L. M. Thornton, USDA-ARS, Animl Improvement Progrms Lortory, Beltsville, MD ABSTRACT While Proc Print is terrific tool for dt checking

More information

Functor (1A) Young Won Lim 10/5/17

Functor (1A) Young Won Lim 10/5/17 Copyright (c) 2016-2017 Young W. Lim. Permission is grnted to copy, distribute nd/or modify this document under the terms of the GNU Free Documenttion License, Version 1.2 or ny lter version published

More information

Tilt-Sensing with Kionix MEMS Accelerometers

Tilt-Sensing with Kionix MEMS Accelerometers Tilt-Sensing with Kionix MEMS Accelerometers Introduction Tilt/Inclintion sensing is common ppliction for low-g ccelerometers. This ppliction note describes how to use Kionix MEMS low-g ccelerometers to

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-302 Technicl notes on using Anlog Devices DSPs, processors nd development tools Visit our Web resources http://www.nlog.com/ee-notes nd http://www.nlog.com/processors or e-mil

More information

Virtual Machine (Part I)

Virtual Machine (Part I) Hrvrd University CS Fll 2, Shimon Schocken Virtul Mchine (Prt I) Elements of Computing Systems Virtul Mchine I (Ch. 7) Motivtion clss clss Min Min sttic sttic x; x; function function void void min() min()

More information

Zenoss Resource Manager Installation Guide

Zenoss Resource Manager Installation Guide Zenoss Resource Mnger Instlltion Guide Relese 5.3.2 Zenoss, Inc. www.zenoss.com Zenoss Resource Mnger Instlltion Guide Copyright 2017 Zenoss, Inc. All rights reserved. Zenoss, Own IT, nd the Zenoss logo

More information

An Integrated Simulation System for Human Factors Study

An Integrated Simulation System for Human Factors Study An Integrted Simultion System for Humn Fctors Study Ying Wng, Wei Zhng Deprtment of Industril Engineering, Tsinghu University, Beijing 100084, Chin Foud Bennis, Dmien Chblt IRCCyN, Ecole Centrle de Nntes,

More information