This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TMS320F28375S:串行固件更新在状态数据包中返回错误0x4000

Guru**** 651100 points
Other Parts Discussed in Thread: TMS320F280025C, TMS320F28375S, C2000WARE
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1180148/tms320f28375s-serial-firmware-update-returning-error-0x4000-in-the-status-packet

器件型号:TMS320F28375S
主题中讨论的其他器件:TMS320F280025CC2000WARE

我们使用闪存内核 B 在我们的早期硬件版本中成功实现了 TMS320F280025C DSP 的串行更新。稍后、我们移至 Delfino 系列。 我们将遵循完全相同的过程和主机应用来测试 TMS320F28375S DSP 上的串行固件更新。 这次、我们将使用 Delfino 系列的闪存内核: F2837xD_sci_flash_kernels_cpu01.txt、位于我们的目录 :C:\ti\C2000Ware_4_02_00_00\utilities\fash_programmers\serial_flash_programmer\f2837xD_FW_upgrade_example。根据我们的开发人员、他可以获得对所有命令的良好响应(ACK)。 但是、在串行固件更新结束时、我们将获得以下状态包: <E4, 1B, 0C, 0, 0, 1、0、409E、82、 080、0、70、0、 0、0、0、D9、1、 1b、 E4>>。  从这个数据包中我们了解到它在地址0x0008829E 处给我们提供了程序错误(0x4000)。  我已经查看了映射文件、但无法找到确切的位置。 请指导此位置出现程序写入错误的可能原因。 另外、请指导您了解剩余字节的含义、即 0、0、70、0、0、 0、0。 如果需要更多详细信息、请告诉我。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    HEX2000实用程序生成的文件似乎与我们正在使用的闪存内核不兼容。 我们尝试为 PC 使用 serial_flash_programmer 实用程序、它还会返回一个错误、如附件中所示。 闪存内核和应用程序文件之间似乎存在某种不兼容性。 我们使用双 CPU 器件的闪存内核对单个 CPU 器件进行编程。 它是否与它相关? HEX2000设置是否需要更改?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、Asad、

    运行 C2000Ware 中的内核时是否会出现相同的错误:

    C:\ti\c2000Ware_4_02_00_00\device_support\f2837xd\examples\dual\F2837xD_sci_flash_kernel\cpu01

    对于单个器件、使用双示例应该很好(双示例意味着同时使用 CPU1和 CPU2、尽管单个 CPU 示例不需要)。 如果您检查链接器 cmd 文件以确保段对齐为128位、并在可能的情况下提供映射文件、这将有所帮助。

    我明天去办公室时必须检查这个问题。

    谢谢、

    查尔斯

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    非常感谢 Charles Roberson。  我们已尝试从您指定的位置使用闪存内核。 我们会得到与所附快照中所示非常类似的错误。 最初、所有闪存扇区都对齐到8位。 我们已通过根据您的建议将这些值更改为128位进行了测试、但这不能解决问题。 我们已经观察到程序错误位置始终位于闪存中 CLA 程序部分的末尾。 我将附加我们的链接器命令文件和映射文件、以供您进行种类查看。 请检查这些问题、并告知我们如何解决问题。

    链接器文件的内容如下:

    //CPU1 PROGRAM GSRAM is allocated to GS7 & GS8
    #define CPU1_RAMGS_PROG_START       0x013000
    #define CPU1_RAMGS_PROG_LENGTH      0x002000
    
    //CPU1 DATA GSRAM is allocated from GS2 RAM to GS6 RAM
    #define CPU1_RAMGS_DATA_START       0x00E000
    #define CPU1_RAMGS_DATA_LENGTH      0x005000
    
    //required for MemCfgRegs settings
    #define RAMGS_START				   0x00000C
    
    #ifdef CLA_BLOCK_INCLUDED
    // Define a size for the CLA scratchpad area that will be used
    // by the CLA compiler for local symbols and temps
    // Also force references to the special symbols that mark the
    // scratchpad are. 
    CLA_SCRATCHPAD_SIZE = 0x100;
    --undef_sym=__cla_scratchpad_end
    --undef_sym=__cla_scratchpad_start
    #endif //CLA_BLOCK_INCLUDED
    MEMORY
    {
    PAGE 0 :
       /* BEGIN is used for the "boot to SARAM" bootloader mode   */
       BEGIN           	            : origin = 0x000000, length = 0x000002
       BEGIN_FLASH     	            : origin = 0x080000, length = 0x000002
       /*Defining CLA program and data memory*/
        #if (CPU_RAMLS_PROG_LENGTH > 0)
        RAMLS_PROG      	    : origin = CPU_RAMLS_PROG_START, length = CPU_RAMLS_PROG_LENGTH
        #endif //CPU_RAMLS_PROG_LENGTH
        RAMLS_CLA_PROG          : origin = CLA_RAMLS_PROG_START, length = CLA_RAMLS_PROG_LENGTH
        RAMLS_CLA_DATA          : origin = CLA_RAMLS_DATA_START, length = CLA_RAMLS_DATA_LENGTH
    
       
       /*Defining CPU1 program memory in GSRAM*/
        #if (CPU1_RAMGS_PROG_LENGTH > 0)
            RAMGS_PROG          : origin = CPU1_RAMGS_PROG_START, length = CPU1_RAMGS_PROG_LENGTH
        #endif //(CPU1_RAMGS_PROG_LENGTH > 0)
    
    
       RESET           	            : origin = 0x3FFFC0, length = 0x000002
       /* Flash sectors */
       FLASHA_N                : origin = 0x080002, length = 0x03FFFE	/* on-chip Flash 256 K Words */
    
    PAGE 1 :
    
       BOOT_RSVD                : origin = 0x000002, length = 0x000120     /* Part of M0, BOOT rom will use this for stack */
       RAMM0M1           	    : origin = 0x000122, length = 0x0006DE
       RAMD0D1           	        : origin = 0x00B000, length = 0x001000
    
       RAMGS_DATA              : origin = CPU1_RAMGS_DATA_START, length = CPU1_RAMGS_DATA_LENGTH
                                    
       CLA1_MSGRAMLOW               : origin = 0x001480, length = 0x000080
       CLA1_MSGRAMHIGH              : origin = 0x001500, length = 0x000080
                                    
       CPU2TOCPU1RAM                : origin = 0x03F800, length = 0x000400
       CPU1TOCPU2RAM                : origin = 0x03FC00, length = 0x000400
    
    }
    
    SECTIONS
    {
    #if BOOT_FROM_FLASH
       /* Allocate program areas: */
       .init_array         : > FLASHA_N                      PAGE = 0, ALIGN(128)
       .cinit              : > FLASHA_N                      PAGE = 0, ALIGN(128)
       .pinit              : > FLASHA_N,                     PAGE = 0, ALIGN(128)
       .text               : > FLASHA_N                      PAGE = 0, ALIGN(128)
       codestart           : > BEGIN_FLASH                   PAGE = 0, ALIGN(128)
       .switch             : > FLASHA_N                      PAGE = 0, ALIGN(128)
       .const             : > FLASHA_N                       PAGE = 0, ALIGN(128)
       .data               : > RAMLS_PROG,       			 PAGE = 0
       .bss            	   : > RAMGS_DATA ,                  PAGE = 1
    #if defined(__TI_EABI__)
        .TI.ramfunc : {} LOAD = FLASHA_N,
    					 #if CPU_RAMLS_PROG_LENGTH>0
                         RUN =  RAMLS_PROG,
                         #else // Applicable when CLA BLOCK is included and CPULSRAM is zero
                         RUN = RAMGS_PROG,
                         #endif
            	         LOAD_START(RamfuncsLoadStart),
             	         LOAD_SIZE(RamfuncsLoadSize),
             	         LOAD_END(RamfuncsLoadEnd),
              	         RUN_START(RamfuncsRunStart),
              	         RUN_SIZE(RamfuncsRunSize),
               	         RUN_END(RamfuncsRunEnd),
    					 PAGE = 0, ALIGN(128)
    #else
    	.TI.ramfunc : {} LOAD = FLASHA_N,
    					 #if CPU_RAMLS_PROG_LENGTH>0
                         RUN =  RAMLS_PROG,
                         #else // Applicable when CLA BLOCK is included and CPULSRAM is zero
                         RUN = RAMGS_PROG,
                         #endif
            	         LOAD_START(_RamfuncsLoadStart),
             	         LOAD_SIZE(_RamfuncsLoadSize),
             	         LOAD_END(_RamfuncsLoadEnd),
              	         RUN_START(_RamfuncsRunStart),
              	         RUN_SIZE(_RamfuncsRunSize),
               	         RUN_END(_RamfuncsRunEnd),
    					 PAGE = 0, ALIGN(128)
    #endif
    
    
       /* Initalized sections go in Flash */
    
    
       /* Allocate IQmath areas: */                          
       IQmath			   : > FLASHA_N,                     PAGE = 0, ALIGN(128)            /* Math Code */
       IQmathTables		   : > FLASHA_N,                     PAGE = 0, ALIGN(128)
       
       
       /* CLA specific sections */
       Cla1Prog        :  LOAD = FLASHA_N,
                          RUN = RAMLS_CLA_PROG,
                          LOAD_START(Cla1funcsLoadStart),
                          LOAD_END(Cla1funcsLoadEnd),
                          RUN_START(Cla1funcsRunStart),
                          LOAD_SIZE(Cla1funcsLoadSize),
                          PAGE = 0, ALIGN(128)
    
       .const_cla	    :  LOAD = FLASHA_N,
                           RUN = RAMLS_CLA_DATA,
                           RUN_START(Cla1ConstRunStart),
                           LOAD_START(Cla1ConstLoadStart),
                           LOAD_SIZE(Cla1ConstLoadSize),
                           PAGE = 0
    
    #else
       codestart            : >  BEGIN,                       PAGE = 0
        #if (CPU_RAMLS_PROG_LENGTH > 0)
           .cinit               : > RAMLS_PROG,     PAGE = 0
        #else
           .cinit               : > RAMGS_PROG,     PAGE = 0
        #endif
       ramfuncs             : >> RAMLS_PROG | RAMGS_PROG,     PAGE = 0
       .TI.ramfunc          : >> RAMLS_PROG | RAMGS_PROG,     PAGE = 0
       .pinit               : >> RAMLS_PROG | RAMGS_PROG,     PAGE = 0
       .switch              : >> RAMLS_PROG | RAMGS_PROG,     PAGE = 0
       .econst              : >> RAMLS_PROG | RAMGS_PROG,     PAGE = 0
       /* Allocate IQ math areas: */
       IQmath			    : >> RAMLS_PROG | RAMGS_PROG,     PAGE = 0            /* Math Code */
       IQmathTables		    : >> RAMLS_PROG | RAMGS_PROG,     PAGE = 0
       /* CLA specific sections */
       Cla1Prog         : > RAMLS_CLA_PROG,              PAGE = 0
      .text                : >> RAMLS_PROG | RAMGS_PROG,    PAGE = 0
      .const_cla	    : >  RAMLS_CLA_DATA, PAGE = 0
       .ebss                : > RAMGS_DATA ,        PAGE = 1
     #endif //BOOT_FROM_FLASH
    
       .stack               : > RAMM0M1,                     PAGE = 1
       .reset               : > RESET,                       PAGE = 0, TYPE = DSECT /* not used, */
       .sysmem             : > RAMD0D1,                     PAGE = 1
       #ifdef CLA_BLOCK_INCLUDED
       .cio                 : > RAMLS_PROG | RAMGS_PROG,     PAGE = 0
       #else
       .cio                 : > RAMLS_PROG     PAGE = 0
       #endif //CLA_BLOCK_INCLUDED 
    
       /* CLA C compiler sections */
       //
       // Must be allocated to memory the CLA has write access to
       //
       Cla1DataRam0		: > RAMLS_CLA_DATA,              PAGE=0
    
       Cla1ToCpuMsgRAM  : > CLA1_MSGRAMLOW,              PAGE = 1
       CpuToCla1MsgRAM  : > CLA1_MSGRAMHIGH,             PAGE = 1
       CLAscratch       :
                         { *.obj(CLAscratch)
                         . += CLA_SCRATCHPAD_SIZE;
                         *.obj(CLAscratch_end) } >  RAMLS_CLA_DATA,  PAGE = 0
    
       .scratchpad      : > RAMLS_CLA_DATA,              PAGE = 0
       .bss_cla		    : > RAMLS_CLA_DATA,              PAGE = 0
       /*Allocate area for SPI DMA transfer buffers*/
        GSRAM : > RAMGS_DATA, PAGE=1
         /* Allocate twiddle factors area: */
       twiddleFactors   : > FLASHA_N,                     PAGE = 0
       /*Allocate areas for 32 points RFFT input and output buffers*/
       buffer1          : > RAMLS_PROG, ALIGN = 64, PAGE = 0
       buffer2          : > RAMLS_PROG, ALIGN = 64, PAGE = 0
    
    }
    
    /*
    //===========================================================================
    // End of file.
    //===========================================================================
    */
    

    链接器命令文件中使用的一些宏定义如下:

    映射文件的内容如下所示:

    ******************************************************************************
                 TMS320C2000 Linker PC v22.6.0                     
    ******************************************************************************
    >> Linked Thu Dec 15 16:36:21 2022
    
    OUTPUT FILE NAME:   <TMS320F2837X.out>
    ENTRY POINT SYMBOL: "code_start"  address: 00080000
    
    
    MEMORY CONFIGURATION
    
             name            origin    length      used     unused   attr    fill
    ----------------------  --------  ---------  --------  --------  ----  --------
    PAGE 0:
      BEGIN                 00000000   00000002  00000000  00000002  RWIX
      RAMLS_PROG            00008000   00000800  00000363  0000049d  RWIX
      RAMLS_CLA_DATA        00008800   00001000  000002fa  00000d06  RWIX
      RAMLS_CLA_PROG        00009800   00001800  0000114e  000006b2  RWIX
      RAMGS_PROG            00013000   00002000  00000000  00002000  RWIX
      BEGIN_FLASH           00080000   00000002  00000002  00000000  RWIX
      FLASHA_N              00080002   0003fffe  00008c38  000373c6  RWIX
      RESET                 003fffc0   00000002  00000000  00000002  RWIX
    
    PAGE 1:
      BOOT_RSVD             00000002   00000120  00000000  00000120  RWIX
      RAMM0M1               00000122   000006de  000003f8  000002e6  RWIX
      ADCARESULT            00000b00   00000018  00000000  00000018  RWIX
      ADCBRESULT            00000b20   00000018  00000000  00000018  RWIX
      ADCCRESULT            00000b40   00000018  00000000  00000018  RWIX
      ADCDRESULT            00000b60   00000018  00000000  00000018  RWIX
      CPUTIMER0             00000c00   00000008  00000000  00000008  RWIX
      CPUTIMER1             00000c08   00000008  00000000  00000008  RWIX
      CPUTIMER2             00000c10   00000008  00000000  00000008  RWIX
      PIECTRL               00000ce0   0000001a  00000000  0000001a  RWIX
      PIEVECTTABLE          00000d00   00000200  00000000  00000200  RWIX
      DMA                   00001000   00000200  00000000  00000200  RWIX
      CLA1                  00001400   00000080  0000003e  00000042  RWIX
      CLA1_MSGRAMLOW        00001480   00000080  00000020  00000060  RWIX
      CLA1_MSGRAMHIGH       00001500   00000080  00000050  00000030  RWIX
      CLB1LOGICCFG          00003000   00000052  00000000  00000052  RWIX
      CLB1LOGICCTRL         00003100   00000040  00000000  00000040  RWIX
      CLB1DATAEXCH          00003200   00000200  00000000  00000200  RWIX
      CLB2LOGICCFG          00003400   00000052  00000000  00000052  RWIX
      CLB2LOGICCTRL         00003500   00000040  00000000  00000040  RWIX
      CLB2DATAEXCH          00003600   00000200  00000000  00000200  RWIX
      CLB3LOGICCFG          00003800   00000052  00000000  00000052  RWIX
      CLB3LOGICCTRL         00003900   00000040  00000000  00000040  RWIX
      CLB3DATAEXCH          00003a00   00000200  00000000  00000200  RWIX
      CLB4LOGICCFG          00003c00   00000052  00000000  00000052  RWIX
      CLB4LOGICCTRL         00003d00   00000040  00000000  00000040  RWIX
      CLB4DATAEXCH          00003e00   00000200  00000000  00000200  RWIX
      EPWM1                 00004000   00000100  00000000  00000100  RWIX
      EPWM2                 00004100   00000100  00000100  00000000  RWIX
      EPWM3                 00004200   00000100  00000100  00000000  RWIX
      EPWM4                 00004300   00000100  00000100  00000000  RWIX
      EPWM5                 00004400   00000100  00000100  00000000  RWIX
      EPWM6                 00004500   00000100  00000000  00000100  RWIX
      EPWM7                 00004600   00000100  00000000  00000100  RWIX
      EPWM8                 00004700   00000100  00000000  00000100  RWIX
      EPWM9                 00004800   00000100  00000000  00000100  RWIX
      EPWM10                00004900   00000100  00000000  00000100  RWIX
      EPWM11                00004a00   00000100  00000000  00000100  RWIX
      EPWM12                00004b00   00000100  00000000  00000100  RWIX
      ECAP1                 00005000   00000020  00000000  00000020  RWIX
      ECAP2                 00005020   00000020  00000000  00000020  RWIX
      ECAP3                 00005040   00000020  00000000  00000020  RWIX
      ECAP4                 00005060   00000020  00000000  00000020  RWIX
      ECAP5                 00005080   00000020  00000000  00000020  RWIX
      ECAP6                 000050a0   00000020  00000000  00000020  RWIX
      EQEP1                 00005100   00000022  00000000  00000022  RWIX
      EQEP2                 00005140   00000022  00000000  00000022  RWIX
      EQEP3                 00005180   00000022  00000000  00000022  RWIX
      DACA                  00005c00   00000008  00000000  00000008  RWIX
      DACB                  00005c10   00000008  00000000  00000008  RWIX
      DACC                  00005c20   00000008  00000000  00000008  RWIX
      CMPSS1                00005c80   00000020  00000000  00000020  RWIX
      CMPSS2                00005ca0   00000020  00000000  00000020  RWIX
      CMPSS3                00005cc0   00000020  00000000  00000020  RWIX
      CMPSS4                00005ce0   00000020  00000000  00000020  RWIX
      CMPSS5                00005d00   00000020  00000000  00000020  RWIX
      CMPSS6                00005d20   00000020  00000000  00000020  RWIX
      CMPSS7                00005d40   00000020  00000000  00000020  RWIX
      CMPSS8                00005d60   00000020  00000000  00000020  RWIX
      SDFM1                 00005e00   00000080  00000000  00000080  RWIX
      SDFM2                 00005e80   00000080  00000000  00000080  RWIX
      MCBSPA                00006000   00000024  00000000  00000024  RWIX
      MCBSPB                00006040   00000024  00000000  00000024  RWIX
      SPIA                  00006100   00000010  00000000  00000010  RWIX
      SPIB                  00006110   00000010  00000000  00000010  RWIX
      ***                  00006120   00000010  00000000  00000010  RWIX
      UPP                   00006200   00000048  00000000  00000048  RWIX
      WD                    00007000   0000002b  00000000  0000002b  RWIX
      NMIINTRUPT            00007060   00000007  00000000  00000007  RWIX
      XINT                  00007070   0000000b  00000000  0000000b  RWIX
      SCIA                  00007200   00000010  00000000  00000010  RWIX
      SCIB                  00007210   00000010  00000000  00000010  RWIX
      SCIC                  00007220   00000010  00000000  00000010  RWIX
      SCID                  00007230   00000010  00000000  00000010  RWIX
      I2CA                  00007300   00000022  00000000  00000022  RWIX
      I2CB                  00007340   00000022  00000000  00000022  RWIX
      ADCA                  00007400   00000080  00000000  00000080  RWIX
      ADCB                  00007480   00000080  00000000  00000080  RWIX
      ADCC                  00007500   00000080  00000000  00000080  RWIX
      ADCD                  00007580   00000080  00000000  00000080  RWIX
      INPUTXBAR             00007900   00000020  00000000  00000020  RWIX
      XBAR                  00007920   00000020  00000000  00000020  RWIX
      SYNCSOC               00007940   00000006  00000000  00000006  RWIX
      DMACLASRCSEL          00007980   0000001a  00000000  0000001a  RWIX
      EPWMXBAR              00007a00   00000040  00000000  00000040  RWIX
      CLBXBAR               00007a40   00000040  00000000  00000040  RWIX
      OUTPUTXBAR            00007a80   00000040  00000000  00000040  RWIX
      GPIOCTRL              00007c00   00000180  00000000  00000180  RWIX
      GPIODATA              00007f00   00000030  00000030  00000000  RWIX
      RAMD0D1               0000b000   00001000  00000000  00001000  RWIX
      RAMGS_DATA            0000e000   00005000  00002522  00002ade  RWIX
      CPU2TOCPU1RAM         0003f800   00000400  00000000  00000400  RWIX
      CPU1TOCPU2RAM         0003fc00   00000400  00000000  00000400  RWIX
      EMIF1                 00047000   00000070  00000000  00000070  RWIX
      EMIF2                 00047800   00000070  00000000  00000070  RWIX
      CANA                  00048000   00000200  00000000  00000200  RWIX
      CANB                  0004a000   00000200  00000000  00000200  RWIX
      FLASHPUMPSEMAPHORE    00050024   00000002  00000000  00000002  RWIX
      DEVCFG                0005d000   0000012e  00000000  0000012e  RWIX
      ANALOGSUBSYS          0005d180   00000048  00000000  00000048  RWIX
      CLKCFG                0005d200   00000032  00000000  00000032  RWIX
      CPUSYS                0005d300   00000082  00000082  00000000  RWIX
      ROMPREFETCH           0005e608   00000002  00000000  00000002  RWIX
      DCSMZ1                0005f000   00000024  00000000  00000024  RWIX
      DCSMZ2                0005f040   00000024  00000000  00000024  RWIX
      DCSMCOMMON            0005f070   00000008  00000000  00000008  RWIX
      MEMCFG                0005f400   00000080  00000076  0000000a  RWIX
      EMIF1CONFIG           0005f480   00000020  00000000  00000020  RWIX
      EMIF2CONFIG           0005f4a0   00000020  00000000  00000020  RWIX
      ACCESSPROTECTION      0005f4c0   00000040  00000000  00000040  RWIX
      MEMORYERROR           0005f500   00000040  00000000  00000040  RWIX
      ROMWAITSTATE          0005f540   00000002  00000000  00000002  RWIX
      FLASH0CTRL            0005f800   00000182  00000000  00000182  RWIX
      FLASH0ECC             0005fb00   00000028  00000000  00000028  RWIX
      FLASH1CTRL            0005fc00   00000182  00000000  00000182  RWIX
      FLASH1ECC             0005ff00   00000028  00000000  00000028  RWIX
    
    
    SECTION ALLOCATION MAP
    
     output                                  attributes/
    section   page    origin      length       input sections
    --------  ----  ----------  ----------   ----------------
    Cla1RegsFile 
    *          1    00001400    0000003e     UNINITIALIZED
                      00001400    0000003e     F2837xS_GlobalVariableDefs.obj (Cla1RegsFile)
    
    CpuSysRegsFile 
    *          1    0005d300    00000082     UNINITIALIZED
                      0005d300    00000082     F2837xS_GlobalVariableDefs.obj (CpuSysRegsFile)
    
    EPwm2RegsFile 
    *          1    00004100    00000100     UNINITIALIZED
                      00004100    00000100     F2837xS_GlobalVariableDefs.obj (EPwm2RegsFile)
    
    EPwm3RegsFile 
    *          1    00004200    00000100     UNINITIALIZED
                      00004200    00000100     F2837xS_GlobalVariableDefs.obj (EPwm3RegsFile)
    
    EPwm4RegsFile 
    *          1    00004300    00000100     UNINITIALIZED
                      00004300    00000100     F2837xS_GlobalVariableDefs.obj (EPwm4RegsFile)
    
    EPwm5RegsFile 
    *          1    00004400    00000100     UNINITIALIZED
                      00004400    00000100     F2837xS_GlobalVariableDefs.obj (EPwm5RegsFile)
    
    GpioDataRegsFile 
    *          1    00007f00    00000030     UNINITIALIZED
                      00007f00    00000030     F2837xS_GlobalVariableDefs.obj (GpioDataRegsFile)
    
    MemCfgRegsFile 
    *          1    0005f400    00000076     UNINITIALIZED
                      0005f400    00000076     F2837xS_GlobalVariableDefs.obj (MemCfgRegsFile)
    
    .init_array 
    *          0    00080080    00000000     UNINITIALIZED
    
    .data      0    000081fa    000000ea     UNINITIALIZED
                      000081fa    00000006     device.obj (.data)
                      00008200    0000009a     Interrupt_Service_Routines.obj (.data)
                      0000829a    00000016     main.obj (.data)
                      000082b0    00000008     PV1_Controller_C28_data.obj (.data)
                      000082b8    00000008     PV2_Controller_C28_data.obj (.data)
                      000082c0    00000008     PV3_Controller_C28_data.obj (.data)
                      000082c8    00000006     grid_detection_logic.obj (.data)
                      000082ce    00000006     rts2800_fpu32_eabi.lib : exit.c.obj (.data)
                      000082d4    00000006     spi_communications.obj (.data)
                      000082da    00000005     uart_communications.obj (.data)
                      000082df    00000001     --HOLE--
                      000082e0    00000002     rts2800_fpu32_eabi.lib : _lock.c.obj (.data:_lock)
                      000082e2    00000002                            : _lock.c.obj (.data:_unlock)
    
    buffer1    0    00008300    00000040     UNINITIALIZED
                      00008300    00000040     main.obj (buffer1)
    
    buffer2    0    00008340    00000040     UNINITIALIZED
                      00008340    00000040     main.obj (buffer2)
    
    .const_cla 
    *          0    00008800    00000000     UNINITIALIZED
    
    CLAscratch 
    *          0    000089b4    00000100     UNINITIALIZED
                      000089b4    00000100     --HOLE--
    
    .scratchpad 
    *          0    00008ab4    00000046     UNINITIALIZED
                      00008ab4    00000040     cla_task.obj (.scratchpad:Cla1Prog:Inv_cla_subsystem)
                      00008ab4    0000001c     cla_task.obj (.scratchpad:Cla1Prog:Batt_cla_subsystem)
                      00008ab4    00000010     cla_task.obj (.scratchpad:Cla1Prog:Aux_cla_subsystem)
                      00008ab4    00000002     cla_task.obj (.scratchpad:Cla1Prog:AuxMPPT_cla_subsystem)
                      00008af4    00000006     cla1_math_library_datarom_fpu32_eabi.lib : CLAatan2.obj (.scratchpad:Cla1Prog:_CLAatan2)
                      00008af4    00000002                                              : CLAcos.obj (.scratchpad:Cla1Prog:_CLAcos)
                      00008af4    00000002                                              : CLAsin.obj (.scratchpad:Cla1Prog:_CLAsin)
    
    codestart 
    *          0    00080000    00000002     
                      00080000    00000002     F2837xS_CodeStartBranch.obj (codestart)
    
    .TI.ramfunc 
    *          0    00086e00    000001f9     RUN ADDR = 00008000
                      00086e00    000001f5     flash.obj (.TI.ramfunc)
                      00086ff5    00000004     sysctl.obj (.TI.ramfunc)
    
    .const     0    00088980    00000264     
                      00088980    0000007e     board.obj (.const:.string)
                      000889fe    00000038     flash.obj (.const:.string)
                      00088a36    0000000a     JEM_TestCode.obj (.const)
                      00088a40    00000038     sensor_checks_calibrations.obj (.const)
                      00088a78    00000037     gpio.obj (.const:.string)
                      00088aaf    00000001     --HOLE-- [fill = 0]
                      00088ab0    00000034     sci.obj (.const:.string)
                      00088ae4    00000034     spi.obj (.const:.string)
                      00088b18    00000020     interrupt.obj (.const:.string)
                      00088b38    0000001f     cputimer.obj (.const:.string)
                      00088b57    00000001     --HOLE-- [fill = 0]
                      00088b58    0000001d     memcfg.obj (.const:.string)
                      00088b75    00000001     --HOLE-- [fill = 0]
                      00088b76    0000001d     sysctl.obj (.const:.string)
                      00088b93    00000001     --HOLE-- [fill = 0]
                      00088b94    0000001b     ecap.obj (.const:.string)
                      00088baf    00000001     --HOLE-- [fill = 0]
                      00088bb0    0000001a     adc.obj (.const:.string)
                      00088bca    0000001a     dma.obj (.const:.string)
    
    .cinit     0    00088c80    0000015c     
                      00088c80    000000c6     (.cinit.Cla1DataRam0.load) [load image, compression = lzss]
                      00088d46    0000004f     (.cinit..data.load) [load image, compression = lzss]
                      00088d95    00000001     --HOLE-- [fill = 0]
                      00088d96    00000006     (__TI_handler_table)
                      00088d9c    00000004     (.cinit..bss.load) [load image, compression = zero_init]
                      00088da0    00000004     (.cinit..scratchpad.load) [load image, compression = zero_init]
                      00088da4    00000004     (.cinit.Cla1ToCpuMsgRAM.load) [load image, compression = zero_init]
                      00088da8    00000004     (.cinit.CpuToCla1MsgRAM.load) [load image, compression = zero_init]
                      00088dac    00000004     (.cinit.GSRAM.load) [load image, compression = zero_init]
                      00088db0    00000004     (.cinit.buffer1.load) [load image, compression = zero_init]
                      00088db4    00000004     (.cinit.buffer2.load) [load image, compression = zero_init]
                      00088db8    00000024     (__TI_cinit_table)
    
    .text      0    00080080    00006d1f     
                      00080080    00001431     board.obj (.text)
                      000814b1    000011ff     Interrupt_Service_Routines.obj (.text:retain)
                      000826b0    000009dc     Interrupt_Service_Routines.obj (.text)
                      0008308c    000008b5     main.obj (.text)
                      00083941    00000001     rts2800_fpu32_eabi.lib : startup.c.obj (.text)
                      00083942    000005dd     JEM_TestCode.obj (.text)
                      00083f1f    0000054c     spi.obj (.text)
                      0008446b    00000001     --HOLE-- [fill = 0]
                      0008446c    00000504     spi_communications.obj (.text)
                      00084970    000004f4     sysctl.obj (.text)
                      00084e64    00000490     sensor_checks_calibrations.obj (.text)
                      000852f4    000003fc     memcfg.obj (.text)
                      000856f0    000002e0     sci.obj (.text)
                      000859d0    00000222     gpio.obj (.text)
                      00085bf2    000001a0     dma.obj (.text)
                      00085d92    0000016b     adc.obj (.text)
                      00085efd    00000161     device.obj (.text)
                      0008605e    0000015f     interrupt.obj (.text)
                      000861bd    0000014e     grid_detection_logic.obj (.text)
                      0008630b    00000120     Inv_cla.obj (.text)
                      0008642b    00000112     uart_communications.obj (.text)
                      0008653d    0000010c     Power_Control.obj (.text)
                      00086649    00000001     --HOLE-- [fill = 0]
                      0008664a    000000c5     c28x_vcu2_library_fpu32.lib : vcu2_cfft_32.obj (.text)
                      0008670f    000000a9     Inv_Controller.obj (.text)
                      000867b8    0000009f     State_Machine.obj (.text)
                      00086857    0000008c     PV1_Controller_C28.obj (.text)
                      000868e3    0000008c     PV2_Controller_C28.obj (.text)
                      0008696f    0000008c     PV3_Controller_C28.obj (.text)
                      000869fb    00000001     --HOLE-- [fill = 0]
                      000869fc    00000084     c28x_vcu2_library_fpu32.lib : vcu2_crc_16.obj (.text)
                      00086a80    00000083     rts2800_fpu32_eabi.lib : fd_mpy28.asm.obj (.text)
                      00086b03    00000074     Battery_Controller.obj (.text)
                      00086b77    00000058     rts2800_fpu32_eabi.lib : s_ceilf.c.obj (.text)
                      00086bcf    00000037     Battery_cla.obj (.text)
                      00086c06    0000002f     ecap.obj (.text)
                      00086c35    0000002e     rts2800_fpu32_eabi.lib : copy_decompress_lzss.c.obj (.text:decompress:lzss)
                      00086c63    0000002b                            : autoinit.c.obj (.text:__TI_auto_init_nobinit_nopinit)
                      00086c8e    0000002a                            : fd_cmp28.asm.obj (.text)
                      00086cb8    00000029                            : exit.c.obj (.text)
                      00086ce1    0000001e     cputimer.obj (.text)
                      00086cff    0000001d     rts2800_fpu32_eabi.lib : memcpy.c.obj (.text)
                      00086d1c    0000001c     cla.obj (.text)
                      00086d38    0000001c     rts2800_fpu32_eabi.lib : fs_tofdfpu32.asm.obj (.text)
                      00086d54    00000017                            : boot28.asm.obj (.text)
                      00086d6b    0000000c                            : args_main.c.obj (.text)
                      00086d77    00000009                            : _lock.c.obj (.text)
                      00086d80    00000008     F2837xS_CodeStartBranch.obj (.text)
                      00086d88    00000008     rts2800_fpu32_eabi.lib : copy_decompress_none.c.obj (.text:decompress:none)
                      00086d90    00000007                            : memset.c.obj (.text)
                      00086d97    00000006                            : copy_zero_init.c.obj (.text:decompress:ZI)
                      00086d9d    00000002                            : pre_init.c.obj (.text)
    
    .switch    0    00088c00    00000022     
                      00088c00    00000022     uart_communications.obj (.switch:send_diagnostics_buffer)
    
    .bss       1    0000e000    00002442     UNINITIALIZED
                      0000e000    000014bb     Interrupt_Service_Routines.obj (.bss)
                      0000f4bb    000003e8     Interrupt_Service_Routines.obj (.bss:debug_var1)
                      0000f8a3    000003e8     Interrupt_Service_Routines.obj (.bss:debug_var2)
                      0000fc8b    000003e8     Interrupt_Service_Routines.obj (.bss:debug_var3)
                      00010073    00000001     --HOLE--
                      00010074    0000000c     main.obj (.bss:fundamental_values)
                      00010080    00000182     JEM_TestCode.obj (.bss)
                      00010202    0000003e     main.obj (.bss)
                      00010240    00000078     spi_communications.obj (.bss)
                      000102b8    00000032     uart_communications.obj (.bss:cm4_rx_buf)
                      000102ea    00000032     uart_communications.obj (.bss:cm4_tx_buf)
                      0001031c    00000032     uart_communications.obj (.bss:debug_rx_buf)
                      0001034e    00000022     Power_Control.obj (.bss)
                      00010370    00000020     Interrupt_Service_Routines.obj (.bss:grid_voltage_samples)
                      00010390    00000020     main.obj (.bss:harm_eff_values)
                      000103b0    0000000e     main.obj (.bss:magFFT)
                      000103be    00000002     Battery_Controller.obj (.bss)
                      000103c0    0000001e     grid_detection_logic.obj (.bss)
                      000103de    0000001c     State_Machine.obj (.bss)
                      000103fa    00000006     sensor_checks_calibrations.obj (.bss)
                      00010400    00000014     PV1_Controller_C28.obj (.bss)
                      00010414    00000014     PV2_Controller_C28.obj (.bss)
                      00010428    00000014     PV3_Controller_C28.obj (.bss)
                      0001043c    00000004     uart_communications.obj (.bss)
                      00010440    00000002     Inv_Controller.obj (.bss)
    
    Cla1Prog   0    00087000    0000114e     RUN ADDR = 00009800
                      00087000    00000a10     cla_task.obj (Cla1Prog:Inv_cla_subsystem)
                      00087a10    0000041c     cla_task.obj (Cla1Prog:Batt_cla_subsystem)
                      00087e2c    00000138     cla_task.obj (Cla1Prog:Aux_cla_subsystem)
                      00087f64    0000007c     cla_task.obj (Cla1Prog:AuxMPPT_cla_subsystem)
                      00087fe0    00000058     cla1_math_library_datarom_fpu32_eabi.lib : CLAatan2.obj (Cla1Prog:_CLAatan2)
                      00088038    00000038                                              : CLAcos.obj (Cla1Prog:_CLAcos)
                      00088070    00000038                                              : CLAsin.obj (Cla1Prog:_CLAsin)
                      000880a8    0000002e     cla_task.obj (Cla1Prog:Cla1Task1)
                      000880d6    00000028     cla_task.obj (Cla1Prog:Cla1Task2)
                      000880fe    00000020     cla_task.obj (Cla1Prog:Cla1Task3)
                      0008811e    00000020     cla_task.obj (Cla1Prog:Cla1Task4)
                      0008813e    00000010     cla_task.obj (Cla1Prog:Cla1Task5)
    
    .stack     1    00000122    000003f8     UNINITIALIZED
                      00000122    000003f8     --HOLE--
    
    .reset     0    003fffc0    00000000     DSECT
    
    Cla1DataRam0 
    *          0    00008800    000001b4     UNINITIALIZED
                      00008800    000000f6     Inv_cla_data.obj (Cla1DataRam0)
                      000088f6    00000008     AuxMPPT_cla_data.obj (Cla1DataRam0)
                      000088fe    00000002     --HOLE--
                      00008900    00000040     Battery_cla_data.obj (Cla1DataRam0)
                      00008940    00000038     Inv_cla.obj (Cla1DataRam0)
                      00008978    00000004     AuxMPPT_cla.obj (Cla1DataRam0)
                      0000897c    00000004     Aux_cla.obj (Cla1DataRam0)
                      00008980    0000001e     Aux_cla_data.obj (Cla1DataRam0)
                      0000899e    00000016     Battery_cla.obj (Cla1DataRam0)
    
    twiddleFactors 
    *          0    0008814e    000007f0     
                      0008814e    000007f0     c28x_vcu2_library_fpu32.lib : vcu2_cfft_twiddlefactors.obj (twiddleFactors)
    
    Cla1ToCpuMsgRAM 
    *          1    00001480    00000020     UNINITIALIZED
                      00001480    00000010     Inv_Controller.obj (Cla1ToCpuMsgRAM)
                      00001490    00000008     Aux_Controller.obj (Cla1ToCpuMsgRAM)
                      00001498    00000006     Battery_Controller.obj (Cla1ToCpuMsgRAM)
                      0000149e    00000002     AuxMPPT_Controller.obj (Cla1ToCpuMsgRAM)
    
    CpuToCla1MsgRAM 
    *          1    00001500    00000050     UNINITIALIZED
                      00001500    00000034     Inv_Controller.obj (CpuToCla1MsgRAM)
                      00001534    0000000a     Aux_Controller.obj (CpuToCla1MsgRAM)
                      0000153e    00000002     AuxMPPT_Controller.obj (CpuToCla1MsgRAM)
                      00001540    00000010     Battery_Controller.obj (CpuToCla1MsgRAM)
    
    GSRAM      1    00010442    000000e0     UNINITIALIZED
                      00010442    000000e0     main.obj (GSRAM)
    
    MODULE SUMMARY
    
           Module                           code    ro data   rw data
           ------                           ----    -------   -------
        .\
           Interrupt_Service_Routines.obj   7131    0         8493   
           main.obj                         2229    0         494    
           spi_communications.obj           1284    0         126    
           sensor_checks_calibrations.obj   1168    56        6      
           uart_communications.obj          274     34        159    
           grid_detection_logic.obj         334     0         36     
        +--+--------------------------------+-------+---------+---------+
           Total:                           12420   90        9314   
                                                                     
        .\Matlab_Generated\
           cla_task.obj                     8460    0         110    
        +--+--------------------------------+-------+---------+---------+
           Total:                           8460    0         110    
                                                                     
        .\Matlab_Generated\JEM_antiIslanding\
           JEM_TestCode.obj                 1501    10        386    
        +--+--------------------------------+-------+---------+---------+
           Total:                           1501    10        386    
                                                                     
        .\Matlab_Generated\auxMPPT_controller\
           AuxMPPT_cla_data.obj             0       0         8      
           AuxMPPT_Controller.obj           0       0         4      
           AuxMPPT_cla.obj                  0       0         4      
        +--+--------------------------------+-------+---------+---------+
           Total:                           0       0         16     
                                                                     
        .\Matlab_Generated\aux_controller\
           Aux_cla_data.obj                 0       0         30     
           Aux_Controller.obj               0       0         18     
           Aux_cla.obj                      0       0         4      
        +--+--------------------------------+-------+---------+---------+
           Total:                           0       0         52     
                                                                     
        .\Matlab_Generated\battery_controller\
           Battery_Controller.obj           116     0         24     
           Battery_cla.obj                  55      0         22     
           Battery_cla_data.obj             0       0         64     
        +--+--------------------------------+-------+---------+---------+
           Total:                           171     0         110    
                                                                     
        .\Matlab_Generated\grid_power_control\
           Power_Control.obj                268     0         34     
        +--+--------------------------------+-------+---------+---------+
           Total:                           268     0         34     
                                                                     
        .\Matlab_Generated\inverter_controller\
           Inv_cla.obj                      288     0         56     
           Inv_cla_data.obj                 0       0         246    
           Inv_Controller.obj               169     0         70     
        +--+--------------------------------+-------+---------+---------+
           Total:                           457     0         372    
                                                                     
        .\Matlab_Generated\pv1_controller\
           PV1_Controller_C28.obj           140     0         20     
           PV1_Controller_C28_data.obj      0       0         8      
        +--+--------------------------------+-------+---------+---------+
           Total:                           140     0         28     
                                                                     
        .\Matlab_Generated\pv2_controller\
           PV2_Controller_C28.obj           140     0         20     
           PV2_Controller_C28_data.obj      0       0         8      
        +--+--------------------------------+-------+---------+---------+
           Total:                           140     0         28     
                                                                     
        .\Matlab_Generated\pv3_controller\
           PV3_Controller_C28.obj           140     0         20     
           PV3_Controller_C28_data.obj      0       0         8      
        +--+--------------------------------+-------+---------+---------+
           Total:                           140     0         28     
                                                                     
        .\Matlab_Generated\state_machine\
           State_Machine.obj                159     0         28     
        +--+--------------------------------+-------+---------+---------+
           Total:                           159     0         28     
                                                                     
        .\device\
           F2837xS_GlobalVariableDefs.obj   0       0         1382   
           device.obj                       353     0         6      
           F2837xS_CodeStartBranch.obj      10      0         0      
        +--+--------------------------------+-------+---------+---------+
           Total:                           363     0         1388   
                                                                     
        .\device\driverlib\
           spi.obj                          1356    52        0      
           sysctl.obj                       1276    29        0      
           flash.obj                        1002    56        0      
           memcfg.obj                       1020    29        0      
           sci.obj                          736     52        0      
           gpio.obj                         546     55        0      
           dma.obj                          416     26        0      
           adc.obj                          363     26        0      
           interrupt.obj                    351     32        0      
           ecap.obj                         47      27        0      
           cputimer.obj                     30      31        0      
           cla.obj                          28      0         0      
        +--+--------------------------------+-------+---------+---------+
           Total:                           7171    415       0      
                                                                     
        .\syscfg\
           board.obj                        5169    126       0      
        +--+--------------------------------+-------+---------+---------+
           Total:                           5169    126       0      
                                                                     
        C:/ti/C2000Ware_4_02_00_00/libraries/dsp/VCU/c28/lib/c28x_vcu2_library_fpu32.lib
           vcu2_cfft_twiddlefactors.obj     0       2032      0      
           vcu2_cfft_32.obj                 197     0         0      
           vcu2_crc_16.obj                  132     0         0      
        +--+--------------------------------+-------+---------+---------+
           Total:                           329     2032      0      
                                                                     
        C:/ti/C2000Ware_4_02_00_00/libraries/math/CLAmath/c28/lib/cla1_math_library_datarom_fpu32_eabi.lib
           CLAatan2.obj                     176     0         6      
           CLAcos.obj                       112     0         2      
           CLAsin.obj                       112     0         2      
        +--+--------------------------------+-------+---------+---------+
           Total:                           400     0         10     
                                                                     
        C:\ti\ccs1210\ccs\tools\compiler\ti-cgt-c2000_22.6.0.LTS\lib\rts2800_fpu32_eabi.lib
           fd_mpy28.asm.obj                 131     0         0      
           s_ceilf.c.obj                    88      0         0      
           exit.c.obj                       41      0         6      
           copy_decompress_lzss.c.obj       46      0         0      
           autoinit.c.obj                   43      0         0      
           fd_cmp28.asm.obj                 42      0         0      
           memcpy.c.obj                     29      0         0      
           fs_tofdfpu32.asm.obj             28      0         0      
           boot28.asm.obj                   23      0         0      
           _lock.c.obj                      9       0         4      
           args_main.c.obj                  12      0         0      
           copy_decompress_none.c.obj       8       0         0      
           memset.c.obj                     7       0         0      
           copy_zero_init.c.obj             6       0         0      
           pre_init.c.obj                   2       0         0      
           startup.c.obj                    1       0         0      
        +--+--------------------------------+-------+---------+---------+
           Total:                           516     0         10     
                                                                     
           Stack:                           0       0         1016   
           Linker Generated:                0       347       0      
        +--+--------------------------------+-------+---------+---------+
           Grand Total:                     37804   3020      12930  
    
    
    LINKER GENERATED COPY TABLES
    
    __TI_cinit_table @ 00088db8 records: 9, size/record: 4, table size: 36
    	Cla1DataRam0: load addr=00088c80, load size=000000c6 bytes, run addr=00008800, run size=000001b4 bytes, compression=lzss
    	.data: load addr=00088d46, load size=0000004f bytes, run addr=000081fa, run size=000000ea bytes, compression=lzss
    	.bss: load addr=00088d9c, load size=00000004 bytes, run addr=0000e000, run size=00002442 bytes, compression=zero_init
    	.scratchpad: load addr=00088da0, load size=00000004 bytes, run addr=00008ab4, run size=00000046 bytes, compression=zero_init
    	Cla1ToCpuMsgRAM: load addr=00088da4, load size=00000004 bytes, run addr=00001480, run size=00000020 bytes, compression=zero_init
    	CpuToCla1MsgRAM: load addr=00088da8, load size=00000004 bytes, run addr=00001500, run size=00000050 bytes, compression=zero_init
    	GSRAM: load addr=00088dac, load size=00000004 bytes, run addr=00010442, run size=000000e0 bytes, compression=zero_init
    	buffer1: load addr=00088db0, load size=00000004 bytes, run addr=00008300, run size=00000040 bytes, compression=zero_init
    	buffer2: load addr=00088db4, load size=00000004 bytes, run addr=00008340, run size=00000040 bytes, compression=zero_init
    
    
    LINKER GENERATED HANDLER TABLE
    
    __TI_handler_table @ 00088d96 records: 3, size/record: 2, table size: 6
    	index: 0, handler: __TI_decompress_lzss
    	index: 1, handler: __TI_decompress_none
    	index: 2, handler: __TI_zero_init
    
    
    GLOBAL DATA SYMBOLS: SORTED BY DATA PAGE
    
    address     data page           name
    --------    ----------------    ----
    00000122       4 (00000100)     __stack
    
    00001400      50 (00001400)     Cla1Regs
    
    00001480      52 (00001480)     D_Inv_1
    00001482      52 (00001480)     Load_relay
    00001484      52 (00001480)     Synch_flag
    00001486      52 (00001480)     debug_1
    00001488      52 (00001480)     debug_2
    0000148a      52 (00001480)     debug_3
    0000148c      52 (00001480)     debug_4
    0000148e      52 (00001480)     debug_5
    00001490      52 (00001480)     Dlo1
    00001492      52 (00001480)     Iref
    00001494      52 (00001480)     Iref_dc
    00001496      52 (00001480)     V_error
    00001498      52 (00001480)     D_bat
    0000149a      52 (00001480)     I_batt_read
    0000149c      52 (00001480)     I_ref
    0000149e      52 (00001480)     Iref_rms_mppt
    
    00001500      54 (00001500)     Grid_A_Command
    00001502      54 (00001500)     Grid_good
    00001504      54 (00001500)     Grid_relay_status
    00001506      54 (00001500)     Igrid1
    00001508      54 (00001500)     Igrid2
    0000150a      54 (00001500)     Iinv1
    0000150c      54 (00001500)     Iinv2
    0000150e      54 (00001500)     PFset
    00001510      54 (00001500)     P_Set
    00001512      54 (00001500)     Pexp_max
    00001514      54 (00001500)     Pgrid
    00001516      54 (00001500)     Pimp_max
    00001518      54 (00001500)     Q_Set
    0000151a      54 (00001500)     V_synch_error
    0000151c      54 (00001500)     Vbus_c1
    0000151e      54 (00001500)     Vbus_c2
    00001520      54 (00001500)     Vbus_exp_min
    00001522      54 (00001500)     Vbus_imp_max
    00001524      54 (00001500)     Vgrid1
    00001526      54 (00001500)     Vgrid2
    00001528      54 (00001500)     Vgrid_A_Ref
    0000152a      54 (00001500)     Vinv1
    0000152c      54 (00001500)     Vinv2
    0000152e      54 (00001500)     Vnom_peak
    00001530      54 (00001500)     Voltage_Supp_Limit
    00001532      54 (00001500)     fnom
    00001534      54 (00001500)     Iac
    00001536      54 (00001500)     Iref_rms
    00001538      54 (00001500)     Vac
    0000153a      54 (00001500)     Vc_hi
    0000153c      54 (00001500)     Vc_lo
    0000153e      54 (00001500)     Vrms_k
    
    00001540      55 (00001540)     Reset_bat
    00001542      55 (00001540)     Ibat
    00001544      55 (00001540)     Ichar_max
    00001546      55 (00001540)     Idischar_max
    00001548      55 (00001540)     Vbat
    0000154a      55 (00001540)     Vbus
    0000154c      55 (00001540)     Vbus_char_min
    0000154e      55 (00001540)     Vbus_dischar_max
    
    00004100     104 (00004100)     EPwm2Regs
    
    00004200     108 (00004200)     EPwm3Regs
    
    00004300     10c (00004300)     EPwm4Regs
    
    00004400     110 (00004400)     EPwm5Regs
    
    00007f00     1fc (00007f00)     GpioDataRegs
    
    000081fa     207 (000081c0)     Example_Result
    000081fc     207 (000081c0)     Example_PassCount
    000081fe     207 (000081c0)     Example_Fail
    
    00008200     208 (00008200)     ISR_counter
    00008201     208 (00008200)     JEM_execute_pending
    00008202     208 (00008200)     pv_execution_counter
    00008203     208 (00008200)     grid_power_exec_counter
    00008204     208 (00008200)     zero_crossing_detected
    00008205     208 (00008200)     freq_send_pending
    00008206     208 (00008200)     safety_trip_flag
    00008207     208 (00008200)     hardware_trip_state
    00008208     208 (00008200)     trip_bit_field
    00008209     208 (00008200)     alert_bit_field
    0000820a     208 (00008200)     grid_relay_state
    0000820b     208 (00008200)     load_relay_state
    0000820c     208 (00008200)     grid_freq_state
    0000820d     208 (00008200)     grid_volts_state
    0000820e     208 (00008200)     LED_Toggle_Counter
    0000820f     208 (00008200)     SPI_Rx_Complete
    00008210     208 (00008200)     SPI_Tx_Complete
    00008211     208 (00008200)     control_enable_pv1
    00008212     208 (00008200)     control_enable_pv2
    00008213     208 (00008200)     control_enable_pv3
    00008214     208 (00008200)     control_enable_bat
    00008215     208 (00008200)     control_enable_aux
    00008216     208 (00008200)     control_enable_inv
    00008217     208 (00008200)     master_control_enable
    00008218     208 (00008200)     is_tripped_pv1
    00008219     208 (00008200)     is_tripped_pv2
    0000821a     208 (00008200)     is_tripped_pv3
    0000821b     208 (00008200)     is_tripped_bat
    0000821c     208 (00008200)     is_tripped_aux
    0000821d     208 (00008200)     is_tripped_inv
    0000821e     208 (00008200)     is_duty_calculated_pv1
    0000821f     208 (00008200)     is_duty_calculated_pv2
    00008220     208 (00008200)     is_duty_calculated_pv3
    00008221     208 (00008200)     is_duty_calculated_bat
    00008222     208 (00008200)     is_duty_calculated_aux
    00008223     208 (00008200)     is_duty_calculated_inv
    00008230     208 (00008200)     Freq_Count
    00008232     208 (00008200)     tick_100mSec_counter
    00008234     208 (00008200)     Vpv_hi_limit
    00008236     208 (00008200)     Vpv_lo_limit
    00008238     208 (00008200)     Vcap_hi_limit
    0000823a     208 (00008200)     Vcap_lo_limit
    0000823c     208 (00008200)     Vbus_hi_limit
    0000823e     208 (00008200)     Vbus_lo_limit
    
    00008240     209 (00008240)     Vaux_hi_limit
    00008242     209 (00008240)     Vaux_lo_limit
    00008244     209 (00008240)     Vinv_hi_limit
    00008246     209 (00008240)     Vinv_lo_limit
    00008248     209 (00008240)     Ibat_hi_limit
    0000824a     209 (00008240)     Ibat_lo_limit
    0000824c     209 (00008240)     Vbat_hi_limit
    0000824e     209 (00008240)     Vbat_lo_limit
    00008250     209 (00008240)     Iinv_hi_limit
    00008252     209 (00008240)     Iinv_lo_limit
    00008254     209 (00008240)     Iaux_hi_limit
    00008256     209 (00008240)     Iaux_lo_limit
    00008258     209 (00008240)     Ipv_hi_limit
    0000825a     209 (00008240)     Ipv_lo_limit
    0000825c     209 (00008240)     Igrid_hi_limit
    0000825e     209 (00008240)     Igrid_lo_limit
    00008260     209 (00008240)     Vgrid_hi_limit
    00008262     209 (00008240)     Vgrid_lo_limit
    00008264     209 (00008240)     Vpv1_offset
    00008266     209 (00008240)     Ipv1_offset
    00008268     209 (00008240)     Vpv2_offset
    0000826a     209 (00008240)     Ipv2_offset
    0000826c     209 (00008240)     Vpv3_offset
    0000826e     209 (00008240)     Ipv3_offset
    00008270     209 (00008240)     Vcap1_offset
    00008272     209 (00008240)     Vcap2_offset
    00008274     209 (00008240)     Vbus_offset
    00008276     209 (00008240)     Vaux_offset
    00008278     209 (00008240)     Iaux_offset
    0000827a     209 (00008240)     Vgrid1_offset
    0000827c     209 (00008240)     Vgrid2_offset
    0000827e     209 (00008240)     Vinv1_offset
    
    00008280     20a (00008280)     Vinv2_offset
    00008282     20a (00008280)     Ibat_offset
    00008284     20a (00008280)     Vbat_offset
    00008286     20a (00008280)     Iinv1_offset
    00008288     20a (00008280)     Iinv2_offset
    0000828a     20a (00008280)     Igrid1_offset
    0000828c     20a (00008280)     Igrid2_offset
    0000829a     20a (00008280)     battery_available
    0000829b     20a (00008280)     pv1_available
    0000829c     20a (00008280)     pv2_available
    0000829d     20a (00008280)     pv3_available
    0000829e     20a (00008280)     grid_available
    0000829f     20a (00008280)     pv_available
    000082a0     20a (00008280)     POST_Fail_Flag
    000082a1     20a (00008280)     SPI_Fail_Flag
    000082a2     20a (00008280)     SPI_TimeOut_Flag
    000082a3     20a (00008280)     Shutdown_Wait_Over_Flag
    000082a4     20a (00008280)     UART_ACK_Rcvd_Flag
    000082a5     20a (00008280)     UART_NAK_Rcvd_Flag
    000082a6     20a (00008280)     dc_bus_balanced
    000082a7     20a (00008280)     LED1_Toggle_Enabled
    000082a8     20a (00008280)     LED2_Toggle_Enabled
    000082a9     20a (00008280)     calculate_dc_Offsets
    000082aa     20a (00008280)     dc_offsets_calculated
    000082ab     20a (00008280)     balancer_operation_reqd
    000082ac     20a (00008280)     rx_Data
    000082ae     20a (00008280)     tx_Data
    000082b0     20a (00008280)     PV1_P
    000082b8     20a (00008280)     PV2_P
    
    000082c0     20b (000082c0)     PV3_P
    000082c8     20b (000082c0)     Grid_UV_Flag
    000082c9     20b (000082c0)     Grid_OV_Flag
    000082ca     20b (000082c0)     Grid_OF_Flag
    000082cb     20b (000082c0)     Grid_UF_Flag
    000082cc     20b (000082c0)     OFR_Flag
    000082cd     20b (000082c0)     Grid_Ok
    000082ce     20b (000082c0)     __TI_enable_exit_profile_output
    000082d0     20b (000082c0)     __TI_cleanup_ptr
    000082d2     20b (000082c0)     __TI_dtors_ptr
    000082d4     20b (000082c0)     IM_clear_trip
    000082d5     20b (000082c0)     IM_control_enable
    000082d6     20b (000082c0)     IM_inverter_reset
    000082d7     20b (000082c0)     IM_grid_relay_command
    000082d8     20b (000082c0)     IM_load_relay_command
    000082d9     20b (000082c0)     stats_sent_to_IM
    000082da     20b (000082c0)     debug_buffer_pending
    000082db     20b (000082c0)     cm4_buffer_pending
    000082dc     20b (000082c0)     debug_rx_buffer_index
    000082dd     20b (000082c0)     cm4_rx_buffer_index
    000082de     20b (000082c0)     diagnostics_req_pending
    000082e0     20b (000082c0)     _lock
    000082e2     20b (000082c0)     _unlock
    
    00008300     20c (00008300)     buffer1Q15
    
    00008340     20d (00008340)     buffer2Q15
    
    00008800     220 (00008800)     Inv_cla_subsystem_P
    
    000088f6     223 (000088c0)     AuxMPPT_cla_subsystem_P
    
    00008900     224 (00008900)     Batt_cla_subsystem_P
    
    00008940     225 (00008940)     Inv_cla_subsystem_DW
    00008978     225 (00008940)     AuxMPPT_cla_subsystem_DW
    0000897c     225 (00008940)     Aux_cla_subsystem_DW
    
    00008980     226 (00008980)     Aux_cla_subsystem_P
    0000899e     226 (00008980)     Batt_cla_subsystem_ZCE
    000089a0     226 (00008980)     Batt_cla_subsystem_DW
    
    00008af4     22b (00008ac0)     __claCLAatan2_sp
    00008af4     22b (00008ac0)     __claCLAcos_sp
    00008af4     22b (00008ac0)     __claCLAsin_sp
    
    0000e000     380 (0000e000)     grid_voltage_sampled
    0000e001     380 (0000e000)     debug_logged
    0000e002     380 (0000e000)     debug_counter
    0000e003     380 (0000e000)     Vinv1_in
    0000e004     380 (0000e000)     Vinv2_in
    0000e005     380 (0000e000)     Iinv1_in
    0000e006     380 (0000e000)     Iinv2_in
    0000e007     380 (0000e000)     Igrid1_in
    0000e008     380 (0000e000)     Igrid2_in
    0000e009     380 (0000e000)     Vgrid1_in
    0000e00a     380 (0000e000)     Vgrid2_in
    0000e00b     380 (0000e000)     Vbus_c1_in
    0000e00c     380 (0000e000)     Vbus_c2_in
    0000e00d     380 (0000e000)     Vbus_in
    0000e00e     380 (0000e000)     Vbat_in
    0000e00f     380 (0000e000)     Ibat_in
    0000e010     380 (0000e000)     Vaux_in
    0000e011     380 (0000e000)     Iaux_in
    0000e012     380 (0000e000)     Vpv1_in
    0000e013     380 (0000e000)     Ipv1_in
    0000e014     380 (0000e000)     Vpv2_in
    0000e015     380 (0000e000)     Ipv2_in
    0000e016     380 (0000e000)     Vpv3_in
    0000e017     380 (0000e000)     Ipv3_in
    0000e024     380 (0000e000)     time_diff
    0000e026     380 (0000e000)     Vinv1_m
    0000e028     380 (0000e000)     Vinv2_m
    0000e02a     380 (0000e000)     Iinv1_m
    0000e02c     380 (0000e000)     Iinv2_m
    0000e02e     380 (0000e000)     Igrid1_m
    0000e030     380 (0000e000)     Igrid2_m
    0000e032     380 (0000e000)     Vgrid1_m
    0000e034     380 (0000e000)     Vgrid2_m
    0000e036     380 (0000e000)     Vbus_c1_m
    0000e038     380 (0000e000)     Vbus_c2_m
    0000e03a     380 (0000e000)     Vbus_m
    0000e03c     380 (0000e000)     Vbat_m
    0000e03e     380 (0000e000)     Ibat_m
    
    0000e040     381 (0000e040)     Vaux_m
    0000e042     381 (0000e040)     Iaux_m
    0000e044     381 (0000e040)     Vpv1_m
    0000e046     381 (0000e040)     Ipv1_m
    0000e048     381 (0000e040)     Vpv2_m
    0000e04a     381 (0000e040)     Ipv2_m
    0000e04c     381 (0000e040)     Vpv3_m
    0000e04e     381 (0000e040)     Ipv3_m
    0000e050     381 (0000e040)     Vpv1_offset_m
    0000e052     381 (0000e040)     Vpv2_offset_m
    0000e054     381 (0000e040)     Vpv3_offset_m
    0000e056     381 (0000e040)     Ipv1_offset_m
    0000e058     381 (0000e040)     Ipv2_offset_m
    0000e05a     381 (0000e040)     Ipv3_offset_m
    0000e05c     381 (0000e040)     Vcap1_offset_m
    0000e05e     381 (0000e040)     Vcap2_offset_m
    0000e060     381 (0000e040)     Vbus_offset_m
    0000e062     381 (0000e040)     Vinv1_offset_m
    0000e064     381 (0000e040)     Vinv2_offset_m
    0000e066     381 (0000e040)     Iinv1_offset_m
    0000e068     381 (0000e040)     Iinv2_offset_m
    0000e06a     381 (0000e040)     Vbat_offset_m
    0000e06c     381 (0000e040)     Ibat_offset_m
    0000e06e     381 (0000e040)     Iaux_offset_m
    0000e070     381 (0000e040)     Vaux_offset_m
    0000e072     381 (0000e040)     Igrid1_offset_m
    0000e074     381 (0000e040)     Igrid2_offset_m
    0000e076     381 (0000e040)     Vgrid1_offset_m
    0000e078     381 (0000e040)     Vgrid2_offset_m
    0000e07a     381 (0000e040)     Iinv1_max
    0000e07c     381 (0000e040)     Iinv2_max
    0000e07e     381 (0000e040)     Igrid1_max
    
    0000e080     382 (0000e080)     Igrid2_max
    0000e082     382 (0000e080)     Vinv1_max
    0000e084     382 (0000e080)     Vinv2_max
    0000e086     382 (0000e080)     Iaux_max
    0000e088     382 (0000e080)     Vbus_c1_max
    0000e08a     382 (0000e080)     Vbus_c2_max
    0000e08c     382 (0000e080)     Vbus_max
    0000e08e     382 (0000e080)     Vbat_max
    0000e090     382 (0000e080)     Vpv1_max
    0000e092     382 (0000e080)     Vpv2_max
    0000e094     382 (0000e080)     Vpv3_max
    0000e096     382 (0000e080)     Ipv1_max
    0000e098     382 (0000e080)     Ipv2_max
    0000e09a     382 (0000e080)     Ipv3_max
    0000e09c     382 (0000e080)     Pgrid1_c
    0000e09e     382 (0000e080)     Pgrid2_c
    0000e0a0     382 (0000e080)     Pinv1_c
    0000e0a2     382 (0000e080)     tmp1
    0000e0a4     382 (0000e080)     tmp2
    0000e0a6     382 (0000e080)     fgrid_m
    0000e0a8     382 (0000e080)     bus_cap_volt_diff
    0000e0aa     382 (0000e080)     Fgrid_hi_limit
    0000e0ac     382 (0000e080)     Fgrid_lo_limit
    0000e0ae     382 (0000e080)     Ppv
    0000e0b0     382 (0000e080)     Pbt
    0000e0b2     382 (0000e080)     Pgrid1
    0000e0b4     382 (0000e080)     Pgrid2
    0000e0b6     382 (0000e080)     Pinv1
    0000e0b8     382 (0000e080)     Pinv2
    
    0000e140     385 (0000e140)     sines_grid_L1
    
    0000e1c0     387 (0000e1c0)     sines_grid_L2
    
    0000e240     389 (0000e240)     sines_load_L1
    
    0000e2c0     38b (0000e2c0)     sines_load_L2
    
    0000e340     38d (0000e340)     sines_aux
    
    0000e3c0     38f (0000e3c0)     Vinv1_db
    
    0000e4c0     393 (0000e4c0)     Vinv2_db
    
    0000e5c0     397 (0000e5c0)     Iinv1_db
    
    0000e6c0     39b (0000e6c0)     Iinv2_db
    
    0000e7c0     39f (0000e7c0)     Igrid1_db
    
    0000e8c0     3a3 (0000e8c0)     Igrid2_db
    
    0000e9c0     3a7 (0000e9c0)     Ipv1_db
    
    0000eac0     3ab (0000eac0)     Ipv2_db
    
    0000ebc0     3af (0000ebc0)     Ipv3_db
    
    0000ecc0     3b3 (0000ecc0)     Vpv1_db
    
    0000edc0     3b7 (0000edc0)     Vpv2_db
    
    0000eec0     3bb (0000eec0)     Vpv3_db
    
    0000efc0     3bf (0000efc0)     Vbus_c1_db
    
    0000f0c0     3c3 (0000f0c0)     Vbus_c2_db
    
    0000f1c0     3c7 (0000f1c0)     Vbus_db
    
    0000f2c0     3cb (0000f2c0)     Vbat_db
    
    0000f3c0     3cf (0000f3c0)     Ibat_db
    
    0000f4bb     3d2 (0000f480)     debug_var1
    
    0000f8a3     3e2 (0000f880)     debug_var2
    
    0000fc8b     3f2 (0000fc80)     debug_var3
    
    00010074     401 (00010040)     fundamental_values
    
    00010082     402 (00010080)     JEMY
    
    000100c0     403 (000100c0)     JEMU
    
    00010100     404 (00010100)     JEMDW_l
    
    00010202     408 (00010200)     encoded_state_machine_output
    00010203     408 (00010200)     encoded_state_machine_input
    00010204     408 (00010200)     Bytes_Sum
    00010205     408 (00010200)     Check_Sum
    00010206     408 (00010200)     handleCFFT
    00010208     408 (00010200)     CFFT
    00010216     408 (00010200)     check_pv1
    00010224     408 (00010200)     check_pv2
    00010232     408 (00010200)     check_pv3
    
    00010240     409 (00010240)     crc_result
    00010241     409 (00010240)     trip_clear_counter
    0001025a     409 (00010240)     Configs
    
    00010280     40a (00010280)     Stats
    000102b8     40a (00010280)     cm4_rx_buf
    
    000102ea     40b (000102c0)     cm4_tx_buf
    
    0001031c     40c (00010300)     debug_rx_buf
    
    0001034e     40d (00010340)     PC_Y
    00010350     40d (00010340)     rtInfF
    00010352     40d (00010340)     rtMinusInfF
    00010354     40d (00010340)     rtNaNF
    00010356     40d (00010340)     rtInf
    0001035a     40d (00010340)     rtMinusInf
    0001035e     40d (00010340)     rtNaN
    00010362     40d (00010340)     PC_DW_l
    00010368     40d (00010340)     PC_U
    00010370     40d (00010340)     grid_voltage_samples
    
    00010390     40e (00010380)     harm_eff_values
    000103b0     40e (00010380)     magFFT
    
    000103c0     40f (000103c0)     V_grid1
    000103c2     40f (000103c0)     V_grid2
    000103c4     40f (000103c0)     OFR_Time
    000103c6     40f (000103c0)     UFR_Time
    000103c8     40f (000103c0)     R_OFR
    000103ca     40f (000103c0)     R_OFR_Time
    000103cc     40f (000103c0)     Recon_Block_Timer
    000103ce     40f (000103c0)     OVR_Time
    000103d0     40f (000103c0)     UVR_Time
    000103e0     40f (000103c0)     State_Machine_DW
    000103e3     40f (000103c0)     State_Machine_U
    000103ec     40f (000103c0)     State_Machine_Y
    000103fa     40f (000103c0)     sensor_result_bit_position
    000103fb     40f (000103c0)     POST_Result_Byte0
    000103fc     40f (000103c0)     POST_Result_Byte1
    000103fe     40f (000103c0)     all_sensors_results
    
    00010402     410 (00010400)     PV1_Y
    00010406     410 (00010400)     PV1_DWork
    0001040c     410 (00010400)     PV1_U
    00010416     410 (00010400)     PV2_Y
    0001041a     410 (00010400)     PV2_DWork
    00010420     410 (00010400)     PV2_U
    0001042a     410 (00010400)     PV3_Y
    0001042e     410 (00010400)     PV3_DWork
    00010434     410 (00010400)     PV3_U
    0001043c     410 (00010400)     diagnostics_id
    0001043e     410 (00010400)     diagnostics_ptr
    
    00010442     411 (00010440)     sData
    
    000104b2     412 (00010480)     rData
    
    0005d300    174c (0005d300)     CpuSysRegs
    
    0005f400    17d0 (0005f400)     MemCfgRegs
    
    0008814e    2205 (00088140)     vcu2_twiddleFactors
    
    0008869e    221a (00088680)     _vcu0_twiddleFactors
    
    00088a36    2228 (00088a00)     JEMM
    
    00088a40    2229 (00088a40)     Vpv_offset_hi_limit
    00088a42    2229 (00088a40)     Vpv_offset_lo_limit
    00088a44    2229 (00088a40)     Ipv_offset_hi_limit
    00088a46    2229 (00088a40)     Ipv_offset_lo_limit
    00088a48    2229 (00088a40)     Vcap_offset_hi_limit
    00088a4a    2229 (00088a40)     Vcap_offset_lo_limit
    00088a4c    2229 (00088a40)     Vbus_offset_hi_limit
    00088a4e    2229 (00088a40)     Vbus_offset_lo_limit
    00088a50    2229 (00088a40)     Vaux_offset_hi_limit
    00088a52    2229 (00088a40)     Vaux_offset_lo_limit
    00088a54    2229 (00088a40)     Vgrid_offset_hi_limit
    00088a56    2229 (00088a40)     Vgrid_offset_lo_limit
    00088a58    2229 (00088a40)     Vinv_offset_hi_limit
    00088a5a    2229 (00088a40)     Vinv_offset_lo_limit
    00088a5c    2229 (00088a40)     Ibat_offset_hi_limit
    00088a5e    2229 (00088a40)     Ibat_offset_lo_limit
    00088a60    2229 (00088a40)     Vbat_offset_hi_limit
    00088a62    2229 (00088a40)     Vbat_offset_lo_limit
    00088a64    2229 (00088a40)     Iinv_offset_hi_limit
    00088a66    2229 (00088a40)     Iinv_offset_lo_limit
    00088a68    2229 (00088a40)     Iaux_offset_hi_limit
    00088a6a    2229 (00088a40)     Iaux_offset_lo_limit
    00088a6c    2229 (00088a40)     Igrid_offset_hi_limit
    00088a6e    2229 (00088a40)     Igrid_offset_lo_limit
    
    
    GLOBAL SYMBOLS: SORTED ALPHABETICALLY BY Name 
    
    page  address   name                                     
    ----  -------   ----                                     
    0     000812cc  ADC_A_init                               
    0     00081345  ADC_B_init                               
    0     000813b4  ADC_C_init                               
    0     00081417  ADC_D_init                               
    0     000816d1  ADC_EOC_ISR                              
    0     00081485  ADC_init                                 
    0     00085e4e  ADC_setINLTrim                           
    0     00085ec1  ADC_setMode                              
    0     00085dfa  ADC_setOffsetTrim                        
    0     00085d92  ADC_setPPBTripLimits                     
    0     0000a764  AuxMPPT_cla_subsystem                    
    0     00008978  AuxMPPT_cla_subsystem_DW                 
    0     000088f6  AuxMPPT_cla_subsystem_P                  
    0     000808be  Aux_Balance_Relay_init                   
    0     000808aa  Aux_Disc_Relay_init                      
    0     000808d2  Aux_Gate_Disable_init                    
    0     0000a62c  Aux_cla_subsystem                        
    0     0000897c  Aux_cla_subsystem_DW                     
    0     00008980  Aux_cla_subsystem_P                      
    0     000808ea  Batt_Gate_Disable_init                   
    0     0000a210  Batt_cla_subsystem                       
    0     000089a0  Batt_cla_subsystem_DW                    
    0     00086bef  Batt_cla_subsystem_Init                  
    0     00008900  Batt_cla_subsystem_P                     
    0     00086bd8  Batt_cla_subsystem_Reset                 
    0     0000899e  Batt_cla_subsystem_ZCE                   
    0     00086bcf  Batt_cla_subsystem_initialize            
    0     00086b07  Battery_Controller_initialize            
    0     00086b03  Battery_Controller_step                  
    0     0008148e  Board_init                               
    1     00010204  Bytes_Sum                                
    0     00086cb8  C$$EXIT                                  
    1     00010208  CFFT                                     
    0     000866f5  CFFT_init32Pt                            
    0     0008664a  CFFT_run32Pt                             
    abs   00000100  CLA_SCRATCHPAD_SIZE                      
    0     000812b5  CLA_init                                 
    0     00086d1c  CLA_setTriggerSource                     
    0     0000a7e0  CLAatan2                                 
    abs   0000f870  CLAatan2HalfPITable                      
    abs   0000f876  CLAatan2Table                            
    0     0000a838  CLAcos                                   
    0     0000a870  CLAsin                                   
    abs   0000fe54  CLAsincosTable_Coef0                     
    abs   0000fe56  CLAsincosTable_Coef1                     
    abs   0000fe58  CLAsincosTable_Coef1_pos                 
    abs   0000fe5a  CLAsincosTable_Coef2                     
    abs   0000fe5c  CLAsincosTable_Coef3                     
    abs   0000fe5e  CLAsincosTable_Coef3_neg                 
    abs   0000fd4a  CLAsincosTable_Cos0                      
    abs   0000fd0a  CLAsincosTable_Sin0                      
    abs   0000fe52  CLAsincosTable_TABLE_MASK                
    abs   0000fe4e  CLAsincosTable_TABLE_SIZEDivTwoPi        
    abs   0000fe50  CLAsincosTable_TwoPiDivTABLE_SIZE        
    0     000811d8  CM4_SPI_RX_DMA_init                      
    0     0008122e  CM4_SPI_TX_DMA_init                      
    0     0008025c  CM4_SPI_init                             
    0     0008034d  CM4_UART_init                            
    0     000812ae  CPUTIMER_init                            
    0     00086ce1  CPUTimer_setEmulationMode                
    0     00086a7e  CRC_init16Bit                            
    0     000869fc  CRC_run16BitPoly1                        
    0     00086a74  CRC_run16BitPoly1Reflected               
    0     00086a38  CRC_run16BitPoly2                        
    0     00086a79  CRC_run16BitPoly2Reflected               
    1     00010205  Check_Sum                                
    abs   00000000  Cla1ConstLoadSize                        
    0     00008800  Cla1ConstLoadStart                       
    0     00008800  Cla1ConstRunStart                        
    1     00001400  Cla1Regs                                 
    0     0000a8a8  Cla1Task1                                
    0     0000a8d6  Cla1Task2                                
    0     0000a8fe  Cla1Task3                                
    0     0000a91e  Cla1Task4                                
    0     0000a93e  Cla1Task5                                
    0     0008814e  Cla1funcsLoadEnd                         
    abs   0000114e  Cla1funcsLoadSize                        
    0     00087000  Cla1funcsLoadStart                       
    0     00009800  Cla1funcsRunStart                        
    1     0001025a  Configs                                  
    1     0005d300  CpuSysRegs                               
    0     00081291  DAC_Debug_init                           
    0     00081291  DAC_init                                 
    0     00085d5f  DMA_configAddresses                      
    0     00085d2c  DMA_configBurst                          
    0     00085c79  DMA_configMode                           
    0     00085c3a  DMA_configTransfer                       
    0     00085bf2  DMA_configWrap                           
    0     00081283  DMA_init                                 
    1     00001480  D_Inv_1                                  
    1     00001498  D_bat                                    
    0     0008086a  Debug_LED1_init                          
    0     0008087e  Debug_LED2_init                          
    0     000802d1  Debug_UART_init                          
    0     00085f69  Device_configureTMXAnalogTrim            
    0     00085f9c  Device_enableAllPeripherals              
    0     00085f3b  Device_enableUnbondedGPIOPullups         
    0     00085f1e  Device_enableUnbondedGPIOPullupsFor100Pin
    0     00085f0b  Device_enableUnbondedGPIOPullupsFor176Pin
    0     00086006  Device_init                              
    0     00085f4b  Device_initGPIO                          
    0     00080896  Disc_Grid_4_PSU_init                     
    1     00001490  Dlo1                                     
    0     0008092f  ECAP_init                                
    0     00086c06  ECAP_setEmulationMode                    
    0     00080ab1  EPWM_init                                
    1     00004100  EPwm2Regs                                
    1     00004200  EPwm3Regs                                
    1     00004300  EPwm4Regs                                
    1     00004400  EPwm5Regs                                
    0     000081fe  Example_Fail                             
    0     000081fc  Example_PassCount                        
    0     000081fa  Example_Result                           
    0     00085f0a  Example_done                             
    0     00085f05  Example_setResultFail                    
    0     00085f00  Example_setResultPass                    
    1     0000e0aa  Fgrid_hi_limit                           
    1     0000e0ac  Fgrid_lo_limit                           
    0     000080c3  Flash_initModule                         
    0     0000805e  Flash_powerDown                          
    0     00008000  Flash_wakeFromLPM                        
    0     000809b7  Freq_Blanking_Timer_init                 
    0     0008092f  Freq_Capture_init                        
    0     00008230  Freq_Count                               
    0     00085bd5  GPIO_getDirectionMode                    
    0     00085b9e  GPIO_getPadConfig                        
    0     00085b74  GPIO_getQualificationMode                
    0     00080902  GPIO_init                                
    0     00085b44  GPIO_setAnalogMode                       
    0     00085b18  GPIO_setDirectionMode                    
    0     00085ae2  GPIO_setInterruptPin                     
    0     00085ab2  GPIO_setMasterCore                       
    0     00085a65  GPIO_setPadConfig                        
    0     00085a35  GPIO_setPinConfig                        
    0     00085a05  GPIO_setQualificationMode                
    0     000859d0  GPIO_setQualificationPeriod              
    1     00007f00  GpioDataRegs                             
    1     00001500  Grid_A_Command                           
    0     000082ca  Grid_OF_Flag                             
    0     000082c9  Grid_OV_Flag                             
    0     000082cd  Grid_Ok                                  
    0     000082cb  Grid_UF_Flag                             
    0     000082c8  Grid_UV_Flag                             
    1     00001502  Grid_good                                
    1     00001504  Grid_relay_status                        
    0     000082d4  IM_clear_trip                            
    0     000082d5  IM_control_enable                        
    0     000082d7  IM_grid_relay_command                    
    0     000082d6  IM_inverter_reset                        
    0     000082d8  IM_load_relay_command                    
    0     00080861  INPUTXBAR_init                           
    0     000807f2  INTERRUPT_init                           
    0     000816b6  INT_CM4_SPI_RX_DMA_ISR                   
    0     0008169b  INT_CM4_SPI_TX_DMA_ISR                   
    0     00081633  INT_CM4_UART_RX_ISR                      
    0     00081626  INT_CM4_UART_TX_ISR                      
    0     000815c3  INT_Debug_UART_RX_ISR                    
    0     000815b6  INT_Debug_UART_TX_ISR                    
    0     00081517  INT_Freq_Capture_ISR                     
    0     000814ef  INT_JEM_ADC_ISR                          
    0     000814b1  INT_Periodic_Tick_100mSec_ISR            
    0     00008200  ISR_counter                              
    0     000807d9  I_MUX_IN1_init                           
    0     000807c0  I_MUX_IN2_init                           
    1     0000149a  I_batt_read                              
    1     0000149c  I_ref                                    
    1     00001534  Iac                                      
    0     00008254  Iaux_hi_limit                            
    1     0000e011  Iaux_in                                  
    0     00008256  Iaux_lo_limit                            
    1     0000e042  Iaux_m                                   
    1     0000e086  Iaux_max                                 
    0     00008278  Iaux_offset                              
    0     00088a68  Iaux_offset_hi_limit                     
    0     00088a6a  Iaux_offset_lo_limit                     
    1     0000e06e  Iaux_offset_m                            
    1     00001542  Ibat                                     
    1     0000f3c0  Ibat_db                                  
    0     00008248  Ibat_hi_limit                            
    1     0000e00f  Ibat_in                                  
    0     0000824a  Ibat_lo_limit                            
    1     0000e03e  Ibat_m                                   
    0     00008282  Ibat_offset                              
    0     00088a5c  Ibat_offset_hi_limit                     
    0     00088a5e  Ibat_offset_lo_limit                     
    1     0000e06c  Ibat_offset_m                            
    1     00001544  Ichar_max                                
    1     00001546  Idischar_max                             
    1     00001506  Igrid1                                   
    1     0000e7c0  Igrid1_db                                
    1     0000e007  Igrid1_in                                
    1     0000e02e  Igrid1_m                                 
    1     0000e07e  Igrid1_max                               
    0     0000828a  Igrid1_offset                            
    1     0000e072  Igrid1_offset_m                          
    1     00001508  Igrid2                                   
    1     0000e8c0  Igrid2_db                                
    1     0000e008  Igrid2_in                                
    1     0000e030  Igrid2_m                                 
    1     0000e080  Igrid2_max                               
    0     0000828c  Igrid2_offset                            
    1     0000e074  Igrid2_offset_m                          
    0     0000825c  Igrid_hi_limit                           
    0     0000825e  Igrid_lo_limit                           
    0     00088a6c  Igrid_offset_hi_limit                    
    0     00088a6e  Igrid_offset_lo_limit                    
    1     0000150a  Iinv1                                    
    1     0000e5c0  Iinv1_db                                 
    1     0000e005  Iinv1_in                                 
    1     0000e02a  Iinv1_m                                  
    1     0000e07a  Iinv1_max                                
    0     00008286  Iinv1_offset                             
    1     0000e066  Iinv1_offset_m                           
    1     0000150c  Iinv2                                    
    1     0000e6c0  Iinv2_db                                 
    1     0000e006  Iinv2_in                                 
    1     0000e02c  Iinv2_m                                  
    1     0000e07c  Iinv2_max                                
    0     00008288  Iinv2_offset                             
    1     0000e068  Iinv2_offset_m                           
    0     00008250  Iinv_hi_limit                            
    0     00008252  Iinv_lo_limit                            
    0     00088a64  Iinv_offset_hi_limit                     
    0     00088a66  Iinv_offset_lo_limit                     
    0     0008616d  Interrupt_disable                        
    0     000860c0  Interrupt_enable                         
    0     0008607d  Interrupt_initModule                     
    0     00086060  Interrupt_initVectorTable                
    0     00086718  Inv_Controller_initialize                
    0     0008670f  Inv_Controller_step                      
    0     000807a8  Inv_Gate_Disable_init                    
    0     00009800  Inv_cla_subsystem                        
    0     00008940  Inv_cla_subsystem_DW                     
    0     000863a0  Inv_cla_subsystem_Init                   
    0     00008800  Inv_cla_subsystem_P                      
    0     00086315  Inv_cla_subsystem_Reset                  
    0     00086310  Inv_cla_subsystem_Start                  
    0     0008630b  Inv_cla_subsystem_initialize             
    1     0000e9c0  Ipv1_db                                  
    1     0000e013  Ipv1_in                                  
    1     0000e046  Ipv1_m                                   
    1     0000e096  Ipv1_max                                 
    0     00008266  Ipv1_offset                              
    1     0000e056  Ipv1_offset_m                            
    1     0000eac0  Ipv2_db                                  
    1     0000e015  Ipv2_in                                  
    1     0000e04a  Ipv2_m                                   
    1     0000e098  Ipv2_max                                 
    0     0000826a  Ipv2_offset                              
    1     0000e058  Ipv2_offset_m                            
    1     0000ebc0  Ipv3_db                                  
    1     0000e017  Ipv3_in                                  
    1     0000e04e  Ipv3_m                                   
    1     0000e09a  Ipv3_max                                 
    0     0000826e  Ipv3_offset                              
    1     0000e05a  Ipv3_offset_m                            
    0     00008258  Ipv_hi_limit                             
    0     0000825a  Ipv_lo_limit                             
    0     00088a44  Ipv_offset_hi_limit                      
    0     00088a46  Ipv_offset_lo_limit                      
    1     00001492  Iref                                     
    1     00001494  Iref_dc                                  
    1     00001536  Iref_rms                                 
    1     0000149e  Iref_rms_mppt                            
    1     00010100  JEMDW_l                                  
    0     00088a36  JEMM                                     
    1     000100c0  JEMU                                     
    1     00010082  JEMY                                     
    0     00083e96  JEM_TestCode_initialize                  
    0     00083d78  JEM_TestCode_step                        
    0     00008201  JEM_execute_pending                      
    0     00080794  JET_Test_Signal_1_init                   
    0     00080780  JET_Test_Signal_2_init                   
    0     0008076c  JET_Test_Signal_3_init                   
    0     00080758  JET_Test_Signal_4_init                   
    0     00080744  JET_Test_Signal_5_init                   
    0     00080730  JET_Test_Signal_6_init                   
    0     000082a7  LED1_Toggle_Enabled                      
    0     000082a8  LED2_Toggle_Enabled                      
    0     0000820e  LED_Toggle_Counter                       
    1     00001482  Load_relay                               
    0     0008063f  MEMCFG_init                              
    0     0008062b  Master_Relay_init                        
    1     0005f400  MemCfgRegs                               
    0     000856a1  MemCfg_commitConfig                      
    0     00085693  MemCfg_getCorrErrorAddress               
    0     00085620  MemCfg_getInitStatus                     
    0     000855df  MemCfg_getUncorrErrorAddress             
    0     00085594  MemCfg_getViolationAddress               
    0     00085533  MemCfg_initSections                      
    0     000854e4  MemCfg_lockConfig                        
    0     0008547d  MemCfg_setLSRAMMasterSel                 
    0     000853e1  MemCfg_setProtection                     
    0     00085348  MemCfg_setTestMode                       
    0     000852f4  MemCfg_unlockConfig                      
    0     000082cc  OFR_Flag                                 
    1     000103c4  OFR_Time                                 
    1     000103ce  OVR_Time                                 
    0     00080617  Off_Grid_Relay_init                      
    0     00080603  On_Grid_Relay_init                       
    1     00010362  PC_DW_l                                  
    1     00010368  PC_U                                     
    1     0001034e  PC_Y                                     
    1     0000150e  PFset                                    
    0     000082a0  POST_Fail_Flag                           
    1     000103fb  POST_Result_Byte0                        
    1     000103fc  POST_Result_Byte1                        
    0     000868c8  PV1_Controller_C28_initialize            
    0     00086857  PV1_Controller_C28_step                  
    1     00010406  PV1_DWork                                
    0     000082b0  PV1_P                                    
    1     0001040c  PV1_U                                    
    1     00010402  PV1_Y                                    
    0     00086954  PV2_Controller_C28_initialize            
    0     000868e3  PV2_Controller_C28_step                  
    1     0001041a  PV2_DWork                                
    0     000082b8  PV2_P                                    
    1     00010420  PV2_U                                    
    1     00010416  PV2_Y                                    
    0     000869e0  PV3_Controller_C28_initialize            
    0     0008696f  PV3_Controller_C28_step                  
    1     0001042e  PV3_DWork                                
    0     000082c0  PV3_P                                    
    1     00010434  PV3_U                                    
    1     0001042a  PV3_Y                                    
    0     000805eb  PV_Gate_Enable_init                      
    1     00001510  P_Set                                    
    1     0000e0b0  Pbt                                      
    0     000805a8  Periodic_Tick_100mSec_init               
    1     00001512  Pexp_max                                 
    1     00001514  Pgrid                                    
    1     0000e0b2  Pgrid1                                   
    1     0000e09c  Pgrid1_c                                 
    1     0000e0b4  Pgrid2                                   
    1     0000e09e  Pgrid2_c                                 
    1     00001516  Pimp_max                                 
    0     000803ce  PinMux_init                              
    1     0000e0b6  Pinv1                                    
    1     0000e0a0  Pinv1_c                                  
    1     0000e0b8  Pinv2                                    
    0     00086640  Power_Control_initialize                 
    0     00086553  Power_Control_step                       
    1     0000e0ae  Ppv                                      
    1     00001518  Q_Set                                    
    1     000103c8  R_OFR                                    
    1     000103ca  R_OFR_Time                               
    0     00086ff9  RamfuncsLoadEnd                          
    abs   000001f9  RamfuncsLoadSize                         
    0     00086e00  RamfuncsLoadStart                        
    0     000081f9  RamfuncsRunEnd                           
    abs   000001f9  RamfuncsRunSize                          
    0     00008000  RamfuncsRunStart                         
    1     000103cc  Recon_Block_Timer                        
    1     00001540  Reset_bat                                
    0     0008597e  SCI_clearInterruptStatus                 
    0     00085947  SCI_disableInterrupt                     
    0     00085911  SCI_enableInterrupt                      
    0     000858c6  SCI_getInterruptStatus                   
    0     000803c9  SCI_init                                 
    0     00085842  SCI_readCharArray                        
    0     0008581a  SCI_setBaud                              
    0     00085797  SCI_setConfig                            
    0     00085779  SCI_setWakeFlag                          
    0     000856f0  SCI_writeCharArray                       
    0     000082a1  SPI_Fail_Flag                            
    0     0000820f  SPI_Rx_Complete                          
    0     000082a2  SPI_TimeOut_Flag                         
    0     000802ad  SPI_TimeOut_Timer_init                   
    0     00008210  SPI_Tx_Complete                          
    0     00084435  SPI_clearInterruptStatus                 
    0     00084404  SPI_disableInterrupt                     
    0     000843d3  SPI_enableInterrupt                      
    0     0008439d  SPI_getInterruptStatus                   
    0     0008025c  SPI_init                                 
    0     00083f1f  SPI_pollingFIFOTransaction               
    0     0008430b  SPI_pollingNonFIFOTransaction            
    0     000842da  SPI_receive16Bits                        
    0     000842a1  SPI_receive24Bits                        
    0     00084262  SPI_receive32Bits                        
    0     0008422b  SPI_setBaudRate                          
    0     000841cc  SPI_setConfig                            
    0     0008419b  SPI_transmit24Bits                       
    0     0008417f  SPI_transmit32Bits                       
    0     0008022d  SYNC_init                                
    0     00080118  SYSCTL_init                              
    0     000082a3  Shutdown_Wait_Over_Flag                  
    1     000103e0  State_Machine_DW                         
    1     000103e3  State_Machine_U                          
    1     000103ec  State_Machine_Y                          
    0     00086856  State_Machine_initialize                 
    0     000867b9  State_Machine_step                       
    0     000867b8  State_Machine_terminate                  
    1     00010280  Stats                                    
    1     00001484  Synch_flag                               
    0     000081f5  SysCtl_delay                             
    0     00084e2d  SysCtl_getAuxClock                       
    0     00084d8e  SysCtl_getClock                          
    0     00084de9  SysCtl_getDeviceParametric               
    0     00084dd4  SysCtl_getLowSpeedClock                  
    0     00084a13  SysCtl_selectOscSource                   
    0     00084c2b  SysCtl_selectOscSourceAuxPLL             
    0     00084986  SysCtl_selectXTAL                        
    0     00084c54  SysCtl_setAuxClock                       
    0     00084a4f  SysCtl_setClock                          
    0     000082a4  UART_ACK_Rcvd_Flag                       
    0     000082a5  UART_NAK_Rcvd_Flag                       
    1     000103c6  UFR_Time                                 
    1     000103d0  UVR_Time                                 
    0     00080100  V_MUX_IN1_init                           
    0     000800e8  V_MUX_IN2_init                           
    1     00001496  V_error                                  
    1     000103c0  V_grid1                                  
    1     000103c2  V_grid2                                  
    1     0000151a  V_synch_error                            
    1     00001538  Vac                                      
    0     00008240  Vaux_hi_limit                            
    1     0000e010  Vaux_in                                  
    0     00008242  Vaux_lo_limit                            
    1     0000e040  Vaux_m                                   
    0     00008276  Vaux_offset                              
    0     00088a50  Vaux_offset_hi_limit                     
    0     00088a52  Vaux_offset_lo_limit                     
    1     0000e070  Vaux_offset_m                            
    1     00001548  Vbat                                     
    1     0000f2c0  Vbat_db                                  
    0     0000824c  Vbat_hi_limit                            
    1     0000e00e  Vbat_in                                  
    0     0000824e  Vbat_lo_limit                            
    1     0000e03c  Vbat_m                                   
    1     0000e08e  Vbat_max                                 
    0     00008284  Vbat_offset                              
    0     00088a60  Vbat_offset_hi_limit                     
    0     00088a62  Vbat_offset_lo_limit                     
    1     0000e06a  Vbat_offset_m                            
    1     0000154a  Vbus                                     
    1     0000151c  Vbus_c1                                  
    1     0000efc0  Vbus_c1_db                               
    1     0000e00b  Vbus_c1_in                               
    1     0000e036  Vbus_c1_m                                
    1     0000e088  Vbus_c1_max                              
    1     0000151e  Vbus_c2                                  
    1     0000f0c0  Vbus_c2_db                               
    1     0000e00c  Vbus_c2_in                               
    1     0000e038  Vbus_c2_m                                
    1     0000e08a  Vbus_c2_max                              
    1     0000154c  Vbus_char_min                            
    1     0000f1c0  Vbus_db                                  
    1     0000154e  Vbus_dischar_max                         
    1     00001520  Vbus_exp_min                             
    0     0000823c  Vbus_hi_limit                            
    1     00001522  Vbus_imp_max                             
    1     0000e00d  Vbus_in                                  
    0     0000823e  Vbus_lo_limit                            
    1     0000e03a  Vbus_m                                   
    1     0000e08c  Vbus_max                                 
    0     00008274  Vbus_offset                              
    0     00088a4c  Vbus_offset_hi_limit                     
    0     00088a4e  Vbus_offset_lo_limit                     
    1     0000e060  Vbus_offset_m                            
    1     0000153a  Vc_hi                                    
    1     0000153c  Vc_lo                                    
    0     00008270  Vcap1_offset                             
    1     0000e05c  Vcap1_offset_m                           
    0     00008272  Vcap2_offset                             
    1     0000e05e  Vcap2_offset_m                           
    0     00008238  Vcap_hi_limit                            
    0     0000823a  Vcap_lo_limit                            
    0     00088a48  Vcap_offset_hi_limit                     
    0     00088a4a  Vcap_offset_lo_limit                     
    1     00001524  Vgrid1                                   
    1     0000e009  Vgrid1_in                                
    1     0000e032  Vgrid1_m                                 
    0     0000827a  Vgrid1_offset                            
    1     0000e076  Vgrid1_offset_m                          
    1     00001526  Vgrid2                                   
    1     0000e00a  Vgrid2_in                                
    1     0000e034  Vgrid2_m                                 
    0     0000827c  Vgrid2_offset                            
    1     0000e078  Vgrid2_offset_m                          
    1     00001528  Vgrid_A_Ref                              
    0     00008260  Vgrid_hi_limit                           
    0     00008262  Vgrid_lo_limit                           
    0     00088a54  Vgrid_offset_hi_limit                    
    0     00088a56  Vgrid_offset_lo_limit                    
    1     0000152a  Vinv1                                    
    1     0000e3c0  Vinv1_db                                 
    1     0000e003  Vinv1_in                                 
    1     0000e026  Vinv1_m                                  
    1     0000e082  Vinv1_max                                
    0     0000827e  Vinv1_offset                             
    1     0000e062  Vinv1_offset_m                           
    1     0000152c  Vinv2                                    
    1     0000e4c0  Vinv2_db                                 
    1     0000e004  Vinv2_in                                 
    1     0000e028  Vinv2_m                                  
    1     0000e084  Vinv2_max                                
    0     00008280  Vinv2_offset                             
    1     0000e064  Vinv2_offset_m                           
    0     00008244  Vinv_hi_limit                            
    0     00008246  Vinv_lo_limit                            
    0     00088a58  Vinv_offset_hi_limit                     
    0     00088a5a  Vinv_offset_lo_limit                     
    1     0000152e  Vnom_peak                                
    1     00001530  Voltage_Supp_Limit                       
    1     0000ecc0  Vpv1_db                                  
    1     0000e012  Vpv1_in                                  
    1     0000e044  Vpv1_m                                   
    1     0000e090  Vpv1_max                                 
    0     00008264  Vpv1_offset                              
    1     0000e050  Vpv1_offset_m                            
    1     0000edc0  Vpv2_db                                  
    1     0000e014  Vpv2_in                                  
    1     0000e048  Vpv2_m                                   
    1     0000e092  Vpv2_max                                 
    0     00008268  Vpv2_offset                              
    1     0000e052  Vpv2_offset_m                            
    1     0000eec0  Vpv3_db                                  
    1     0000e016  Vpv3_in                                  
    1     0000e04c  Vpv3_m                                   
    1     0000e094  Vpv3_max                                 
    0     0000826c  Vpv3_offset                              
    1     0000e054  Vpv3_offset_m                            
    0     00008234  Vpv_hi_limit                             
    0     00008236  Vpv_lo_limit                             
    0     00088a40  Vpv_offset_hi_limit                      
    0     00088a42  Vpv_offset_lo_limit                      
    1     0000153e  Vrms_k                                   
    0     00088db8  __TI_CINIT_Base                          
    0     00088ddc  __TI_CINIT_Limit                         
    0     00088ddc  __TI_CINIT_Warm                          
    0     00088d96  __TI_Handler_Table_Base                  
    0     00088d9c  __TI_Handler_Table_Limit                 
    1     0000051a  __TI_STACK_END                           
    abs   000003f8  __TI_STACK_SIZE                          
    0     00086c63  __TI_auto_init_nobinit_nopinit           
    0     000082d0  __TI_cleanup_ptr                         
    0     00086c35  __TI_decompress_lzss                     
    0     00086d88  __TI_decompress_none                     
    0     000082d2  __TI_dtors_ptr                           
    0     000082ce  __TI_enable_exit_profile_output          
    abs   ffffffff  __TI_pprof_out_hndl                      
    abs   ffffffff  __TI_prof_data_size                      
    abs   ffffffff  __TI_prof_data_start                     
    0     00086d97  __TI_zero_init                           
    0     00086c8e  __c28xabi_cmpd                           
    0     00086d38  __c28xabi_ftod                           
    0     00086a80  __c28xabi_mpyd                           
    n/a   UNDEFED   __c_args__                               
    0     00008af4  __claCLAatan2_sp                         
    0     00008af4  __claCLAcos_sp                           
    0     00008af4  __claCLAsin_sp                           
    0     00085efd  __error__                                
    1     00000122  __stack                                  
    0     00086d6b  _args_main                               
    0     00086d54  _c_int00                                 
    0     000082e0  _lock                                    
    0     00086d7f  _nop                                     
    0     00086d7b  _register_lock                           
    0     00086d77  _register_unlock                         
    0     00083941  _system_post_cinit                       
    0     00086d9d  _system_pre_init                         
    0     000082e2  _unlock                                  
    0     0008869e  _vcu0_twiddleFactors                     
    0     00086cb8  abort                                    
    0     00008209  alert_bit_field                          
    1     000103fe  all_sensors_results                      
    0     000082ab  balancer_operation_reqd                  
    0     0000829a  battery_available                        
    0     00008300  buffer1Q15                               
    0     00008340  buffer2Q15                               
    1     0000e0a8  bus_cap_volt_diff                        
    0     000082a9  calculate_dc_Offsets                     
    0     00086b77  ceilf                                    
    0     000861bd  check_grid                               
    1     00010216  check_pv1                                
    1     00010224  check_pv2                                
    1     00010232  check_pv3                                
    0     000082db  cm4_buffer_pending                       
    1     000102b8  cm4_rx_buf                               
    0     000082dd  cm4_rx_buffer_index                      
    1     000102ea  cm4_tx_buf                               
    0     00080000  code_start                               
    0     000846bc  configs_update                           
    0     00008215  control_enable_aux                       
    0     00008214  control_enable_bat                       
    0     00008216  control_enable_inv                       
    0     00008211  control_enable_pv1                       
    0     00008212  control_enable_pv2                       
    0     00008213  control_enable_pv3                       
    1     00010240  crc_result                               
    0     000082a6  dc_bus_balanced                          
    0     000082aa  dc_offsets_calculated                    
    1     00001486  debug_1                                  
    1     00001488  debug_2                                  
    1     0000148a  debug_3                                  
    1     0000148c  debug_4                                  
    1     0000148e  debug_5                                  
    0     000082da  debug_buffer_pending                     
    1     0000e002  debug_counter                            
    1     0000e001  debug_logged                             
    1     0001031c  debug_rx_buf                             
    0     000082dc  debug_rx_buffer_index                    
    1     0000f4bb  debug_var1                               
    1     0000f8a3  debug_var2                               
    1     0000fc8b  debug_var3                               
    1     0001043c  diagnostics_id                           
    1     0001043e  diagnostics_ptr                          
    0     000082de  diagnostics_req_pending                  
    1     00010203  encoded_state_machine_input              
    1     00010202  encoded_state_machine_output             
    0     00086cba  exit                                     
    1     0000e0a6  fgrid_m                                  
    1     00001532  fnom                                     
    0     00008205  freq_send_pending                        
    1     00010074  fundamental_values                       
    0     0000829e  grid_available                           
    0     0000820c  grid_freq_state                          
    0     00008203  grid_power_exec_counter                  
    0     0000820a  grid_relay_state                         
    1     0000e000  grid_voltage_sampled                     
    1     00010370  grid_voltage_samples                     
    0     0000820d  grid_volts_state                         
    1     00010206  handleCFFT                               
    0     00008207  hardware_trip_state                      
    1     00010390  harm_eff_values                          
    0     000846a4  initialize_crc_calculator                
    0     00084673  initialize_default_configs               
    0     0008464b  initialize_spi_buffer                    
    0     00008222  is_duty_calculated_aux                   
    0     00008221  is_duty_calculated_bat                   
    0     00008223  is_duty_calculated_inv                   
    0     0000821e  is_duty_calculated_pv1                   
    0     0000821f  is_duty_calculated_pv2                   
    0     00008220  is_duty_calculated_pv3                   
    0     0000821c  is_tripped_aux                           
    0     0000821b  is_tripped_bat                           
    0     0000821d  is_tripped_inv                           
    0     00008218  is_tripped_pv1                           
    0     00008219  is_tripped_pv2                           
    0     0000821a  is_tripped_pv3                           
    0     0000820b  load_relay_state                         
    1     000103b0  magFFT                                   
    0     00083506  main                                     
    0     00008217  master_control_enable                    
    0     00086cff  memcpy                                   
    0     00086d90  memset                                   
    0     000800a4  myCLA0_init                              
    0     0008009b  myINPUTXBARINPUT0_init                   
    0     00080092  myINPUTXBARINPUT1_init                   
    0     00080089  myINPUTXBARINPUT2_init                   
    0     00080080  myINPUTXBARINPUT3_init                   
    0     000851f1  perform_sensor_calibration               
    0     00084fb5  perform_sensors_checks                   
    0     00084e7f  populate_all_sensor_results              
    0     00084e64  prepare_post_bytes                       
    0     000864eb  print_to_debug_uart                      
    0     00086501  process_cm4_rx_buffer                    
    0     000864f9  process_debug_rx_buffer                  
    0     0000829b  pv1_available                            
    0     0000829c  pv2_available                            
    0     0000829d  pv3_available                            
    0     0000829f  pv_available                             
    0     00008202  pv_execution_counter                     
    1     000104b2  rData                                    
    1     00010356  rtInf                                    
    1     00010350  rtInfF                                   
    1     0001035a  rtMinusInf                               
    1     00010352  rtMinusInfF                              
    1     0001035e  rtNaN                                    
    1     00010354  rtNaNF                                   
    0     000082ac  rx_Data                                  
    1     00010442  sData                                    
    0     00008206  safety_trip_flag                         
    0     0008643e  send_diagnostics_buffer                  
    1     000103fa  sensor_result_bit_position               
    1     0000e340  sines_aux                                
    1     0000e140  sines_grid_L1                            
    1     0000e1c0  sines_grid_L2                            
    1     0000e240  sines_load_L1                            
    1     0000e2c0  sines_load_L2                            
    0     000082d9  stats_sent_to_IM                         
    0     0008446c  stats_update                             
    0     00008232  tick_100mSec_counter                     
    1     0000e024  time_diff                                
    1     0000e0a2  tmp1                                     
    1     0000e0a4  tmp2                                     
    0     0008642b  transmit_on_cm4_uart                     
    0     00008208  trip_bit_field                           
    1     00010241  trip_clear_counter                       
    0     000082ae  tx_Data                                  
    0     0008814e  vcu2_twiddleFactors                      
    0     00008204  zero_crossing_detected                   
    
    
    GLOBAL SYMBOLS: SORTED BY Symbol Address 
    
    page  address   name                                     
    ----  -------   ----                                     
    0     00008000  Flash_wakeFromLPM                        
    0     00008000  RamfuncsRunStart                         
    0     0000805e  Flash_powerDown                          
    0     000080c3  Flash_initModule                         
    0     000081f5  SysCtl_delay                             
    0     000081f9  RamfuncsRunEnd                           
    0     000081fa  Example_Result                           
    0     000081fc  Example_PassCount                        
    0     000081fe  Example_Fail                             
    0     00008200  ISR_counter                              
    0     00008201  JEM_execute_pending                      
    0     00008202  pv_execution_counter                     
    0     00008203  grid_power_exec_counter                  
    0     00008204  zero_crossing_detected                   
    0     00008205  freq_send_pending                        
    0     00008206  safety_trip_flag                         
    0     00008207  hardware_trip_state                      
    0     00008208  trip_bit_field                           
    0     00008209  alert_bit_field                          
    0     0000820a  grid_relay_state                         
    0     0000820b  load_relay_state                         
    0     0000820c  grid_freq_state                          
    0     0000820d  grid_volts_state                         
    0     0000820e  LED_Toggle_Counter                       
    0     0000820f  SPI_Rx_Complete                          
    0     00008210  SPI_Tx_Complete                          
    0     00008211  control_enable_pv1                       
    0     00008212  control_enable_pv2                       
    0     00008213  control_enable_pv3                       
    0     00008214  control_enable_bat                       
    0     00008215  control_enable_aux                       
    0     00008216  control_enable_inv                       
    0     00008217  master_control_enable                    
    0     00008218  is_tripped_pv1                           
    0     00008219  is_tripped_pv2                           
    0     0000821a  is_tripped_pv3                           
    0     0000821b  is_tripped_bat                           
    0     0000821c  is_tripped_aux                           
    0     0000821d  is_tripped_inv                           
    0     0000821e  is_duty_calculated_pv1                   
    0     0000821f  is_duty_calculated_pv2                   
    0     00008220  is_duty_calculated_pv3                   
    0     00008221  is_duty_calculated_bat                   
    0     00008222  is_duty_calculated_aux                   
    0     00008223  is_duty_calculated_inv                   
    0     00008230  Freq_Count                               
    0     00008232  tick_100mSec_counter                     
    0     00008234  Vpv_hi_limit                             
    0     00008236  Vpv_lo_limit                             
    0     00008238  Vcap_hi_limit                            
    0     0000823a  Vcap_lo_limit                            
    0     0000823c  Vbus_hi_limit                            
    0     0000823e  Vbus_lo_limit                            
    0     00008240  Vaux_hi_limit                            
    0     00008242  Vaux_lo_limit                            
    0     00008244  Vinv_hi_limit                            
    0     00008246  Vinv_lo_limit                            
    0     00008248  Ibat_hi_limit                            
    0     0000824a  Ibat_lo_limit                            
    0     0000824c  Vbat_hi_limit                            
    0     0000824e  Vbat_lo_limit                            
    0     00008250  Iinv_hi_limit                            
    0     00008252  Iinv_lo_limit                            
    0     00008254  Iaux_hi_limit                            
    0     00008256  Iaux_lo_limit                            
    0     00008258  Ipv_hi_limit                             
    0     0000825a  Ipv_lo_limit                             
    0     0000825c  Igrid_hi_limit                           
    0     0000825e  Igrid_lo_limit                           
    0     00008260  Vgrid_hi_limit                           
    0     00008262  Vgrid_lo_limit                           
    0     00008264  Vpv1_offset                              
    0     00008266  Ipv1_offset                              
    0     00008268  Vpv2_offset                              
    0     0000826a  Ipv2_offset                              
    0     0000826c  Vpv3_offset                              
    0     0000826e  Ipv3_offset                              
    0     00008270  Vcap1_offset                             
    0     00008272  Vcap2_offset                             
    0     00008274  Vbus_offset                              
    0     00008276  Vaux_offset                              
    0     00008278  Iaux_offset                              
    0     0000827a  Vgrid1_offset                            
    0     0000827c  Vgrid2_offset                            
    0     0000827e  Vinv1_offset                             
    0     00008280  Vinv2_offset                             
    0     00008282  Ibat_offset                              
    0     00008284  Vbat_offset                              
    0     00008286  Iinv1_offset                             
    0     00008288  Iinv2_offset                             
    0     0000828a  Igrid1_offset                            
    0     0000828c  Igrid2_offset                            
    0     0000829a  battery_available                        
    0     0000829b  pv1_available                            
    0     0000829c  pv2_available                            
    0     0000829d  pv3_available                            
    0     0000829e  grid_available                           
    0     0000829f  pv_available                             
    0     000082a0  POST_Fail_Flag                           
    0     000082a1  SPI_Fail_Flag                            
    0     000082a2  SPI_TimeOut_Flag                         
    0     000082a3  Shutdown_Wait_Over_Flag                  
    0     000082a4  UART_ACK_Rcvd_Flag                       
    0     000082a5  UART_NAK_Rcvd_Flag                       
    0     000082a6  dc_bus_balanced                          
    0     000082a7  LED1_Toggle_Enabled                      
    0     000082a8  LED2_Toggle_Enabled                      
    0     000082a9  calculate_dc_Offsets                     
    0     000082aa  dc_offsets_calculated                    
    0     000082ab  balancer_operation_reqd                  
    0     000082ac  rx_Data                                  
    0     000082ae  tx_Data                                  
    0     000082b0  PV1_P                                    
    0     000082b8  PV2_P                                    
    0     000082c0  PV3_P                                    
    0     000082c8  Grid_UV_Flag                             
    0     000082c9  Grid_OV_Flag                             
    0     000082ca  Grid_OF_Flag                             
    0     000082cb  Grid_UF_Flag                             
    0     000082cc  OFR_Flag                                 
    0     000082cd  Grid_Ok                                  
    0     000082ce  __TI_enable_exit_profile_output          
    0     000082d0  __TI_cleanup_ptr                         
    0     000082d2  __TI_dtors_ptr                           
    0     000082d4  IM_clear_trip                            
    0     000082d5  IM_control_enable                        
    0     000082d6  IM_inverter_reset                        
    0     000082d7  IM_grid_relay_command                    
    0     000082d8  IM_load_relay_command                    
    0     000082d9  stats_sent_to_IM                         
    0     000082da  debug_buffer_pending                     
    0     000082db  cm4_buffer_pending                       
    0     000082dc  debug_rx_buffer_index                    
    0     000082dd  cm4_rx_buffer_index                      
    0     000082de  diagnostics_req_pending                  
    0     000082e0  _lock                                    
    0     000082e2  _unlock                                  
    0     00008300  buffer1Q15                               
    0     00008340  buffer2Q15                               
    0     00008800  Cla1ConstLoadStart                       
    0     00008800  Cla1ConstRunStart                        
    0     00008800  Inv_cla_subsystem_P                      
    0     000088f6  AuxMPPT_cla_subsystem_P                  
    0     00008900  Batt_cla_subsystem_P                     
    0     00008940  Inv_cla_subsystem_DW                     
    0     00008978  AuxMPPT_cla_subsystem_DW                 
    0     0000897c  Aux_cla_subsystem_DW                     
    0     00008980  Aux_cla_subsystem_P                      
    0     0000899e  Batt_cla_subsystem_ZCE                   
    0     000089a0  Batt_cla_subsystem_DW                    
    0     00008af4  __claCLAatan2_sp                         
    0     00008af4  __claCLAcos_sp                           
    0     00008af4  __claCLAsin_sp                           
    0     00009800  Cla1funcsRunStart                        
    0     00009800  Inv_cla_subsystem                        
    0     0000a210  Batt_cla_subsystem                       
    0     0000a62c  Aux_cla_subsystem                        
    0     0000a764  AuxMPPT_cla_subsystem                    
    0     0000a7e0  CLAatan2                                 
    0     0000a838  CLAcos                                   
    0     0000a870  CLAsin                                   
    0     0000a8a8  Cla1Task1                                
    0     0000a8d6  Cla1Task2                                
    0     0000a8fe  Cla1Task3                                
    0     0000a91e  Cla1Task4                                
    0     0000a93e  Cla1Task5                                
    0     00080000  code_start                               
    0     00080080  myINPUTXBARINPUT3_init                   
    0     00080089  myINPUTXBARINPUT2_init                   
    0     00080092  myINPUTXBARINPUT1_init                   
    0     0008009b  myINPUTXBARINPUT0_init                   
    0     000800a4  myCLA0_init                              
    0     000800e8  V_MUX_IN2_init                           
    0     00080100  V_MUX_IN1_init                           
    0     00080118  SYSCTL_init                              
    0     0008022d  SYNC_init                                
    0     0008025c  CM4_SPI_init                             
    0     0008025c  SPI_init                                 
    0     000802ad  SPI_TimeOut_Timer_init                   
    0     000802d1  Debug_UART_init                          
    0     0008034d  CM4_UART_init                            
    0     000803c9  SCI_init                                 
    0     000803ce  PinMux_init                              
    0     000805a8  Periodic_Tick_100mSec_init               
    0     000805eb  PV_Gate_Enable_init                      
    0     00080603  On_Grid_Relay_init                       
    0     00080617  Off_Grid_Relay_init                      
    0     0008062b  Master_Relay_init                        
    0     0008063f  MEMCFG_init                              
    0     00080730  JET_Test_Signal_6_init                   
    0     00080744  JET_Test_Signal_5_init                   
    0     00080758  JET_Test_Signal_4_init                   
    0     0008076c  JET_Test_Signal_3_init                   
    0     00080780  JET_Test_Signal_2_init                   
    0     00080794  JET_Test_Signal_1_init                   
    0     000807a8  Inv_Gate_Disable_init                    
    0     000807c0  I_MUX_IN2_init                           
    0     000807d9  I_MUX_IN1_init                           
    0     000807f2  INTERRUPT_init                           
    0     00080861  INPUTXBAR_init                           
    0     0008086a  Debug_LED1_init                          
    0     0008087e  Debug_LED2_init                          
    0     00080896  Disc_Grid_4_PSU_init                     
    0     000808aa  Aux_Disc_Relay_init                      
    0     000808be  Aux_Balance_Relay_init                   
    0     000808d2  Aux_Gate_Disable_init                    
    0     000808ea  Batt_Gate_Disable_init                   
    0     00080902  GPIO_init                                
    0     0008092f  ECAP_init                                
    0     0008092f  Freq_Capture_init                        
    0     000809b7  Freq_Blanking_Timer_init                 
    0     00080ab1  EPWM_init                                
    0     000811d8  CM4_SPI_RX_DMA_init                      
    0     0008122e  CM4_SPI_TX_DMA_init                      
    0     00081283  DMA_init                                 
    0     00081291  DAC_Debug_init                           
    0     00081291  DAC_init                                 
    0     000812ae  CPUTIMER_init                            
    0     000812b5  CLA_init                                 
    0     000812cc  ADC_A_init                               
    0     00081345  ADC_B_init                               
    0     000813b4  ADC_C_init                               
    0     00081417  ADC_D_init                               
    0     00081485  ADC_init                                 
    0     0008148e  Board_init                               
    0     000814b1  INT_Periodic_Tick_100mSec_ISR            
    0     000814ef  INT_JEM_ADC_ISR                          
    0     00081517  INT_Freq_Capture_ISR                     
    0     000815b6  INT_Debug_UART_TX_ISR                    
    0     000815c3  INT_Debug_UART_RX_ISR                    
    0     00081626  INT_CM4_UART_TX_ISR                      
    0     00081633  INT_CM4_UART_RX_ISR                      
    0     0008169b  INT_CM4_SPI_TX_DMA_ISR                   
    0     000816b6  INT_CM4_SPI_RX_DMA_ISR                   
    0     000816d1  ADC_EOC_ISR                              
    0     00083506  main                                     
    0     00083941  _system_post_cinit                       
    0     00083d78  JEM_TestCode_step                        
    0     00083e96  JEM_TestCode_initialize                  
    0     00083f1f  SPI_pollingFIFOTransaction               
    0     0008417f  SPI_transmit32Bits                       
    0     0008419b  SPI_transmit24Bits                       
    0     000841cc  SPI_setConfig                            
    0     0008422b  SPI_setBaudRate                          
    0     00084262  SPI_receive32Bits                        
    0     000842a1  SPI_receive24Bits                        
    0     000842da  SPI_receive16Bits                        
    0     0008430b  SPI_pollingNonFIFOTransaction            
    0     0008439d  SPI_getInterruptStatus                   
    0     000843d3  SPI_enableInterrupt                      
    0     00084404  SPI_disableInterrupt                     
    0     00084435  SPI_clearInterruptStatus                 
    0     0008446c  stats_update                             
    0     0008464b  initialize_spi_buffer                    
    0     00084673  initialize_default_configs               
    0     000846a4  initialize_crc_calculator                
    0     000846bc  configs_update                           
    0     00084986  SysCtl_selectXTAL                        
    0     00084a13  SysCtl_selectOscSource                   
    0     00084a4f  SysCtl_setClock                          
    0     00084c2b  SysCtl_selectOscSourceAuxPLL             
    0     00084c54  SysCtl_setAuxClock                       
    0     00084d8e  SysCtl_getClock                          
    0     00084dd4  SysCtl_getLowSpeedClock                  
    0     00084de9  SysCtl_getDeviceParametric               
    0     00084e2d  SysCtl_getAuxClock                       
    0     00084e64  prepare_post_bytes                       
    0     00084e7f  populate_all_sensor_results              
    0     00084fb5  perform_sensors_checks                   
    0     000851f1  perform_sensor_calibration               
    0     000852f4  MemCfg_unlockConfig                      
    0     00085348  MemCfg_setTestMode                       
    0     000853e1  MemCfg_setProtection                     
    0     0008547d  MemCfg_setLSRAMMasterSel                 
    0     000854e4  MemCfg_lockConfig                        
    0     00085533  MemCfg_initSections                      
    0     00085594  MemCfg_getViolationAddress               
    0     000855df  MemCfg_getUncorrErrorAddress             
    0     00085620  MemCfg_getInitStatus                     
    0     00085693  MemCfg_getCorrErrorAddress               
    0     000856a1  MemCfg_commitConfig                      
    0     000856f0  SCI_writeCharArray                       
    0     00085779  SCI_setWakeFlag                          
    0     00085797  SCI_setConfig                            
    0     0008581a  SCI_setBaud                              
    0     00085842  SCI_readCharArray                        
    0     000858c6  SCI_getInterruptStatus                   
    0     00085911  SCI_enableInterrupt                      
    0     00085947  SCI_disableInterrupt                     
    0     0008597e  SCI_clearInterruptStatus                 
    0     000859d0  GPIO_setQualificationPeriod              
    0     00085a05  GPIO_setQualificationMode                
    0     00085a35  GPIO_setPinConfig                        
    0     00085a65  GPIO_setPadConfig                        
    0     00085ab2  GPIO_setMasterCore                       
    0     00085ae2  GPIO_setInterruptPin                     
    0     00085b18  GPIO_setDirectionMode                    
    0     00085b44  GPIO_setAnalogMode                       
    0     00085b74  GPIO_getQualificationMode                
    0     00085b9e  GPIO_getPadConfig                        
    0     00085bd5  GPIO_getDirectionMode                    
    0     00085bf2  DMA_configWrap                           
    0     00085c3a  DMA_configTransfer                       
    0     00085c79  DMA_configMode                           
    0     00085d2c  DMA_configBurst                          
    0     00085d5f  DMA_configAddresses                      
    0     00085d92  ADC_setPPBTripLimits                     
    0     00085dfa  ADC_setOffsetTrim                        
    0     00085e4e  ADC_setINLTrim                           
    0     00085ec1  ADC_setMode                              
    0     00085efd  __error__                                
    0     00085f00  Example_setResultPass                    
    0     00085f05  Example_setResultFail                    
    0     00085f0a  Example_done                             
    0     00085f0b  Device_enableUnbondedGPIOPullupsFor176Pin
    0     00085f1e  Device_enableUnbondedGPIOPullupsFor100Pin
    0     00085f3b  Device_enableUnbondedGPIOPullups         
    0     00085f4b  Device_initGPIO                          
    0     00085f69  Device_configureTMXAnalogTrim            
    0     00085f9c  Device_enableAllPeripherals              
    0     00086006  Device_init                              
    0     00086060  Interrupt_initVectorTable                
    0     0008607d  Interrupt_initModule                     
    0     000860c0  Interrupt_enable                         
    0     0008616d  Interrupt_disable                        
    0     000861bd  check_grid                               
    0     0008630b  Inv_cla_subsystem_initialize             
    0     00086310  Inv_cla_subsystem_Start                  
    0     00086315  Inv_cla_subsystem_Reset                  
    0     000863a0  Inv_cla_subsystem_Init                   
    0     0008642b  transmit_on_cm4_uart                     
    0     0008643e  send_diagnostics_buffer                  
    0     000864eb  print_to_debug_uart                      
    0     000864f9  process_debug_rx_buffer                  
    0     00086501  process_cm4_rx_buffer                    
    0     00086553  Power_Control_step                       
    0     00086640  Power_Control_initialize                 
    0     0008664a  CFFT_run32Pt                             
    0     000866f5  CFFT_init32Pt                            
    0     0008670f  Inv_Controller_step                      
    0     00086718  Inv_Controller_initialize                
    0     000867b8  State_Machine_terminate                  
    0     000867b9  State_Machine_step                       
    0     00086856  State_Machine_initialize                 
    0     00086857  PV1_Controller_C28_step                  
    0     000868c8  PV1_Controller_C28_initialize            
    0     000868e3  PV2_Controller_C28_step                  
    0     00086954  PV2_Controller_C28_initialize            
    0     0008696f  PV3_Controller_C28_step                  
    0     000869e0  PV3_Controller_C28_initialize            
    0     000869fc  CRC_run16BitPoly1                        
    0     00086a38  CRC_run16BitPoly2                        
    0     00086a74  CRC_run16BitPoly1Reflected               
    0     00086a79  CRC_run16BitPoly2Reflected               
    0     00086a7e  CRC_init16Bit                            
    0     00086a80  __c28xabi_mpyd                           
    0     00086b03  Battery_Controller_step                  
    0     00086b07  Battery_Controller_initialize            
    0     00086b77  ceilf                                    
    0     00086bcf  Batt_cla_subsystem_initialize            
    0     00086bd8  Batt_cla_subsystem_Reset                 
    0     00086bef  Batt_cla_subsystem_Init                  
    0     00086c06  ECAP_setEmulationMode                    
    0     00086c35  __TI_decompress_lzss                     
    0     00086c63  __TI_auto_init_nobinit_nopinit           
    0     00086c8e  __c28xabi_cmpd                           
    0     00086cb8  C$$EXIT                                  
    0     00086cb8  abort                                    
    0     00086cba  exit                                     
    0     00086ce1  CPUTimer_setEmulationMode                
    0     00086cff  memcpy                                   
    0     00086d1c  CLA_setTriggerSource                     
    0     00086d38  __c28xabi_ftod                           
    0     00086d54  _c_int00                                 
    0     00086d6b  _args_main                               
    0     00086d77  _register_unlock                         
    0     00086d7b  _register_lock                           
    0     00086d7f  _nop                                     
    0     00086d88  __TI_decompress_none                     
    0     00086d90  memset                                   
    0     00086d97  __TI_zero_init                           
    0     00086d9d  _system_pre_init                         
    0     00086e00  RamfuncsLoadStart                        
    0     00086ff9  RamfuncsLoadEnd                          
    0     00087000  Cla1funcsLoadStart                       
    0     0008814e  Cla1funcsLoadEnd                         
    0     0008814e  vcu2_twiddleFactors                      
    0     0008869e  _vcu0_twiddleFactors                     
    0     00088a36  JEMM                                     
    0     00088a40  Vpv_offset_hi_limit                      
    0     00088a42  Vpv_offset_lo_limit                      
    0     00088a44  Ipv_offset_hi_limit                      
    0     00088a46  Ipv_offset_lo_limit                      
    0     00088a48  Vcap_offset_hi_limit                     
    0     00088a4a  Vcap_offset_lo_limit                     
    0     00088a4c  Vbus_offset_hi_limit                     
    0     00088a4e  Vbus_offset_lo_limit                     
    0     00088a50  Vaux_offset_hi_limit                     
    0     00088a52  Vaux_offset_lo_limit                     
    0     00088a54  Vgrid_offset_hi_limit                    
    0     00088a56  Vgrid_offset_lo_limit                    
    0     00088a58  Vinv_offset_hi_limit                     
    0     00088a5a  Vinv_offset_lo_limit                     
    0     00088a5c  Ibat_offset_hi_limit                     
    0     00088a5e  Ibat_offset_lo_limit                     
    0     00088a60  Vbat_offset_hi_limit                     
    0     00088a62  Vbat_offset_lo_limit                     
    0     00088a64  Iinv_offset_hi_limit                     
    0     00088a66  Iinv_offset_lo_limit                     
    0     00088a68  Iaux_offset_hi_limit                     
    0     00088a6a  Iaux_offset_lo_limit                     
    0     00088a6c  Igrid_offset_hi_limit                    
    0     00088a6e  Igrid_offset_lo_limit                    
    0     00088d96  __TI_Handler_Table_Base                  
    0     00088d9c  __TI_Handler_Table_Limit                 
    0     00088db8  __TI_CINIT_Base                          
    0     00088ddc  __TI_CINIT_Limit                         
    0     00088ddc  __TI_CINIT_Warm                          
    1     00000122  __stack                                  
    1     0000051a  __TI_STACK_END                           
    1     00001400  Cla1Regs                                 
    1     00001480  D_Inv_1                                  
    1     00001482  Load_relay                               
    1     00001484  Synch_flag                               
    1     00001486  debug_1                                  
    1     00001488  debug_2                                  
    1     0000148a  debug_3                                  
    1     0000148c  debug_4                                  
    1     0000148e  debug_5                                  
    1     00001490  Dlo1                                     
    1     00001492  Iref                                     
    1     00001494  Iref_dc                                  
    1     00001496  V_error                                  
    1     00001498  D_bat                                    
    1     0000149a  I_batt_read                              
    1     0000149c  I_ref                                    
    1     0000149e  Iref_rms_mppt                            
    1     00001500  Grid_A_Command                           
    1     00001502  Grid_good                                
    1     00001504  Grid_relay_status                        
    1     00001506  Igrid1                                   
    1     00001508  Igrid2                                   
    1     0000150a  Iinv1                                    
    1     0000150c  Iinv2                                    
    1     0000150e  PFset                                    
    1     00001510  P_Set                                    
    1     00001512  Pexp_max                                 
    1     00001514  Pgrid                                    
    1     00001516  Pimp_max                                 
    1     00001518  Q_Set                                    
    1     0000151a  V_synch_error                            
    1     0000151c  Vbus_c1                                  
    1     0000151e  Vbus_c2                                  
    1     00001520  Vbus_exp_min                             
    1     00001522  Vbus_imp_max                             
    1     00001524  Vgrid1                                   
    1     00001526  Vgrid2                                   
    1     00001528  Vgrid_A_Ref                              
    1     0000152a  Vinv1                                    
    1     0000152c  Vinv2                                    
    1     0000152e  Vnom_peak                                
    1     00001530  Voltage_Supp_Limit                       
    1     00001532  fnom                                     
    1     00001534  Iac                                      
    1     00001536  Iref_rms                                 
    1     00001538  Vac                                      
    1     0000153a  Vc_hi                                    
    1     0000153c  Vc_lo                                    
    1     0000153e  Vrms_k                                   
    1     00001540  Reset_bat                                
    1     00001542  Ibat                                     
    1     00001544  Ichar_max                                
    1     00001546  Idischar_max                             
    1     00001548  Vbat                                     
    1     0000154a  Vbus                                     
    1     0000154c  Vbus_char_min                            
    1     0000154e  Vbus_dischar_max                         
    1     00004100  EPwm2Regs                                
    1     00004200  EPwm3Regs                                
    1     00004300  EPwm4Regs                                
    1     00004400  EPwm5Regs                                
    1     00007f00  GpioDataRegs                             
    1     0000e000  grid_voltage_sampled                     
    1     0000e001  debug_logged                             
    1     0000e002  debug_counter                            
    1     0000e003  Vinv1_in                                 
    1     0000e004  Vinv2_in                                 
    1     0000e005  Iinv1_in                                 
    1     0000e006  Iinv2_in                                 
    1     0000e007  Igrid1_in                                
    1     0000e008  Igrid2_in                                
    1     0000e009  Vgrid1_in                                
    1     0000e00a  Vgrid2_in                                
    1     0000e00b  Vbus_c1_in                               
    1     0000e00c  Vbus_c2_in                               
    1     0000e00d  Vbus_in                                  
    1     0000e00e  Vbat_in                                  
    1     0000e00f  Ibat_in                                  
    1     0000e010  Vaux_in                                  
    1     0000e011  Iaux_in                                  
    1     0000e012  Vpv1_in                                  
    1     0000e013  Ipv1_in                                  
    1     0000e014  Vpv2_in                                  
    1     0000e015  Ipv2_in                                  
    1     0000e016  Vpv3_in                                  
    1     0000e017  Ipv3_in                                  
    1     0000e024  time_diff                                
    1     0000e026  Vinv1_m                                  
    1     0000e028  Vinv2_m                                  
    1     0000e02a  Iinv1_m                                  
    1     0000e02c  Iinv2_m                                  
    1     0000e02e  Igrid1_m                                 
    1     0000e030  Igrid2_m                                 
    1     0000e032  Vgrid1_m                                 
    1     0000e034  Vgrid2_m                                 
    1     0000e036  Vbus_c1_m                                
    1     0000e038  Vbus_c2_m                                
    1     0000e03a  Vbus_m                                   
    1     0000e03c  Vbat_m                                   
    1     0000e03e  Ibat_m                                   
    1     0000e040  Vaux_m                                   
    1     0000e042  Iaux_m                                   
    1     0000e044  Vpv1_m                                   
    1     0000e046  Ipv1_m                                   
    1     0000e048  Vpv2_m                                   
    1     0000e04a  Ipv2_m                                   
    1     0000e04c  Vpv3_m                                   
    1     0000e04e  Ipv3_m                                   
    1     0000e050  Vpv1_offset_m                            
    1     0000e052  Vpv2_offset_m                            
    1     0000e054  Vpv3_offset_m                            
    1     0000e056  Ipv1_offset_m                            
    1     0000e058  Ipv2_offset_m                            
    1     0000e05a  Ipv3_offset_m                            
    1     0000e05c  Vcap1_offset_m                           
    1     0000e05e  Vcap2_offset_m                           
    1     0000e060  Vbus_offset_m                            
    1     0000e062  Vinv1_offset_m                           
    1     0000e064  Vinv2_offset_m                           
    1     0000e066  Iinv1_offset_m                           
    1     0000e068  Iinv2_offset_m                           
    1     0000e06a  Vbat_offset_m                            
    1     0000e06c  Ibat_offset_m                            
    1     0000e06e  Iaux_offset_m                            
    1     0000e070  Vaux_offset_m                            
    1     0000e072  Igrid1_offset_m                          
    1     0000e074  Igrid2_offset_m                          
    1     0000e076  Vgrid1_offset_m                          
    1     0000e078  Vgrid2_offset_m                          
    1     0000e07a  Iinv1_max                                
    1     0000e07c  Iinv2_max                                
    1     0000e07e  Igrid1_max                               
    1     0000e080  Igrid2_max                               
    1     0000e082  Vinv1_max                                
    1     0000e084  Vinv2_max                                
    1     0000e086  Iaux_max                                 
    1     0000e088  Vbus_c1_max                              
    1     0000e08a  Vbus_c2_max                              
    1     0000e08c  Vbus_max                                 
    1     0000e08e  Vbat_max                                 
    1     0000e090  Vpv1_max                                 
    1     0000e092  Vpv2_max                                 
    1     0000e094  Vpv3_max                                 
    1     0000e096  Ipv1_max                                 
    1     0000e098  Ipv2_max                                 
    1     0000e09a  Ipv3_max                                 
    1     0000e09c  Pgrid1_c                                 
    1     0000e09e  Pgrid2_c                                 
    1     0000e0a0  Pinv1_c                                  
    1     0000e0a2  tmp1                                     
    1     0000e0a4  tmp2                                     
    1     0000e0a6  fgrid_m                                  
    1     0000e0a8  bus_cap_volt_diff                        
    1     0000e0aa  Fgrid_hi_limit                           
    1     0000e0ac  Fgrid_lo_limit                           
    1     0000e0ae  Ppv                                      
    1     0000e0b0  Pbt                                      
    1     0000e0b2  Pgrid1                                   
    1     0000e0b4  Pgrid2                                   
    1     0000e0b6  Pinv1                                    
    1     0000e0b8  Pinv2                                    
    1     0000e140  sines_grid_L1                            
    1     0000e1c0  sines_grid_L2                            
    1     0000e240  sines_load_L1                            
    1     0000e2c0  sines_load_L2                            
    1     0000e340  sines_aux                                
    1     0000e3c0  Vinv1_db                                 
    1     0000e4c0  Vinv2_db                                 
    1     0000e5c0  Iinv1_db                                 
    1     0000e6c0  Iinv2_db                                 
    1     0000e7c0  Igrid1_db                                
    1     0000e8c0  Igrid2_db                                
    1     0000e9c0  Ipv1_db                                  
    1     0000eac0  Ipv2_db                                  
    1     0000ebc0  Ipv3_db                                  
    1     0000ecc0  Vpv1_db                                  
    1     0000edc0  Vpv2_db                                  
    1     0000eec0  Vpv3_db                                  
    1     0000efc0  Vbus_c1_db                               
    1     0000f0c0  Vbus_c2_db                               
    1     0000f1c0  Vbus_db                                  
    1     0000f2c0  Vbat_db                                  
    1     0000f3c0  Ibat_db                                  
    1     0000f4bb  debug_var1                               
    1     0000f8a3  debug_var2                               
    1     0000fc8b  debug_var3                               
    1     00010074  fundamental_values                       
    1     00010082  JEMY                                     
    1     000100c0  JEMU                                     
    1     00010100  JEMDW_l                                  
    1     00010202  encoded_state_machine_output             
    1     00010203  encoded_state_machine_input              
    1     00010204  Bytes_Sum                                
    1     00010205  Check_Sum                                
    1     00010206  handleCFFT                               
    1     00010208  CFFT                                     
    1     00010216  check_pv1                                
    1     00010224  check_pv2                                
    1     00010232  check_pv3                                
    1     00010240  crc_result                               
    1     00010241  trip_clear_counter                       
    1     0001025a  Configs                                  
    1     00010280  Stats                                    
    1     000102b8  cm4_rx_buf                               
    1     000102ea  cm4_tx_buf                               
    1     0001031c  debug_rx_buf                             
    1     0001034e  PC_Y                                     
    1     00010350  rtInfF                                   
    1     00010352  rtMinusInfF                              
    1     00010354  rtNaNF                                   
    1     00010356  rtInf                                    
    1     0001035a  rtMinusInf                               
    1     0001035e  rtNaN                                    
    1     00010362  PC_DW_l                                  
    1     00010368  PC_U                                     
    1     00010370  grid_voltage_samples                     
    1     00010390  harm_eff_values                          
    1     000103b0  magFFT                                   
    1     000103c0  V_grid1                                  
    1     000103c2  V_grid2                                  
    1     000103c4  OFR_Time                                 
    1     000103c6  UFR_Time                                 
    1     000103c8  R_OFR                                    
    1     000103ca  R_OFR_Time                               
    1     000103cc  Recon_Block_Timer                        
    1     000103ce  OVR_Time                                 
    1     000103d0  UVR_Time                                 
    1     000103e0  State_Machine_DW                         
    1     000103e3  State_Machine_U                          
    1     000103ec  State_Machine_Y                          
    1     000103fa  sensor_result_bit_position               
    1     000103fb  POST_Result_Byte0                        
    1     000103fc  POST_Result_Byte1                        
    1     000103fe  all_sensors_results                      
    1     00010402  PV1_Y                                    
    1     00010406  PV1_DWork                                
    1     0001040c  PV1_U                                    
    1     00010416  PV2_Y                                    
    1     0001041a  PV2_DWork                                
    1     00010420  PV2_U                                    
    1     0001042a  PV3_Y                                    
    1     0001042e  PV3_DWork                                
    1     00010434  PV3_U                                    
    1     0001043c  diagnostics_id                           
    1     0001043e  diagnostics_ptr                          
    1     00010442  sData                                    
    1     000104b2  rData                                    
    1     0005d300  CpuSysRegs                               
    1     0005f400  MemCfgRegs                               
    abs   00000000  Cla1ConstLoadSize                        
    abs   00000100  CLA_SCRATCHPAD_SIZE                      
    abs   000001f9  RamfuncsLoadSize                         
    abs   000001f9  RamfuncsRunSize                          
    abs   000003f8  __TI_STACK_SIZE                          
    abs   0000114e  Cla1funcsLoadSize                        
    abs   0000f870  CLAatan2HalfPITable                      
    abs   0000f876  CLAatan2Table                            
    abs   0000fd0a  CLAsincosTable_Sin0                      
    abs   0000fd4a  CLAsincosTable_Cos0                      
    abs   0000fe4e  CLAsincosTable_TABLE_SIZEDivTwoPi        
    abs   0000fe50  CLAsincosTable_TwoPiDivTABLE_SIZE        
    abs   0000fe52  CLAsincosTable_TABLE_MASK                
    abs   0000fe54  CLAsincosTable_Coef0                     
    abs   0000fe56  CLAsincosTable_Coef1                     
    abs   0000fe58  CLAsincosTable_Coef1_pos                 
    abs   0000fe5a  CLAsincosTable_Coef2                     
    abs   0000fe5c  CLAsincosTable_Coef3                     
    abs   0000fe5e  CLAsincosTable_Coef3_neg                 
    abs   ffffffff  __TI_pprof_out_hndl                      
    abs   ffffffff  __TI_prof_data_size                      
    abs   ffffffff  __TI_prof_data_start                     
    n/a   UNDEFED   __c_args__                               
    
    [692 symbols]
    

    如果需要更多信息、请告诉我。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    我们终于解决了这个问题。 除了未分配任何属性的"TwiddleFactors"外、所有对齐都针对128位进行了更正。 将此值调整为128后、该过程成功完成。 非常感谢您的支持。 附加新的映射文件、链接器文件和控制台屏幕截图仅供参考。

    映射文件:

    ******************************************************************************
                 TMS320C2000 Linker PC v22.6.0                     
    ******************************************************************************
    >> Linked Thu Dec 15 17:41:37 2022
    
    OUTPUT FILE NAME:   <TMS320F2837X.out>
    ENTRY POINT SYMBOL: "code_start"  address: 00080000
    
    
    MEMORY CONFIGURATION
    
             name            origin    length      used     unused   attr    fill
    ----------------------  --------  ---------  --------  --------  ----  --------
    PAGE 0:
      BEGIN                 00000000   00000002  00000000  00000002  RWIX
      RAMLS_PROG            00008000   00000800  00000363  0000049d  RWIX
      RAMLS_CLA_DATA        00008800   00001000  000002fa  00000d06  RWIX
      RAMLS_CLA_PROG        00009800   00001800  0000114e  000006b2  RWIX
      RAMGS_PROG            00013000   00002000  00000000  00002000  RWIX
      BEGIN_FLASH           00080000   00000002  00000002  00000000  RWIX
      FLASHA_N              00080002   0003fffe  00008c38  000373c6  RWIX
      RESET                 003fffc0   00000002  00000000  00000002  RWIX
    
    PAGE 1:
      BOOT_RSVD             00000002   00000120  00000000  00000120  RWIX
      RAMM0M1               00000122   000006de  000003f8  000002e6  RWIX
      ADCARESULT            00000b00   00000018  00000000  00000018  RWIX
      ADCBRESULT            00000b20   00000018  00000000  00000018  RWIX
      ADCCRESULT            00000b40   00000018  00000000  00000018  RWIX
      ADCDRESULT            00000b60   00000018  00000000  00000018  RWIX
      CPUTIMER0             00000c00   00000008  00000000  00000008  RWIX
      CPUTIMER1             00000c08   00000008  00000000  00000008  RWIX
      CPUTIMER2             00000c10   00000008  00000000  00000008  RWIX
      PIECTRL               00000ce0   0000001a  00000000  0000001a  RWIX
      PIEVECTTABLE          00000d00   00000200  00000000  00000200  RWIX
      DMA                   00001000   00000200  00000000  00000200  RWIX
      CLA1                  00001400   00000080  0000003e  00000042  RWIX
      CLA1_MSGRAMLOW        00001480   00000080  00000020  00000060  RWIX
      CLA1_MSGRAMHIGH       00001500   00000080  00000050  00000030  RWIX
      CLB1LOGICCFG          00003000   00000052  00000000  00000052  RWIX
      CLB1LOGICCTRL         00003100   00000040  00000000  00000040  RWIX
      CLB1DATAEXCH          00003200   00000200  00000000  00000200  RWIX
      CLB2LOGICCFG          00003400   00000052  00000000  00000052  RWIX
      CLB2LOGICCTRL         00003500   00000040  00000000  00000040  RWIX
      CLB2DATAEXCH          00003600   00000200  00000000  00000200  RWIX
      CLB3LOGICCFG          00003800   00000052  00000000  00000052  RWIX
      CLB3LOGICCTRL         00003900   00000040  00000000  00000040  RWIX
      CLB3DATAEXCH          00003a00   00000200  00000000  00000200  RWIX
      CLB4LOGICCFG          00003c00   00000052  00000000  00000052  RWIX
      CLB4LOGICCTRL         00003d00   00000040  00000000  00000040  RWIX
      CLB4DATAEXCH          00003e00   00000200  00000000  00000200  RWIX
      EPWM1                 00004000   00000100  00000000  00000100  RWIX
      EPWM2                 00004100   00000100  00000100  00000000  RWIX
      EPWM3                 00004200   00000100  00000100  00000000  RWIX
      EPWM4                 00004300   00000100  00000100  00000000  RWIX
      EPWM5                 00004400   00000100  00000100  00000000  RWIX
      EPWM6                 00004500   00000100  00000000  00000100  RWIX
      EPWM7                 00004600   00000100  00000000  00000100  RWIX
      EPWM8                 00004700   00000100  00000000  00000100  RWIX
      EPWM9                 00004800   00000100  00000000  00000100  RWIX
      EPWM10                00004900   00000100  00000000  00000100  RWIX
      EPWM11                00004a00   00000100  00000000  00000100  RWIX
      EPWM12                00004b00   00000100  00000000  00000100  RWIX
      ECAP1                 00005000   00000020  00000000  00000020  RWIX
      ECAP2                 00005020   00000020  00000000  00000020  RWIX
      ECAP3                 00005040   00000020  00000000  00000020  RWIX
      ECAP4                 00005060   00000020  00000000  00000020  RWIX
      ECAP5                 00005080   00000020  00000000  00000020  RWIX
      ECAP6                 000050a0   00000020  00000000  00000020  RWIX
      EQEP1                 00005100   00000022  00000000  00000022  RWIX
      EQEP2                 00005140   00000022  00000000  00000022  RWIX
      EQEP3                 00005180   00000022  00000000  00000022  RWIX
      DACA                  00005c00   00000008  00000000  00000008  RWIX
      DACB                  00005c10   00000008  00000000  00000008  RWIX
      DACC                  00005c20   00000008  00000000  00000008  RWIX
      CMPSS1                00005c80   00000020  00000000  00000020  RWIX
      CMPSS2                00005ca0   00000020  00000000  00000020  RWIX
      CMPSS3                00005cc0   00000020  00000000  00000020  RWIX
      CMPSS4                00005ce0   00000020  00000000  00000020  RWIX
      CMPSS5                00005d00   00000020  00000000  00000020  RWIX
      CMPSS6                00005d20   00000020  00000000  00000020  RWIX
      CMPSS7                00005d40   00000020  00000000  00000020  RWIX
      CMPSS8                00005d60   00000020  00000000  00000020  RWIX
      SDFM1                 00005e00   00000080  00000000  00000080  RWIX
      SDFM2                 00005e80   00000080  00000000  00000080  RWIX
      MCBSPA                00006000   00000024  00000000  00000024  RWIX
      MCBSPB                00006040   00000024  00000000  00000024  RWIX
      SPIA                  00006100   00000010  00000000  00000010  RWIX
      SPIB                  00006110   00000010  00000000  00000010  RWIX
      ***                  00006120   00000010  00000000  00000010  RWIX
      UPP                   00006200   00000048  00000000  00000048  RWIX
      WD                    00007000   0000002b  00000000  0000002b  RWIX
      NMIINTRUPT            00007060   00000007  00000000  00000007  RWIX
      XINT                  00007070   0000000b  00000000  0000000b  RWIX
      SCIA                  00007200   00000010  00000000  00000010  RWIX
      SCIB                  00007210   00000010  00000000  00000010  RWIX
      SCIC                  00007220   00000010  00000000  00000010  RWIX
      SCID                  00007230   00000010  00000000  00000010  RWIX
      I2CA                  00007300   00000022  00000000  00000022  RWIX
      I2CB                  00007340   00000022  00000000  00000022  RWIX
      ADCA                  00007400   00000080  00000000  00000080  RWIX
      ADCB                  00007480   00000080  00000000  00000080  RWIX
      ADCC                  00007500   00000080  00000000  00000080  RWIX
      ADCD                  00007580   00000080  00000000  00000080  RWIX
      INPUTXBAR             00007900   00000020  00000000  00000020  RWIX
      XBAR                  00007920   00000020  00000000  00000020  RWIX
      SYNCSOC               00007940   00000006  00000000  00000006  RWIX
      DMACLASRCSEL          00007980   0000001a  00000000  0000001a  RWIX
      EPWMXBAR              00007a00   00000040  00000000  00000040  RWIX
      CLBXBAR               00007a40   00000040  00000000  00000040  RWIX
      OUTPUTXBAR            00007a80   00000040  00000000  00000040  RWIX
      GPIOCTRL              00007c00   00000180  00000000  00000180  RWIX
      GPIODATA              00007f00   00000030  00000030  00000000  RWIX
      RAMD0D1               0000b000   00001000  00000000  00001000  RWIX
      RAMGS_DATA            0000e000   00005000  00002522  00002ade  RWIX
      CPU2TOCPU1RAM         0003f800   00000400  00000000  00000400  RWIX
      CPU1TOCPU2RAM         0003fc00   00000400  00000000  00000400  RWIX
      EMIF1                 00047000   00000070  00000000  00000070  RWIX
      EMIF2                 00047800   00000070  00000000  00000070  RWIX
      CANA                  00048000   00000200  00000000  00000200  RWIX
      CANB                  0004a000   00000200  00000000  00000200  RWIX
      FLASHPUMPSEMAPHORE    00050024   00000002  00000000  00000002  RWIX
      DEVCFG                0005d000   0000012e  00000000  0000012e  RWIX
      ANALOGSUBSYS          0005d180   00000048  00000000  00000048  RWIX
      CLKCFG                0005d200   00000032  00000000  00000032  RWIX
      CPUSYS                0005d300   00000082  00000082  00000000  RWIX
      ROMPREFETCH           0005e608   00000002  00000000  00000002  RWIX
      DCSMZ1                0005f000   00000024  00000000  00000024  RWIX
      DCSMZ2                0005f040   00000024  00000000  00000024  RWIX
      DCSMCOMMON            0005f070   00000008  00000000  00000008  RWIX
      MEMCFG                0005f400   00000080  00000076  0000000a  RWIX
      EMIF1CONFIG           0005f480   00000020  00000000  00000020  RWIX
      EMIF2CONFIG           0005f4a0   00000020  00000000  00000020  RWIX
      ACCESSPROTECTION      0005f4c0   00000040  00000000  00000040  RWIX
      MEMORYERROR           0005f500   00000040  00000000  00000040  RWIX
      ROMWAITSTATE          0005f540   00000002  00000000  00000002  RWIX
      FLASH0CTRL            0005f800   00000182  00000000  00000182  RWIX
      FLASH0ECC             0005fb00   00000028  00000000  00000028  RWIX
      FLASH1CTRL            0005fc00   00000182  00000000  00000182  RWIX
      FLASH1ECC             0005ff00   00000028  00000000  00000028  RWIX
    
    
    SECTION ALLOCATION MAP
    
     output                                  attributes/
    section   page    origin      length       input sections
    --------  ----  ----------  ----------   ----------------
    Cla1RegsFile 
    *          1    00001400    0000003e     UNINITIALIZED
                      00001400    0000003e     F2837xS_GlobalVariableDefs.obj (Cla1RegsFile)
    
    CpuSysRegsFile 
    *          1    0005d300    00000082     UNINITIALIZED
                      0005d300    00000082     F2837xS_GlobalVariableDefs.obj (CpuSysRegsFile)
    
    EPwm2RegsFile 
    *          1    00004100    00000100     UNINITIALIZED
                      00004100    00000100     F2837xS_GlobalVariableDefs.obj (EPwm2RegsFile)
    
    EPwm3RegsFile 
    *          1    00004200    00000100     UNINITIALIZED
                      00004200    00000100     F2837xS_GlobalVariableDefs.obj (EPwm3RegsFile)
    
    EPwm4RegsFile 
    *          1    00004300    00000100     UNINITIALIZED
                      00004300    00000100     F2837xS_GlobalVariableDefs.obj (EPwm4RegsFile)
    
    EPwm5RegsFile 
    *          1    00004400    00000100     UNINITIALIZED
                      00004400    00000100     F2837xS_GlobalVariableDefs.obj (EPwm5RegsFile)
    
    GpioDataRegsFile 
    *          1    00007f00    00000030     UNINITIALIZED
                      00007f00    00000030     F2837xS_GlobalVariableDefs.obj (GpioDataRegsFile)
    
    MemCfgRegsFile 
    *          1    0005f400    00000076     UNINITIALIZED
                      0005f400    00000076     F2837xS_GlobalVariableDefs.obj (MemCfgRegsFile)
    
    .init_array 
    *          0    00080080    00000000     UNINITIALIZED
    
    .data      0    000081fa    000000ea     UNINITIALIZED
                      000081fa    00000006     device.obj (.data)
                      00008200    0000009a     Interrupt_Service_Routines.obj (.data)
                      0000829a    00000016     main.obj (.data)
                      000082b0    00000008     PV1_Controller_C28_data.obj (.data)
                      000082b8    00000008     PV2_Controller_C28_data.obj (.data)
                      000082c0    00000008     PV3_Controller_C28_data.obj (.data)
                      000082c8    00000006     grid_detection_logic.obj (.data)
                      000082ce    00000006     rts2800_fpu32_eabi.lib : exit.c.obj (.data)
                      000082d4    00000006     spi_communications.obj (.data)
                      000082da    00000005     uart_communications.obj (.data)
                      000082df    00000001     --HOLE--
                      000082e0    00000002     rts2800_fpu32_eabi.lib : _lock.c.obj (.data:_lock)
                      000082e2    00000002                            : _lock.c.obj (.data:_unlock)
    
    buffer1    0    00008300    00000040     UNINITIALIZED
                      00008300    00000040     main.obj (buffer1)
    
    buffer2    0    00008340    00000040     UNINITIALIZED
                      00008340    00000040     main.obj (buffer2)
    
    .const_cla 
    *          0    00008800    00000000     UNINITIALIZED
    
    CLAscratch 
    *          0    000089b4    00000100     UNINITIALIZED
                      000089b4    00000100     --HOLE--
    
    .scratchpad 
    *          0    00008ab4    00000046     UNINITIALIZED
                      00008ab4    00000040     cla_task.obj (.scratchpad:Cla1Prog:Inv_cla_subsystem)
                      00008ab4    0000001c     cla_task.obj (.scratchpad:Cla1Prog:Batt_cla_subsystem)
                      00008ab4    00000010     cla_task.obj (.scratchpad:Cla1Prog:Aux_cla_subsystem)
                      00008ab4    00000002     cla_task.obj (.scratchpad:Cla1Prog:AuxMPPT_cla_subsystem)
                      00008af4    00000006     cla1_math_library_datarom_fpu32_eabi.lib : CLAatan2.obj (.scratchpad:Cla1Prog:_CLAatan2)
                      00008af4    00000002                                              : CLAcos.obj (.scratchpad:Cla1Prog:_CLAcos)
                      00008af4    00000002                                              : CLAsin.obj (.scratchpad:Cla1Prog:_CLAsin)
    
    codestart 
    *          0    00080000    00000002     
                      00080000    00000002     F2837xS_CodeStartBranch.obj (codestart)
    
    .TI.ramfunc 
    *          0    00086e00    000001f9     RUN ADDR = 00008000
                      00086e00    000001f5     flash.obj (.TI.ramfunc)
                      00086ff5    00000004     sysctl.obj (.TI.ramfunc)
    
    .const     0    00088980    00000264     
                      00088980    0000007e     board.obj (.const:.string)
                      000889fe    00000038     flash.obj (.const:.string)
                      00088a36    0000000a     JEM_TestCode.obj (.const)
                      00088a40    00000038     sensor_checks_calibrations.obj (.const)
                      00088a78    00000037     gpio.obj (.const:.string)
                      00088aaf    00000001     --HOLE-- [fill = 0]
                      00088ab0    00000034     sci.obj (.const:.string)
                      00088ae4    00000034     spi.obj (.const:.string)
                      00088b18    00000020     interrupt.obj (.const:.string)
                      00088b38    0000001f     cputimer.obj (.const:.string)
                      00088b57    00000001     --HOLE-- [fill = 0]
                      00088b58    0000001d     memcfg.obj (.const:.string)
                      00088b75    00000001     --HOLE-- [fill = 0]
                      00088b76    0000001d     sysctl.obj (.const:.string)
                      00088b93    00000001     --HOLE-- [fill = 0]
                      00088b94    0000001b     ecap.obj (.const:.string)
                      00088baf    00000001     --HOLE-- [fill = 0]
                      00088bb0    0000001a     adc.obj (.const:.string)
                      00088bca    0000001a     dma.obj (.const:.string)
    
    .cinit     0    00088c80    0000015c     
                      00088c80    000000c6     (.cinit.Cla1DataRam0.load) [load image, compression = lzss]
                      00088d46    0000004f     (.cinit..data.load) [load image, compression = lzss]
                      00088d95    00000001     --HOLE-- [fill = 0]
                      00088d96    00000006     (__TI_handler_table)
                      00088d9c    00000004     (.cinit..bss.load) [load image, compression = zero_init]
                      00088da0    00000004     (.cinit..scratchpad.load) [load image, compression = zero_init]
                      00088da4    00000004     (.cinit.Cla1ToCpuMsgRAM.load) [load image, compression = zero_init]
                      00088da8    00000004     (.cinit.CpuToCla1MsgRAM.load) [load image, compression = zero_init]
                      00088dac    00000004     (.cinit.GSRAM.load) [load image, compression = zero_init]
                      00088db0    00000004     (.cinit.buffer1.load) [load image, compression = zero_init]
                      00088db4    00000004     (.cinit.buffer2.load) [load image, compression = zero_init]
                      00088db8    00000024     (__TI_cinit_table)
    
    .text      0    00080080    00006d1f     
                      00080080    00001431     board.obj (.text)
                      000814b1    000011ff     Interrupt_Service_Routines.obj (.text:retain)
                      000826b0    000009dc     Interrupt_Service_Routines.obj (.text)
                      0008308c    000008b5     main.obj (.text)
                      00083941    00000001     rts2800_fpu32_eabi.lib : startup.c.obj (.text)
                      00083942    000005dd     JEM_TestCode.obj (.text)
                      00083f1f    0000054c     spi.obj (.text)
                      0008446b    00000001     --HOLE-- [fill = 0]
                      0008446c    00000504     spi_communications.obj (.text)
                      00084970    000004f4     sysctl.obj (.text)
                      00084e64    00000490     sensor_checks_calibrations.obj (.text)
                      000852f4    000003fc     memcfg.obj (.text)
                      000856f0    000002e0     sci.obj (.text)
                      000859d0    00000222     gpio.obj (.text)
                      00085bf2    000001a0     dma.obj (.text)
                      00085d92    0000016b     adc.obj (.text)
                      00085efd    00000161     device.obj (.text)
                      0008605e    0000015f     interrupt.obj (.text)
                      000861bd    0000014e     grid_detection_logic.obj (.text)
                      0008630b    00000120     Inv_cla.obj (.text)
                      0008642b    00000112     uart_communications.obj (.text)
                      0008653d    0000010c     Power_Control.obj (.text)
                      00086649    00000001     --HOLE-- [fill = 0]
                      0008664a    000000c5     c28x_vcu2_library_fpu32.lib : vcu2_cfft_32.obj (.text)
                      0008670f    000000a9     Inv_Controller.obj (.text)
                      000867b8    0000009f     State_Machine.obj (.text)
                      00086857    0000008c     PV1_Controller_C28.obj (.text)
                      000868e3    0000008c     PV2_Controller_C28.obj (.text)
                      0008696f    0000008c     PV3_Controller_C28.obj (.text)
                      000869fb    00000001     --HOLE-- [fill = 0]
                      000869fc    00000084     c28x_vcu2_library_fpu32.lib : vcu2_crc_16.obj (.text)
                      00086a80    00000083     rts2800_fpu32_eabi.lib : fd_mpy28.asm.obj (.text)
                      00086b03    00000074     Battery_Controller.obj (.text)
                      00086b77    00000058     rts2800_fpu32_eabi.lib : s_ceilf.c.obj (.text)
                      00086bcf    00000037     Battery_cla.obj (.text)
                      00086c06    0000002f     ecap.obj (.text)
                      00086c35    0000002e     rts2800_fpu32_eabi.lib : copy_decompress_lzss.c.obj (.text:decompress:lzss)
                      00086c63    0000002b                            : autoinit.c.obj (.text:__TI_auto_init_nobinit_nopinit)
                      00086c8e    0000002a                            : fd_cmp28.asm.obj (.text)
                      00086cb8    00000029                            : exit.c.obj (.text)
                      00086ce1    0000001e     cputimer.obj (.text)
                      00086cff    0000001d     rts2800_fpu32_eabi.lib : memcpy.c.obj (.text)
                      00086d1c    0000001c     cla.obj (.text)
                      00086d38    0000001c     rts2800_fpu32_eabi.lib : fs_tofdfpu32.asm.obj (.text)
                      00086d54    00000017                            : boot28.asm.obj (.text)
                      00086d6b    0000000c                            : args_main.c.obj (.text)
                      00086d77    00000009                            : _lock.c.obj (.text)
                      00086d80    00000008     F2837xS_CodeStartBranch.obj (.text)
                      00086d88    00000008     rts2800_fpu32_eabi.lib : copy_decompress_none.c.obj (.text:decompress:none)
                      00086d90    00000007                            : memset.c.obj (.text)
                      00086d97    00000006                            : copy_zero_init.c.obj (.text:decompress:ZI)
                      00086d9d    00000002                            : pre_init.c.obj (.text)
    
    .switch    0    00088c00    00000022     
                      00088c00    00000022     uart_communications.obj (.switch:send_diagnostics_buffer)
    
    .bss       1    0000e000    00002442     UNINITIALIZED
                      0000e000    000014bb     Interrupt_Service_Routines.obj (.bss)
                      0000f4bb    000003e8     Interrupt_Service_Routines.obj (.bss:debug_var1)
                      0000f8a3    000003e8     Interrupt_Service_Routines.obj (.bss:debug_var2)
                      0000fc8b    000003e8     Interrupt_Service_Routines.obj (.bss:debug_var3)
                      00010073    00000001     --HOLE--
                      00010074    0000000c     main.obj (.bss:fundamental_values)
                      00010080    00000182     JEM_TestCode.obj (.bss)
                      00010202    0000003e     main.obj (.bss)
                      00010240    00000078     spi_communications.obj (.bss)
                      000102b8    00000032     uart_communications.obj (.bss:cm4_rx_buf)
                      000102ea    00000032     uart_communications.obj (.bss:cm4_tx_buf)
                      0001031c    00000032     uart_communications.obj (.bss:debug_rx_buf)
                      0001034e    00000022     Power_Control.obj (.bss)
                      00010370    00000020     Interrupt_Service_Routines.obj (.bss:grid_voltage_samples)
                      00010390    00000020     main.obj (.bss:harm_eff_values)
                      000103b0    0000000e     main.obj (.bss:magFFT)
                      000103be    00000002     Battery_Controller.obj (.bss)
                      000103c0    0000001e     grid_detection_logic.obj (.bss)
                      000103de    0000001c     State_Machine.obj (.bss)
                      000103fa    00000006     sensor_checks_calibrations.obj (.bss)
                      00010400    00000014     PV1_Controller_C28.obj (.bss)
                      00010414    00000014     PV2_Controller_C28.obj (.bss)
                      00010428    00000014     PV3_Controller_C28.obj (.bss)
                      0001043c    00000004     uart_communications.obj (.bss)
                      00010440    00000002     Inv_Controller.obj (.bss)
    
    Cla1Prog   0    00087000    0000114e     RUN ADDR = 00009800
                      00087000    00000a10     cla_task.obj (Cla1Prog:Inv_cla_subsystem)
                      00087a10    0000041c     cla_task.obj (Cla1Prog:Batt_cla_subsystem)
                      00087e2c    00000138     cla_task.obj (Cla1Prog:Aux_cla_subsystem)
                      00087f64    0000007c     cla_task.obj (Cla1Prog:AuxMPPT_cla_subsystem)
                      00087fe0    00000058     cla1_math_library_datarom_fpu32_eabi.lib : CLAatan2.obj (Cla1Prog:_CLAatan2)
                      00088038    00000038                                              : CLAcos.obj (Cla1Prog:_CLAcos)
                      00088070    00000038                                              : CLAsin.obj (Cla1Prog:_CLAsin)
                      000880a8    0000002e     cla_task.obj (Cla1Prog:Cla1Task1)
                      000880d6    00000028     cla_task.obj (Cla1Prog:Cla1Task2)
                      000880fe    00000020     cla_task.obj (Cla1Prog:Cla1Task3)
                      0008811e    00000020     cla_task.obj (Cla1Prog:Cla1Task4)
                      0008813e    00000010     cla_task.obj (Cla1Prog:Cla1Task5)
    
    .stack     1    00000122    000003f8     UNINITIALIZED
                      00000122    000003f8     --HOLE--
    
    .reset     0    003fffc0    00000000     DSECT
    
    Cla1DataRam0 
    *          0    00008800    000001b4     UNINITIALIZED
                      00008800    000000f6     Inv_cla_data.obj (Cla1DataRam0)
                      000088f6    00000008     AuxMPPT_cla_data.obj (Cla1DataRam0)
                      000088fe    00000002     --HOLE--
                      00008900    00000040     Battery_cla_data.obj (Cla1DataRam0)
                      00008940    00000038     Inv_cla.obj (Cla1DataRam0)
                      00008978    00000004     AuxMPPT_cla.obj (Cla1DataRam0)
                      0000897c    00000004     Aux_cla.obj (Cla1DataRam0)
                      00008980    0000001e     Aux_cla_data.obj (Cla1DataRam0)
                      0000899e    00000016     Battery_cla.obj (Cla1DataRam0)
    
    twiddleFactors 
    *          0    00088180    000007f0     
                      00088180    000007f0     c28x_vcu2_library_fpu32.lib : vcu2_cfft_twiddlefactors.obj (twiddleFactors)
    
    Cla1ToCpuMsgRAM 
    *          1    00001480    00000020     UNINITIALIZED
                      00001480    00000010     Inv_Controller.obj (Cla1ToCpuMsgRAM)
                      00001490    00000008     Aux_Controller.obj (Cla1ToCpuMsgRAM)
                      00001498    00000006     Battery_Controller.obj (Cla1ToCpuMsgRAM)
                      0000149e    00000002     AuxMPPT_Controller.obj (Cla1ToCpuMsgRAM)
    
    CpuToCla1MsgRAM 
    *          1    00001500    00000050     UNINITIALIZED
                      00001500    00000034     Inv_Controller.obj (CpuToCla1MsgRAM)
                      00001534    0000000a     Aux_Controller.obj (CpuToCla1MsgRAM)
                      0000153e    00000002     AuxMPPT_Controller.obj (CpuToCla1MsgRAM)
                      00001540    00000010     Battery_Controller.obj (CpuToCla1MsgRAM)
    
    GSRAM      1    00010442    000000e0     UNINITIALIZED
                      00010442    000000e0     main.obj (GSRAM)
    
    MODULE SUMMARY
    
           Module                           code    ro data   rw data
           ------                           ----    -------   -------
        .\
           Interrupt_Service_Routines.obj   7131    0         8493   
           main.obj                         2229    0         494    
           spi_communications.obj           1284    0         126    
           sensor_checks_calibrations.obj   1168    56        6      
           uart_communications.obj          274     34        159    
           grid_detection_logic.obj         334     0         36     
        +--+--------------------------------+-------+---------+---------+
           Total:                           12420   90        9314   
                                                                     
        .\Matlab_Generated\
           cla_task.obj                     8460    0         110    
        +--+--------------------------------+-------+---------+---------+
           Total:                           8460    0         110    
                                                                     
        .\Matlab_Generated\JEM_antiIslanding\
           JEM_TestCode.obj                 1501    10        386    
        +--+--------------------------------+-------+---------+---------+
           Total:                           1501    10        386    
                                                                     
        .\Matlab_Generated\auxMPPT_controller\
           AuxMPPT_cla_data.obj             0       0         8      
           AuxMPPT_Controller.obj           0       0         4      
           AuxMPPT_cla.obj                  0       0         4      
        +--+--------------------------------+-------+---------+---------+
           Total:                           0       0         16     
                                                                     
        .\Matlab_Generated\aux_controller\
           Aux_cla_data.obj                 0       0         30     
           Aux_Controller.obj               0       0         18     
           Aux_cla.obj                      0       0         4      
        +--+--------------------------------+-------+---------+---------+
           Total:                           0       0         52     
                                                                     
        .\Matlab_Generated\battery_controller\
           Battery_Controller.obj           116     0         24     
           Battery_cla.obj                  55      0         22     
           Battery_cla_data.obj             0       0         64     
        +--+--------------------------------+-------+---------+---------+
           Total:                           171     0         110    
                                                                     
        .\Matlab_Generated\grid_power_control\
           Power_Control.obj                268     0         34     
        +--+--------------------------------+-------+---------+---------+
           Total:                           268     0         34     
                                                                     
        .\Matlab_Generated\inverter_controller\
           Inv_cla.obj                      288     0         56     
           Inv_cla_data.obj                 0       0         246    
           Inv_Controller.obj               169     0         70     
        +--+--------------------------------+-------+---------+---------+
           Total:                           457     0         372    
                                                                     
        .\Matlab_Generated\pv1_controller\
           PV1_Controller_C28.obj           140     0         20     
           PV1_Controller_C28_data.obj      0       0         8      
        +--+--------------------------------+-------+---------+---------+
           Total:                           140     0         28     
                                                                     
        .\Matlab_Generated\pv2_controller\
           PV2_Controller_C28.obj           140     0         20     
           PV2_Controller_C28_data.obj      0       0         8      
        +--+--------------------------------+-------+---------+---------+
           Total:                           140     0         28     
                                                                     
        .\Matlab_Generated\pv3_controller\
           PV3_Controller_C28.obj           140     0         20     
           PV3_Controller_C28_data.obj      0       0         8      
        +--+--------------------------------+-------+---------+---------+
           Total:                           140     0         28     
                                                                     
        .\Matlab_Generated\state_machine\
           State_Machine.obj                159     0         28     
        +--+--------------------------------+-------+---------+---------+
           Total:                           159     0         28     
                                                                     
        .\device\
           F2837xS_GlobalVariableDefs.obj   0       0         1382   
           device.obj                       353     0         6      
           F2837xS_CodeStartBranch.obj      10      0         0      
        +--+--------------------------------+-------+---------+---------+
           Total:                           363     0         1388   
                                                                     
        .\device\driverlib\
           spi.obj                          1356    52        0      
           sysctl.obj                       1276    29        0      
           flash.obj                        1002    56        0      
           memcfg.obj                       1020    29        0      
           sci.obj                          736     52        0      
           gpio.obj                         546     55        0      
           dma.obj                          416     26        0      
           adc.obj                          363     26        0      
           interrupt.obj                    351     32        0      
           ecap.obj                         47      27        0      
           cputimer.obj                     30      31        0      
           cla.obj                          28      0         0      
        +--+--------------------------------+-------+---------+---------+
           Total:                           7171    415       0      
                                                                     
        .\syscfg\
           board.obj                        5169    126       0      
        +--+--------------------------------+-------+---------+---------+
           Total:                           5169    126       0      
                                                                     
        C:/ti/C2000Ware_4_02_00_00/libraries/dsp/VCU/c28/lib/c28x_vcu2_library_fpu32.lib
           vcu2_cfft_twiddlefactors.obj     0       2032      0      
           vcu2_cfft_32.obj                 197     0         0      
           vcu2_crc_16.obj                  132     0         0      
        +--+--------------------------------+-------+---------+---------+
           Total:                           329     2032      0      
                                                                     
        C:/ti/C2000Ware_4_02_00_00/libraries/math/CLAmath/c28/lib/cla1_math_library_datarom_fpu32_eabi.lib
           CLAatan2.obj                     176     0         6      
           CLAcos.obj                       112     0         2      
           CLAsin.obj                       112     0         2      
        +--+--------------------------------+-------+---------+---------+
           Total:                           400     0         10     
                                                                     
        C:\ti\ccs1210\ccs\tools\compiler\ti-cgt-c2000_22.6.0.LTS\lib\rts2800_fpu32_eabi.lib
           fd_mpy28.asm.obj                 131     0         0      
           s_ceilf.c.obj                    88      0         0      
           exit.c.obj                       41      0         6      
           copy_decompress_lzss.c.obj       46      0         0      
           autoinit.c.obj                   43      0         0      
           fd_cmp28.asm.obj                 42      0         0      
           memcpy.c.obj                     29      0         0      
           fs_tofdfpu32.asm.obj             28      0         0      
           boot28.asm.obj                   23      0         0      
           _lock.c.obj                      9       0         4      
           args_main.c.obj                  12      0         0      
           copy_decompress_none.c.obj       8       0         0      
           memset.c.obj                     7       0         0      
           copy_zero_init.c.obj             6       0         0      
           pre_init.c.obj                   2       0         0      
           startup.c.obj                    1       0         0      
        +--+--------------------------------+-------+---------+---------+
           Total:                           516     0         10     
                                                                     
           Stack:                           0       0         1016   
           Linker Generated:                0       347       0      
        +--+--------------------------------+-------+---------+---------+
           Grand Total:                     37804   3020      12930  
    
    
    LINKER GENERATED COPY TABLES
    
    __TI_cinit_table @ 00088db8 records: 9, size/record: 4, table size: 36
    	Cla1DataRam0: load addr=00088c80, load size=000000c6 bytes, run addr=00008800, run size=000001b4 bytes, compression=lzss
    	.data: load addr=00088d46, load size=0000004f bytes, run addr=000081fa, run size=000000ea bytes, compression=lzss
    	.bss: load addr=00088d9c, load size=00000004 bytes, run addr=0000e000, run size=00002442 bytes, compression=zero_init
    	.scratchpad: load addr=00088da0, load size=00000004 bytes, run addr=00008ab4, run size=00000046 bytes, compression=zero_init
    	Cla1ToCpuMsgRAM: load addr=00088da4, load size=00000004 bytes, run addr=00001480, run size=00000020 bytes, compression=zero_init
    	CpuToCla1MsgRAM: load addr=00088da8, load size=00000004 bytes, run addr=00001500, run size=00000050 bytes, compression=zero_init
    	GSRAM: load addr=00088dac, load size=00000004 bytes, run addr=00010442, run size=000000e0 bytes, compression=zero_init
    	buffer1: load addr=00088db0, load size=00000004 bytes, run addr=00008300, run size=00000040 bytes, compression=zero_init
    	buffer2: load addr=00088db4, load size=00000004 bytes, run addr=00008340, run size=00000040 bytes, compression=zero_init
    
    
    LINKER GENERATED HANDLER TABLE
    
    __TI_handler_table @ 00088d96 records: 3, size/record: 2, table size: 6
    	index: 0, handler: __TI_decompress_lzss
    	index: 1, handler: __TI_decompress_none
    	index: 2, handler: __TI_zero_init
    
    
    GLOBAL DATA SYMBOLS: SORTED BY DATA PAGE
    
    address     data page           name
    --------    ----------------    ----
    00000122       4 (00000100)     __stack
    
    00001400      50 (00001400)     Cla1Regs
    
    00001480      52 (00001480)     D_Inv_1
    00001482      52 (00001480)     Load_relay
    00001484      52 (00001480)     Synch_flag
    00001486      52 (00001480)     debug_1
    00001488      52 (00001480)     debug_2
    0000148a      52 (00001480)     debug_3
    0000148c      52 (00001480)     debug_4
    0000148e      52 (00001480)     debug_5
    00001490      52 (00001480)     Dlo1
    00001492      52 (00001480)     Iref
    00001494      52 (00001480)     Iref_dc
    00001496      52 (00001480)     V_error
    00001498      52 (00001480)     D_bat
    0000149a      52 (00001480)     I_batt_read
    0000149c      52 (00001480)     I_ref
    0000149e      52 (00001480)     Iref_rms_mppt
    
    00001500      54 (00001500)     Grid_A_Command
    00001502      54 (00001500)     Grid_good
    00001504      54 (00001500)     Grid_relay_status
    00001506      54 (00001500)     Igrid1
    00001508      54 (00001500)     Igrid2
    0000150a      54 (00001500)     Iinv1
    0000150c      54 (00001500)     Iinv2
    0000150e      54 (00001500)     PFset
    00001510      54 (00001500)     P_Set
    00001512      54 (00001500)     Pexp_max
    00001514      54 (00001500)     Pgrid
    00001516      54 (00001500)     Pimp_max
    00001518      54 (00001500)     Q_Set
    0000151a      54 (00001500)     V_synch_error
    0000151c      54 (00001500)     Vbus_c1
    0000151e      54 (00001500)     Vbus_c2
    00001520      54 (00001500)     Vbus_exp_min
    00001522      54 (00001500)     Vbus_imp_max
    00001524      54 (00001500)     Vgrid1
    00001526      54 (00001500)     Vgrid2
    00001528      54 (00001500)     Vgrid_A_Ref
    0000152a      54 (00001500)     Vinv1
    0000152c      54 (00001500)     Vinv2
    0000152e      54 (00001500)     Vnom_peak
    00001530      54 (00001500)     Voltage_Supp_Limit
    00001532      54 (00001500)     fnom
    00001534      54 (00001500)     Iac
    00001536      54 (00001500)     Iref_rms
    00001538      54 (00001500)     Vac
    0000153a      54 (00001500)     Vc_hi
    0000153c      54 (00001500)     Vc_lo
    0000153e      54 (00001500)     Vrms_k
    
    00001540      55 (00001540)     Reset_bat
    00001542      55 (00001540)     Ibat
    00001544      55 (00001540)     Ichar_max
    00001546      55 (00001540)     Idischar_max
    00001548      55 (00001540)     Vbat
    0000154a      55 (00001540)     Vbus
    0000154c      55 (00001540)     Vbus_char_min
    0000154e      55 (00001540)     Vbus_dischar_max
    
    00004100     104 (00004100)     EPwm2Regs
    
    00004200     108 (00004200)     EPwm3Regs
    
    00004300     10c (00004300)     EPwm4Regs
    
    00004400     110 (00004400)     EPwm5Regs
    
    00007f00     1fc (00007f00)     GpioDataRegs
    
    000081fa     207 (000081c0)     Example_Result
    000081fc     207 (000081c0)     Example_PassCount
    000081fe     207 (000081c0)     Example_Fail
    
    00008200     208 (00008200)     ISR_counter
    00008201     208 (00008200)     JEM_execute_pending
    00008202     208 (00008200)     pv_execution_counter
    00008203     208 (00008200)     grid_power_exec_counter
    00008204     208 (00008200)     zero_crossing_detected
    00008205     208 (00008200)     freq_send_pending
    00008206     208 (00008200)     safety_trip_flag
    00008207     208 (00008200)     hardware_trip_state
    00008208     208 (00008200)     trip_bit_field
    00008209     208 (00008200)     alert_bit_field
    0000820a     208 (00008200)     grid_relay_state
    0000820b     208 (00008200)     load_relay_state
    0000820c     208 (00008200)     grid_freq_state
    0000820d     208 (00008200)     grid_volts_state
    0000820e     208 (00008200)     LED_Toggle_Counter
    0000820f     208 (00008200)     SPI_Rx_Complete
    00008210     208 (00008200)     SPI_Tx_Complete
    00008211     208 (00008200)     control_enable_pv1
    00008212     208 (00008200)     control_enable_pv2
    00008213     208 (00008200)     control_enable_pv3
    00008214     208 (00008200)     control_enable_bat
    00008215     208 (00008200)     control_enable_aux
    00008216     208 (00008200)     control_enable_inv
    00008217     208 (00008200)     master_control_enable
    00008218     208 (00008200)     is_tripped_pv1
    00008219     208 (00008200)     is_tripped_pv2
    0000821a     208 (00008200)     is_tripped_pv3
    0000821b     208 (00008200)     is_tripped_bat
    0000821c     208 (00008200)     is_tripped_aux
    0000821d     208 (00008200)     is_tripped_inv
    0000821e     208 (00008200)     is_duty_calculated_pv1
    0000821f     208 (00008200)     is_duty_calculated_pv2
    00008220     208 (00008200)     is_duty_calculated_pv3
    00008221     208 (00008200)     is_duty_calculated_bat
    00008222     208 (00008200)     is_duty_calculated_aux
    00008223     208 (00008200)     is_duty_calculated_inv
    00008230     208 (00008200)     Freq_Count
    00008232     208 (00008200)     tick_100mSec_counter
    00008234     208 (00008200)     Vpv_hi_limit
    00008236     208 (00008200)     Vpv_lo_limit
    00008238     208 (00008200)     Vcap_hi_limit
    0000823a     208 (00008200)     Vcap_lo_limit
    0000823c     208 (00008200)     Vbus_hi_limit
    0000823e     208 (00008200)     Vbus_lo_limit
    
    00008240     209 (00008240)     Vaux_hi_limit
    00008242     209 (00008240)     Vaux_lo_limit
    00008244     209 (00008240)     Vinv_hi_limit
    00008246     209 (00008240)     Vinv_lo_limit
    00008248     209 (00008240)     Ibat_hi_limit
    0000824a     209 (00008240)     Ibat_lo_limit
    0000824c     209 (00008240)     Vbat_hi_limit
    0000824e     209 (00008240)     Vbat_lo_limit
    00008250     209 (00008240)     Iinv_hi_limit
    00008252     209 (00008240)     Iinv_lo_limit
    00008254     209 (00008240)     Iaux_hi_limit
    00008256     209 (00008240)     Iaux_lo_limit
    00008258     209 (00008240)     Ipv_hi_limit
    0000825a     209 (00008240)     Ipv_lo_limit
    0000825c     209 (00008240)     Igrid_hi_limit
    0000825e     209 (00008240)     Igrid_lo_limit
    00008260     209 (00008240)     Vgrid_hi_limit
    00008262     209 (00008240)     Vgrid_lo_limit
    00008264     209 (00008240)     Vpv1_offset
    00008266     209 (00008240)     Ipv1_offset
    00008268     209 (00008240)     Vpv2_offset
    0000826a     209 (00008240)     Ipv2_offset
    0000826c     209 (00008240)     Vpv3_offset
    0000826e     209 (00008240)     Ipv3_offset
    00008270     209 (00008240)     Vcap1_offset
    00008272     209 (00008240)     Vcap2_offset
    00008274     209 (00008240)     Vbus_offset
    00008276     209 (00008240)     Vaux_offset
    00008278     209 (00008240)     Iaux_offset
    0000827a     209 (00008240)     Vgrid1_offset
    0000827c     209 (00008240)     Vgrid2_offset
    0000827e     209 (00008240)     Vinv1_offset
    
    00008280     20a (00008280)     Vinv2_offset
    00008282     20a (00008280)     Ibat_offset
    00008284     20a (00008280)     Vbat_offset
    00008286     20a (00008280)     Iinv1_offset
    00008288     20a (00008280)     Iinv2_offset
    0000828a     20a (00008280)     Igrid1_offset
    0000828c     20a (00008280)     Igrid2_offset
    0000829a     20a (00008280)     battery_available
    0000829b     20a (00008280)     pv1_available
    0000829c     20a (00008280)     pv2_available
    0000829d     20a (00008280)     pv3_available
    0000829e     20a (00008280)     grid_available
    0000829f     20a (00008280)     pv_available
    000082a0     20a (00008280)     POST_Fail_Flag
    000082a1     20a (00008280)     SPI_Fail_Flag
    000082a2     20a (00008280)     SPI_TimeOut_Flag
    000082a3     20a (00008280)     Shutdown_Wait_Over_Flag
    000082a4     20a (00008280)     UART_ACK_Rcvd_Flag
    000082a5     20a (00008280)     UART_NAK_Rcvd_Flag
    000082a6     20a (00008280)     dc_bus_balanced
    000082a7     20a (00008280)     LED1_Toggle_Enabled
    000082a8     20a (00008280)     LED2_Toggle_Enabled
    000082a9     20a (00008280)     calculate_dc_Offsets
    000082aa     20a (00008280)     dc_offsets_calculated
    000082ab     20a (00008280)     balancer_operation_reqd
    000082ac     20a (00008280)     rx_Data
    000082ae     20a (00008280)     tx_Data
    000082b0     20a (00008280)     PV1_P
    000082b8     20a (00008280)     PV2_P
    
    000082c0     20b (000082c0)     PV3_P
    000082c8     20b (000082c0)     Grid_UV_Flag
    000082c9     20b (000082c0)     Grid_OV_Flag
    000082ca     20b (000082c0)     Grid_OF_Flag
    000082cb     20b (000082c0)     Grid_UF_Flag
    000082cc     20b (000082c0)     OFR_Flag
    000082cd     20b (000082c0)     Grid_Ok
    000082ce     20b (000082c0)     __TI_enable_exit_profile_output
    000082d0     20b (000082c0)     __TI_cleanup_ptr
    000082d2     20b (000082c0)     __TI_dtors_ptr
    000082d4     20b (000082c0)     IM_clear_trip
    000082d5     20b (000082c0)     IM_control_enable
    000082d6     20b (000082c0)     IM_inverter_reset
    000082d7     20b (000082c0)     IM_grid_relay_command
    000082d8     20b (000082c0)     IM_load_relay_command
    000082d9     20b (000082c0)     stats_sent_to_IM
    000082da     20b (000082c0)     debug_buffer_pending
    000082db     20b (000082c0)     cm4_buffer_pending
    000082dc     20b (000082c0)     debug_rx_buffer_index
    000082dd     20b (000082c0)     cm4_rx_buffer_index
    000082de     20b (000082c0)     diagnostics_req_pending
    000082e0     20b (000082c0)     _lock
    000082e2     20b (000082c0)     _unlock
    
    00008300     20c (00008300)     buffer1Q15
    
    00008340     20d (00008340)     buffer2Q15
    
    00008800     220 (00008800)     Inv_cla_subsystem_P
    
    000088f6     223 (000088c0)     AuxMPPT_cla_subsystem_P
    
    00008900     224 (00008900)     Batt_cla_subsystem_P
    
    00008940     225 (00008940)     Inv_cla_subsystem_DW
    00008978     225 (00008940)     AuxMPPT_cla_subsystem_DW
    0000897c     225 (00008940)     Aux_cla_subsystem_DW
    
    00008980     226 (00008980)     Aux_cla_subsystem_P
    0000899e     226 (00008980)     Batt_cla_subsystem_ZCE
    000089a0     226 (00008980)     Batt_cla_subsystem_DW
    
    00008af4     22b (00008ac0)     __claCLAatan2_sp
    00008af4     22b (00008ac0)     __claCLAcos_sp
    00008af4     22b (00008ac0)     __claCLAsin_sp
    
    0000e000     380 (0000e000)     grid_voltage_sampled
    0000e001     380 (0000e000)     debug_logged
    0000e002     380 (0000e000)     debug_counter
    0000e003     380 (0000e000)     Vinv1_in
    0000e004     380 (0000e000)     Vinv2_in
    0000e005     380 (0000e000)     Iinv1_in
    0000e006     380 (0000e000)     Iinv2_in
    0000e007     380 (0000e000)     Igrid1_in
    0000e008     380 (0000e000)     Igrid2_in
    0000e009     380 (0000e000)     Vgrid1_in
    0000e00a     380 (0000e000)     Vgrid2_in
    0000e00b     380 (0000e000)     Vbus_c1_in
    0000e00c     380 (0000e000)     Vbus_c2_in
    0000e00d     380 (0000e000)     Vbus_in
    0000e00e     380 (0000e000)     Vbat_in
    0000e00f     380 (0000e000)     Ibat_in
    0000e010     380 (0000e000)     Vaux_in
    0000e011     380 (0000e000)     Iaux_in
    0000e012     380 (0000e000)     Vpv1_in
    0000e013     380 (0000e000)     Ipv1_in
    0000e014     380 (0000e000)     Vpv2_in
    0000e015     380 (0000e000)     Ipv2_in
    0000e016     380 (0000e000)     Vpv3_in
    0000e017     380 (0000e000)     Ipv3_in
    0000e024     380 (0000e000)     time_diff
    0000e026     380 (0000e000)     Vinv1_m
    0000e028     380 (0000e000)     Vinv2_m
    0000e02a     380 (0000e000)     Iinv1_m
    0000e02c     380 (0000e000)     Iinv2_m
    0000e02e     380 (0000e000)     Igrid1_m
    0000e030     380 (0000e000)     Igrid2_m
    0000e032     380 (0000e000)     Vgrid1_m
    0000e034     380 (0000e000)     Vgrid2_m
    0000e036     380 (0000e000)     Vbus_c1_m
    0000e038     380 (0000e000)     Vbus_c2_m
    0000e03a     380 (0000e000)     Vbus_m
    0000e03c     380 (0000e000)     Vbat_m
    0000e03e     380 (0000e000)     Ibat_m
    
    0000e040     381 (0000e040)     Vaux_m
    0000e042     381 (0000e040)     Iaux_m
    0000e044     381 (0000e040)     Vpv1_m
    0000e046     381 (0000e040)     Ipv1_m
    0000e048     381 (0000e040)     Vpv2_m
    0000e04a     381 (0000e040)     Ipv2_m
    0000e04c     381 (0000e040)     Vpv3_m
    0000e04e     381 (0000e040)     Ipv3_m
    0000e050     381 (0000e040)     Vpv1_offset_m
    0000e052     381 (0000e040)     Vpv2_offset_m
    0000e054     381 (0000e040)     Vpv3_offset_m
    0000e056     381 (0000e040)     Ipv1_offset_m
    0000e058     381 (0000e040)     Ipv2_offset_m
    0000e05a     381 (0000e040)     Ipv3_offset_m
    0000e05c     381 (0000e040)     Vcap1_offset_m
    0000e05e     381 (0000e040)     Vcap2_offset_m
    0000e060     381 (0000e040)     Vbus_offset_m
    0000e062     381 (0000e040)     Vinv1_offset_m
    0000e064     381 (0000e040)     Vinv2_offset_m
    0000e066     381 (0000e040)     Iinv1_offset_m
    0000e068     381 (0000e040)     Iinv2_offset_m
    0000e06a     381 (0000e040)     Vbat_offset_m
    0000e06c     381 (0000e040)     Ibat_offset_m
    0000e06e     381 (0000e040)     Iaux_offset_m
    0000e070     381 (0000e040)     Vaux_offset_m
    0000e072     381 (0000e040)     Igrid1_offset_m
    0000e074     381 (0000e040)     Igrid2_offset_m
    0000e076     381 (0000e040)     Vgrid1_offset_m
    0000e078     381 (0000e040)     Vgrid2_offset_m
    0000e07a     381 (0000e040)     Iinv1_max
    0000e07c     381 (0000e040)     Iinv2_max
    0000e07e     381 (0000e040)     Igrid1_max
    
    0000e080     382 (0000e080)     Igrid2_max
    0000e082     382 (0000e080)     Vinv1_max
    0000e084     382 (0000e080)     Vinv2_max
    0000e086     382 (0000e080)     Iaux_max
    0000e088     382 (0000e080)     Vbus_c1_max
    0000e08a     382 (0000e080)     Vbus_c2_max
    0000e08c     382 (0000e080)     Vbus_max
    0000e08e     382 (0000e080)     Vbat_max
    0000e090     382 (0000e080)     Vpv1_max
    0000e092     382 (0000e080)     Vpv2_max
    0000e094     382 (0000e080)     Vpv3_max
    0000e096     382 (0000e080)     Ipv1_max
    0000e098     382 (0000e080)     Ipv2_max
    0000e09a     382 (0000e080)     Ipv3_max
    0000e09c     382 (0000e080)     Pgrid1_c
    0000e09e     382 (0000e080)     Pgrid2_c
    0000e0a0     382 (0000e080)     Pinv1_c
    0000e0a2     382 (0000e080)     tmp1
    0000e0a4     382 (0000e080)     tmp2
    0000e0a6     382 (0000e080)     fgrid_m
    0000e0a8     382 (0000e080)     bus_cap_volt_diff
    0000e0aa     382 (0000e080)     Fgrid_hi_limit
    0000e0ac     382 (0000e080)     Fgrid_lo_limit
    0000e0ae     382 (0000e080)     Ppv
    0000e0b0     382 (0000e080)     Pbt
    0000e0b2     382 (0000e080)     Pgrid1
    0000e0b4     382 (0000e080)     Pgrid2
    0000e0b6     382 (0000e080)     Pinv1
    0000e0b8     382 (0000e080)     Pinv2
    
    0000e140     385 (0000e140)     sines_grid_L1
    
    0000e1c0     387 (0000e1c0)     sines_grid_L2
    
    0000e240     389 (0000e240)     sines_load_L1
    
    0000e2c0     38b (0000e2c0)     sines_load_L2
    
    0000e340     38d (0000e340)     sines_aux
    
    0000e3c0     38f (0000e3c0)     Vinv1_db
    
    0000e4c0     393 (0000e4c0)     Vinv2_db
    
    0000e5c0     397 (0000e5c0)     Iinv1_db
    
    0000e6c0     39b (0000e6c0)     Iinv2_db
    
    0000e7c0     39f (0000e7c0)     Igrid1_db
    
    0000e8c0     3a3 (0000e8c0)     Igrid2_db
    
    0000e9c0     3a7 (0000e9c0)     Ipv1_db
    
    0000eac0     3ab (0000eac0)     Ipv2_db
    
    0000ebc0     3af (0000ebc0)     Ipv3_db
    
    0000ecc0     3b3 (0000ecc0)     Vpv1_db
    
    0000edc0     3b7 (0000edc0)     Vpv2_db
    
    0000eec0     3bb (0000eec0)     Vpv3_db
    
    0000efc0     3bf (0000efc0)     Vbus_c1_db
    
    0000f0c0     3c3 (0000f0c0)     Vbus_c2_db
    
    0000f1c0     3c7 (0000f1c0)     Vbus_db
    
    0000f2c0     3cb (0000f2c0)     Vbat_db
    
    0000f3c0     3cf (0000f3c0)     Ibat_db
    
    0000f4bb     3d2 (0000f480)     debug_var1
    
    0000f8a3     3e2 (0000f880)     debug_var2
    
    0000fc8b     3f2 (0000fc80)     debug_var3
    
    00010074     401 (00010040)     fundamental_values
    
    00010082     402 (00010080)     JEMY
    
    000100c0     403 (000100c0)     JEMU
    
    00010100     404 (00010100)     JEMDW_l
    
    00010202     408 (00010200)     encoded_state_machine_output
    00010203     408 (00010200)     encoded_state_machine_input
    00010204     408 (00010200)     Bytes_Sum
    00010205     408 (00010200)     Check_Sum
    00010206     408 (00010200)     handleCFFT
    00010208     408 (00010200)     CFFT
    00010216     408 (00010200)     check_pv1
    00010224     408 (00010200)     check_pv2
    00010232     408 (00010200)     check_pv3
    
    00010240     409 (00010240)     crc_result
    00010241     409 (00010240)     trip_clear_counter
    0001025a     409 (00010240)     Configs
    
    00010280     40a (00010280)     Stats
    000102b8     40a (00010280)     cm4_rx_buf
    
    000102ea     40b (000102c0)     cm4_tx_buf
    
    0001031c     40c (00010300)     debug_rx_buf
    
    0001034e     40d (00010340)     PC_Y
    00010350     40d (00010340)     rtInfF
    00010352     40d (00010340)     rtMinusInfF
    00010354     40d (00010340)     rtNaNF
    00010356     40d (00010340)     rtInf
    0001035a     40d (00010340)     rtMinusInf
    0001035e     40d (00010340)     rtNaN
    00010362     40d (00010340)     PC_DW_l
    00010368     40d (00010340)     PC_U
    00010370     40d (00010340)     grid_voltage_samples
    
    00010390     40e (00010380)     harm_eff_values
    000103b0     40e (00010380)     magFFT
    
    000103c0     40f (000103c0)     V_grid1
    000103c2     40f (000103c0)     V_grid2
    000103c4     40f (000103c0)     OFR_Time
    000103c6     40f (000103c0)     UFR_Time
    000103c8     40f (000103c0)     R_OFR
    000103ca     40f (000103c0)     R_OFR_Time
    000103cc     40f (000103c0)     Recon_Block_Timer
    000103ce     40f (000103c0)     OVR_Time
    000103d0     40f (000103c0)     UVR_Time
    000103e0     40f (000103c0)     State_Machine_DW
    000103e3     40f (000103c0)     State_Machine_U
    000103ec     40f (000103c0)     State_Machine_Y
    000103fa     40f (000103c0)     sensor_result_bit_position
    000103fb     40f (000103c0)     POST_Result_Byte0
    000103fc     40f (000103c0)     POST_Result_Byte1
    000103fe     40f (000103c0)     all_sensors_results
    
    00010402     410 (00010400)     PV1_Y
    00010406     410 (00010400)     PV1_DWork
    0001040c     410 (00010400)     PV1_U
    00010416     410 (00010400)     PV2_Y
    0001041a     410 (00010400)     PV2_DWork
    00010420     410 (00010400)     PV2_U
    0001042a     410 (00010400)     PV3_Y
    0001042e     410 (00010400)     PV3_DWork
    00010434     410 (00010400)     PV3_U
    0001043c     410 (00010400)     diagnostics_id
    0001043e     410 (00010400)     diagnostics_ptr
    
    00010442     411 (00010440)     sData
    
    000104b2     412 (00010480)     rData
    
    0005d300    174c (0005d300)     CpuSysRegs
    
    0005f400    17d0 (0005f400)     MemCfgRegs
    
    00088180    2206 (00088180)     vcu2_twiddleFactors
    
    000886d0    221b (000886c0)     _vcu0_twiddleFactors
    
    00088a36    2228 (00088a00)     JEMM
    
    00088a40    2229 (00088a40)     Vpv_offset_hi_limit
    00088a42    2229 (00088a40)     Vpv_offset_lo_limit
    00088a44    2229 (00088a40)     Ipv_offset_hi_limit
    00088a46    2229 (00088a40)     Ipv_offset_lo_limit
    00088a48    2229 (00088a40)     Vcap_offset_hi_limit
    00088a4a    2229 (00088a40)     Vcap_offset_lo_limit
    00088a4c    2229 (00088a40)     Vbus_offset_hi_limit
    00088a4e    2229 (00088a40)     Vbus_offset_lo_limit
    00088a50    2229 (00088a40)     Vaux_offset_hi_limit
    00088a52    2229 (00088a40)     Vaux_offset_lo_limit
    00088a54    2229 (00088a40)     Vgrid_offset_hi_limit
    00088a56    2229 (00088a40)     Vgrid_offset_lo_limit
    00088a58    2229 (00088a40)     Vinv_offset_hi_limit
    00088a5a    2229 (00088a40)     Vinv_offset_lo_limit
    00088a5c    2229 (00088a40)     Ibat_offset_hi_limit
    00088a5e    2229 (00088a40)     Ibat_offset_lo_limit
    00088a60    2229 (00088a40)     Vbat_offset_hi_limit
    00088a62    2229 (00088a40)     Vbat_offset_lo_limit
    00088a64    2229 (00088a40)     Iinv_offset_hi_limit
    00088a66    2229 (00088a40)     Iinv_offset_lo_limit
    00088a68    2229 (00088a40)     Iaux_offset_hi_limit
    00088a6a    2229 (00088a40)     Iaux_offset_lo_limit
    00088a6c    2229 (00088a40)     Igrid_offset_hi_limit
    00088a6e    2229 (00088a40)     Igrid_offset_lo_limit
    
    
    GLOBAL SYMBOLS: SORTED ALPHABETICALLY BY Name 
    
    page  address   name                                     
    ----  -------   ----                                     
    0     000812cc  ADC_A_init                               
    0     00081345  ADC_B_init                               
    0     000813b4  ADC_C_init                               
    0     00081417  ADC_D_init                               
    0     000816d1  ADC_EOC_ISR                              
    0     00081485  ADC_init                                 
    0     00085e4e  ADC_setINLTrim                           
    0     00085ec1  ADC_setMode                              
    0     00085dfa  ADC_setOffsetTrim                        
    0     00085d92  ADC_setPPBTripLimits                     
    0     0000a764  AuxMPPT_cla_subsystem                    
    0     00008978  AuxMPPT_cla_subsystem_DW                 
    0     000088f6  AuxMPPT_cla_subsystem_P                  
    0     000808be  Aux_Balance_Relay_init                   
    0     000808aa  Aux_Disc_Relay_init                      
    0     000808d2  Aux_Gate_Disable_init                    
    0     0000a62c  Aux_cla_subsystem                        
    0     0000897c  Aux_cla_subsystem_DW                     
    0     00008980  Aux_cla_subsystem_P                      
    0     000808ea  Batt_Gate_Disable_init                   
    0     0000a210  Batt_cla_subsystem                       
    0     000089a0  Batt_cla_subsystem_DW                    
    0     00086bef  Batt_cla_subsystem_Init                  
    0     00008900  Batt_cla_subsystem_P                     
    0     00086bd8  Batt_cla_subsystem_Reset                 
    0     0000899e  Batt_cla_subsystem_ZCE                   
    0     00086bcf  Batt_cla_subsystem_initialize            
    0     00086b07  Battery_Controller_initialize            
    0     00086b03  Battery_Controller_step                  
    0     0008148e  Board_init                               
    1     00010204  Bytes_Sum                                
    0     00086cb8  C$$EXIT                                  
    1     00010208  CFFT                                     
    0     000866f5  CFFT_init32Pt                            
    0     0008664a  CFFT_run32Pt                             
    abs   00000100  CLA_SCRATCHPAD_SIZE                      
    0     000812b5  CLA_init                                 
    0     00086d1c  CLA_setTriggerSource                     
    0     0000a7e0  CLAatan2                                 
    abs   0000f870  CLAatan2HalfPITable                      
    abs   0000f876  CLAatan2Table                            
    0     0000a838  CLAcos                                   
    0     0000a870  CLAsin                                   
    abs   0000fe54  CLAsincosTable_Coef0                     
    abs   0000fe56  CLAsincosTable_Coef1                     
    abs   0000fe58  CLAsincosTable_Coef1_pos                 
    abs   0000fe5a  CLAsincosTable_Coef2                     
    abs   0000fe5c  CLAsincosTable_Coef3                     
    abs   0000fe5e  CLAsincosTable_Coef3_neg                 
    abs   0000fd4a  CLAsincosTable_Cos0                      
    abs   0000fd0a  CLAsincosTable_Sin0                      
    abs   0000fe52  CLAsincosTable_TABLE_MASK                
    abs   0000fe4e  CLAsincosTable_TABLE_SIZEDivTwoPi        
    abs   0000fe50  CLAsincosTable_TwoPiDivTABLE_SIZE        
    0     000811d8  CM4_SPI_RX_DMA_init                      
    0     0008122e  CM4_SPI_TX_DMA_init                      
    0     0008025c  CM4_SPI_init                             
    0     0008034d  CM4_UART_init                            
    0     000812ae  CPUTIMER_init                            
    0     00086ce1  CPUTimer_setEmulationMode                
    0     00086a7e  CRC_init16Bit                            
    0     000869fc  CRC_run16BitPoly1                        
    0     00086a74  CRC_run16BitPoly1Reflected               
    0     00086a38  CRC_run16BitPoly2                        
    0     00086a79  CRC_run16BitPoly2Reflected               
    1     00010205  Check_Sum                                
    abs   00000000  Cla1ConstLoadSize                        
    0     00008800  Cla1ConstLoadStart                       
    0     00008800  Cla1ConstRunStart                        
    1     00001400  Cla1Regs                                 
    0     0000a8a8  Cla1Task1                                
    0     0000a8d6  Cla1Task2                                
    0     0000a8fe  Cla1Task3                                
    0     0000a91e  Cla1Task4                                
    0     0000a93e  Cla1Task5                                
    0     0008814e  Cla1funcsLoadEnd                         
    abs   0000114e  Cla1funcsLoadSize                        
    0     00087000  Cla1funcsLoadStart                       
    0     00009800  Cla1funcsRunStart                        
    1     0001025a  Configs                                  
    1     0005d300  CpuSysRegs                               
    0     00081291  DAC_Debug_init                           
    0     00081291  DAC_init                                 
    0     00085d5f  DMA_configAddresses                      
    0     00085d2c  DMA_configBurst                          
    0     00085c79  DMA_configMode                           
    0     00085c3a  DMA_configTransfer                       
    0     00085bf2  DMA_configWrap                           
    0     00081283  DMA_init                                 
    1     00001480  D_Inv_1                                  
    1     00001498  D_bat                                    
    0     0008086a  Debug_LED1_init                          
    0     0008087e  Debug_LED2_init                          
    0     000802d1  Debug_UART_init                          
    0     00085f69  Device_configureTMXAnalogTrim            
    0     00085f9c  Device_enableAllPeripherals              
    0     00085f3b  Device_enableUnbondedGPIOPullups         
    0     00085f1e  Device_enableUnbondedGPIOPullupsFor100Pin
    0     00085f0b  Device_enableUnbondedGPIOPullupsFor176Pin
    0     00086006  Device_init                              
    0     00085f4b  Device_initGPIO                          
    0     00080896  Disc_Grid_4_PSU_init                     
    1     00001490  Dlo1                                     
    0     0008092f  ECAP_init                                
    0     00086c06  ECAP_setEmulationMode                    
    0     00080ab1  EPWM_init                                
    1     00004100  EPwm2Regs                                
    1     00004200  EPwm3Regs                                
    1     00004300  EPwm4Regs                                
    1     00004400  EPwm5Regs                                
    0     000081fe  Example_Fail                             
    0     000081fc  Example_PassCount                        
    0     000081fa  Example_Result                           
    0     00085f0a  Example_done                             
    0     00085f05  Example_setResultFail                    
    0     00085f00  Example_setResultPass                    
    1     0000e0aa  Fgrid_hi_limit                           
    1     0000e0ac  Fgrid_lo_limit                           
    0     000080c3  Flash_initModule                         
    0     0000805e  Flash_powerDown                          
    0     00008000  Flash_wakeFromLPM                        
    0     000809b7  Freq_Blanking_Timer_init                 
    0     0008092f  Freq_Capture_init                        
    0     00008230  Freq_Count                               
    0     00085bd5  GPIO_getDirectionMode                    
    0     00085b9e  GPIO_getPadConfig                        
    0     00085b74  GPIO_getQualificationMode                
    0     00080902  GPIO_init                                
    0     00085b44  GPIO_setAnalogMode                       
    0     00085b18  GPIO_setDirectionMode                    
    0     00085ae2  GPIO_setInterruptPin                     
    0     00085ab2  GPIO_setMasterCore                       
    0     00085a65  GPIO_setPadConfig                        
    0     00085a35  GPIO_setPinConfig                        
    0     00085a05  GPIO_setQualificationMode                
    0     000859d0  GPIO_setQualificationPeriod              
    1     00007f00  GpioDataRegs                             
    1     00001500  Grid_A_Command                           
    0     000082ca  Grid_OF_Flag                             
    0     000082c9  Grid_OV_Flag                             
    0     000082cd  Grid_Ok                                  
    0     000082cb  Grid_UF_Flag                             
    0     000082c8  Grid_UV_Flag                             
    1     00001502  Grid_good                                
    1     00001504  Grid_relay_status                        
    0     000082d4  IM_clear_trip                            
    0     000082d5  IM_control_enable                        
    0     000082d7  IM_grid_relay_command                    
    0     000082d6  IM_inverter_reset                        
    0     000082d8  IM_load_relay_command                    
    0     00080861  INPUTXBAR_init                           
    0     000807f2  INTERRUPT_init                           
    0     000816b6  INT_CM4_SPI_RX_DMA_ISR                   
    0     0008169b  INT_CM4_SPI_TX_DMA_ISR                   
    0     00081633  INT_CM4_UART_RX_ISR                      
    0     00081626  INT_CM4_UART_TX_ISR                      
    0     000815c3  INT_Debug_UART_RX_ISR                    
    0     000815b6  INT_Debug_UART_TX_ISR                    
    0     00081517  INT_Freq_Capture_ISR                     
    0     000814ef  INT_JEM_ADC_ISR                          
    0     000814b1  INT_Periodic_Tick_100mSec_ISR            
    0     00008200  ISR_counter                              
    0     000807d9  I_MUX_IN1_init                           
    0     000807c0  I_MUX_IN2_init                           
    1     0000149a  I_batt_read                              
    1     0000149c  I_ref                                    
    1     00001534  Iac                                      
    0     00008254  Iaux_hi_limit                            
    1     0000e011  Iaux_in                                  
    0     00008256  Iaux_lo_limit                            
    1     0000e042  Iaux_m                                   
    1     0000e086  Iaux_max                                 
    0     00008278  Iaux_offset                              
    0     00088a68  Iaux_offset_hi_limit                     
    0     00088a6a  Iaux_offset_lo_limit                     
    1     0000e06e  Iaux_offset_m                            
    1     00001542  Ibat                                     
    1     0000f3c0  Ibat_db                                  
    0     00008248  Ibat_hi_limit                            
    1     0000e00f  Ibat_in                                  
    0     0000824a  Ibat_lo_limit                            
    1     0000e03e  Ibat_m                                   
    0     00008282  Ibat_offset                              
    0     00088a5c  Ibat_offset_hi_limit                     
    0     00088a5e  Ibat_offset_lo_limit                     
    1     0000e06c  Ibat_offset_m                            
    1     00001544  Ichar_max                                
    1     00001546  Idischar_max                             
    1     00001506  Igrid1                                   
    1     0000e7c0  Igrid1_db                                
    1     0000e007  Igrid1_in                                
    1     0000e02e  Igrid1_m                                 
    1     0000e07e  Igrid1_max                               
    0     0000828a  Igrid1_offset                            
    1     0000e072  Igrid1_offset_m                          
    1     00001508  Igrid2                                   
    1     0000e8c0  Igrid2_db                                
    1     0000e008  Igrid2_in                                
    1     0000e030  Igrid2_m                                 
    1     0000e080  Igrid2_max                               
    0     0000828c  Igrid2_offset                            
    1     0000e074  Igrid2_offset_m                          
    0     0000825c  Igrid_hi_limit                           
    0     0000825e  Igrid_lo_limit                           
    0     00088a6c  Igrid_offset_hi_limit                    
    0     00088a6e  Igrid_offset_lo_limit                    
    1     0000150a  Iinv1                                    
    1     0000e5c0  Iinv1_db                                 
    1     0000e005  Iinv1_in                                 
    1     0000e02a  Iinv1_m                                  
    1     0000e07a  Iinv1_max                                
    0     00008286  Iinv1_offset                             
    1     0000e066  Iinv1_offset_m                           
    1     0000150c  Iinv2                                    
    1     0000e6c0  Iinv2_db                                 
    1     0000e006  Iinv2_in                                 
    1     0000e02c  Iinv2_m                                  
    1     0000e07c  Iinv2_max                                
    0     00008288  Iinv2_offset                             
    1     0000e068  Iinv2_offset_m                           
    0     00008250  Iinv_hi_limit                            
    0     00008252  Iinv_lo_limit                            
    0     00088a64  Iinv_offset_hi_limit                     
    0     00088a66  Iinv_offset_lo_limit                     
    0     0008616d  Interrupt_disable                        
    0     000860c0  Interrupt_enable                         
    0     0008607d  Interrupt_initModule                     
    0     00086060  Interrupt_initVectorTable                
    0     00086718  Inv_Controller_initialize                
    0     0008670f  Inv_Controller_step                      
    0     000807a8  Inv_Gate_Disable_init                    
    0     00009800  Inv_cla_subsystem                        
    0     00008940  Inv_cla_subsystem_DW                     
    0     000863a0  Inv_cla_subsystem_Init                   
    0     00008800  Inv_cla_subsystem_P                      
    0     00086315  Inv_cla_subsystem_Reset                  
    0     00086310  Inv_cla_subsystem_Start                  
    0     0008630b  Inv_cla_subsystem_initialize             
    1     0000e9c0  Ipv1_db                                  
    1     0000e013  Ipv1_in                                  
    1     0000e046  Ipv1_m                                   
    1     0000e096  Ipv1_max                                 
    0     00008266  Ipv1_offset                              
    1     0000e056  Ipv1_offset_m                            
    1     0000eac0  Ipv2_db                                  
    1     0000e015  Ipv2_in                                  
    1     0000e04a  Ipv2_m                                   
    1     0000e098  Ipv2_max                                 
    0     0000826a  Ipv2_offset                              
    1     0000e058  Ipv2_offset_m                            
    1     0000ebc0  Ipv3_db                                  
    1     0000e017  Ipv3_in                                  
    1     0000e04e  Ipv3_m                                   
    1     0000e09a  Ipv3_max                                 
    0     0000826e  Ipv3_offset                              
    1     0000e05a  Ipv3_offset_m                            
    0     00008258  Ipv_hi_limit                             
    0     0000825a  Ipv_lo_limit                             
    0     00088a44  Ipv_offset_hi_limit                      
    0     00088a46  Ipv_offset_lo_limit                      
    1     00001492  Iref                                     
    1     00001494  Iref_dc                                  
    1     00001536  Iref_rms                                 
    1     0000149e  Iref_rms_mppt                            
    1     00010100  JEMDW_l                                  
    0     00088a36  JEMM                                     
    1     000100c0  JEMU                                     
    1     00010082  JEMY                                     
    0     00083e96  JEM_TestCode_initialize                  
    0     00083d78  JEM_TestCode_step                        
    0     00008201  JEM_execute_pending                      
    0     00080794  JET_Test_Signal_1_init                   
    0     00080780  JET_Test_Signal_2_init                   
    0     0008076c  JET_Test_Signal_3_init                   
    0     00080758  JET_Test_Signal_4_init                   
    0     00080744  JET_Test_Signal_5_init                   
    0     00080730  JET_Test_Signal_6_init                   
    0     000082a7  LED1_Toggle_Enabled                      
    0     000082a8  LED2_Toggle_Enabled                      
    0     0000820e  LED_Toggle_Counter                       
    1     00001482  Load_relay                               
    0     0008063f  MEMCFG_init                              
    0     0008062b  Master_Relay_init                        
    1     0005f400  MemCfgRegs                               
    0     000856a1  MemCfg_commitConfig                      
    0     00085693  MemCfg_getCorrErrorAddress               
    0     00085620  MemCfg_getInitStatus                     
    0     000855df  MemCfg_getUncorrErrorAddress             
    0     00085594  MemCfg_getViolationAddress               
    0     00085533  MemCfg_initSections                      
    0     000854e4  MemCfg_lockConfig                        
    0     0008547d  MemCfg_setLSRAMMasterSel                 
    0     000853e1  MemCfg_setProtection                     
    0     00085348  MemCfg_setTestMode                       
    0     000852f4  MemCfg_unlockConfig                      
    0     000082cc  OFR_Flag                                 
    1     000103c4  OFR_Time                                 
    1     000103ce  OVR_Time                                 
    0     00080617  Off_Grid_Relay_init                      
    0     00080603  On_Grid_Relay_init                       
    1     00010362  PC_DW_l                                  
    1     00010368  PC_U                                     
    1     0001034e  PC_Y                                     
    1     0000150e  PFset                                    
    0     000082a0  POST_Fail_Flag                           
    1     000103fb  POST_Result_Byte0                        
    1     000103fc  POST_Result_Byte1                        
    0     000868c8  PV1_Controller_C28_initialize            
    0     00086857  PV1_Controller_C28_step                  
    1     00010406  PV1_DWork                                
    0     000082b0  PV1_P                                    
    1     0001040c  PV1_U                                    
    1     00010402  PV1_Y                                    
    0     00086954  PV2_Controller_C28_initialize            
    0     000868e3  PV2_Controller_C28_step                  
    1     0001041a  PV2_DWork                                
    0     000082b8  PV2_P                                    
    1     00010420  PV2_U                                    
    1     00010416  PV2_Y                                    
    0     000869e0  PV3_Controller_C28_initialize            
    0     0008696f  PV3_Controller_C28_step                  
    1     0001042e  PV3_DWork                                
    0     000082c0  PV3_P                                    
    1     00010434  PV3_U                                    
    1     0001042a  PV3_Y                                    
    0     000805eb  PV_Gate_Enable_init                      
    1     00001510  P_Set                                    
    1     0000e0b0  Pbt                                      
    0     000805a8  Periodic_Tick_100mSec_init               
    1     00001512  Pexp_max                                 
    1     00001514  Pgrid                                    
    1     0000e0b2  Pgrid1                                   
    1     0000e09c  Pgrid1_c                                 
    1     0000e0b4  Pgrid2                                   
    1     0000e09e  Pgrid2_c                                 
    1     00001516  Pimp_max                                 
    0     000803ce  PinMux_init                              
    1     0000e0b6  Pinv1                                    
    1     0000e0a0  Pinv1_c                                  
    1     0000e0b8  Pinv2                                    
    0     00086640  Power_Control_initialize                 
    0     00086553  Power_Control_step                       
    1     0000e0ae  Ppv                                      
    1     00001518  Q_Set                                    
    1     000103c8  R_OFR                                    
    1     000103ca  R_OFR_Time                               
    0     00086ff9  RamfuncsLoadEnd                          
    abs   000001f9  RamfuncsLoadSize                         
    0     00086e00  RamfuncsLoadStart                        
    0     000081f9  RamfuncsRunEnd                           
    abs   000001f9  RamfuncsRunSize                          
    0     00008000  RamfuncsRunStart                         
    1     000103cc  Recon_Block_Timer                        
    1     00001540  Reset_bat                                
    0     0008597e  SCI_clearInterruptStatus                 
    0     00085947  SCI_disableInterrupt                     
    0     00085911  SCI_enableInterrupt                      
    0     000858c6  SCI_getInterruptStatus                   
    0     000803c9  SCI_init                                 
    0     00085842  SCI_readCharArray                        
    0     0008581a  SCI_setBaud                              
    0     00085797  SCI_setConfig                            
    0     00085779  SCI_setWakeFlag                          
    0     000856f0  SCI_writeCharArray                       
    0     000082a1  SPI_Fail_Flag                            
    0     0000820f  SPI_Rx_Complete                          
    0     000082a2  SPI_TimeOut_Flag                         
    0     000802ad  SPI_TimeOut_Timer_init                   
    0     00008210  SPI_Tx_Complete                          
    0     00084435  SPI_clearInterruptStatus                 
    0     00084404  SPI_disableInterrupt                     
    0     000843d3  SPI_enableInterrupt                      
    0     0008439d  SPI_getInterruptStatus                   
    0     0008025c  SPI_init                                 
    0     00083f1f  SPI_pollingFIFOTransaction               
    0     0008430b  SPI_pollingNonFIFOTransaction            
    0     000842da  SPI_receive16Bits                        
    0     000842a1  SPI_receive24Bits                        
    0     00084262  SPI_receive32Bits                        
    0     0008422b  SPI_setBaudRate                          
    0     000841cc  SPI_setConfig                            
    0     0008419b  SPI_transmit24Bits                       
    0     0008417f  SPI_transmit32Bits                       
    0     0008022d  SYNC_init                                
    0     00080118  SYSCTL_init                              
    0     000082a3  Shutdown_Wait_Over_Flag                  
    1     000103e0  State_Machine_DW                         
    1     000103e3  State_Machine_U                          
    1     000103ec  State_Machine_Y                          
    0     00086856  State_Machine_initialize                 
    0     000867b9  State_Machine_step                       
    0     000867b8  State_Machine_terminate                  
    1     00010280  Stats                                    
    1     00001484  Synch_flag                               
    0     000081f5  SysCtl_delay                             
    0     00084e2d  SysCtl_getAuxClock                       
    0     00084d8e  SysCtl_getClock                          
    0     00084de9  SysCtl_getDeviceParametric               
    0     00084dd4  SysCtl_getLowSpeedClock                  
    0     00084a13  SysCtl_selectOscSource                   
    0     00084c2b  SysCtl_selectOscSourceAuxPLL             
    0     00084986  SysCtl_selectXTAL                        
    0     00084c54  SysCtl_setAuxClock                       
    0     00084a4f  SysCtl_setClock                          
    0     000082a4  UART_ACK_Rcvd_Flag                       
    0     000082a5  UART_NAK_Rcvd_Flag                       
    1     000103c6  UFR_Time                                 
    1     000103d0  UVR_Time                                 
    0     00080100  V_MUX_IN1_init                           
    0     000800e8  V_MUX_IN2_init                           
    1     00001496  V_error                                  
    1     000103c0  V_grid1                                  
    1     000103c2  V_grid2                                  
    1     0000151a  V_synch_error                            
    1     00001538  Vac                                      
    0     00008240  Vaux_hi_limit                            
    1     0000e010  Vaux_in                                  
    0     00008242  Vaux_lo_limit                            
    1     0000e040  Vaux_m                                   
    0     00008276  Vaux_offset                              
    0     00088a50  Vaux_offset_hi_limit                     
    0     00088a52  Vaux_offset_lo_limit                     
    1     0000e070  Vaux_offset_m                            
    1     00001548  Vbat                                     
    1     0000f2c0  Vbat_db                                  
    0     0000824c  Vbat_hi_limit                            
    1     0000e00e  Vbat_in                                  
    0     0000824e  Vbat_lo_limit                            
    1     0000e03c  Vbat_m                                   
    1     0000e08e  Vbat_max                                 
    0     00008284  Vbat_offset                              
    0     00088a60  Vbat_offset_hi_limit                     
    0     00088a62  Vbat_offset_lo_limit                     
    1     0000e06a  Vbat_offset_m                            
    1     0000154a  Vbus                                     
    1     0000151c  Vbus_c1                                  
    1     0000efc0  Vbus_c1_db                               
    1     0000e00b  Vbus_c1_in                               
    1     0000e036  Vbus_c1_m                                
    1     0000e088  Vbus_c1_max                              
    1     0000151e  Vbus_c2                                  
    1     0000f0c0  Vbus_c2_db                               
    1     0000e00c  Vbus_c2_in                               
    1     0000e038  Vbus_c2_m                                
    1     0000e08a  Vbus_c2_max                              
    1     0000154c  Vbus_char_min                            
    1     0000f1c0  Vbus_db                                  
    1     0000154e  Vbus_dischar_max                         
    1     00001520  Vbus_exp_min                             
    0     0000823c  Vbus_hi_limit                            
    1     00001522  Vbus_imp_max                             
    1     0000e00d  Vbus_in                                  
    0     0000823e  Vbus_lo_limit                            
    1     0000e03a  Vbus_m                                   
    1     0000e08c  Vbus_max                                 
    0     00008274  Vbus_offset                              
    0     00088a4c  Vbus_offset_hi_limit                     
    0     00088a4e  Vbus_offset_lo_limit                     
    1     0000e060  Vbus_offset_m                            
    1     0000153a  Vc_hi                                    
    1     0000153c  Vc_lo                                    
    0     00008270  Vcap1_offset                             
    1     0000e05c  Vcap1_offset_m                           
    0     00008272  Vcap2_offset                             
    1     0000e05e  Vcap2_offset_m                           
    0     00008238  Vcap_hi_limit                            
    0     0000823a  Vcap_lo_limit                            
    0     00088a48  Vcap_offset_hi_limit                     
    0     00088a4a  Vcap_offset_lo_limit                     
    1     00001524  Vgrid1                                   
    1     0000e009  Vgrid1_in                                
    1     0000e032  Vgrid1_m                                 
    0     0000827a  Vgrid1_offset                            
    1     0000e076  Vgrid1_offset_m                          
    1     00001526  Vgrid2                                   
    1     0000e00a  Vgrid2_in                                
    1     0000e034  Vgrid2_m                                 
    0     0000827c  Vgrid2_offset                            
    1     0000e078  Vgrid2_offset_m                          
    1     00001528  Vgrid_A_Ref                              
    0     00008260  Vgrid_hi_limit                           
    0     00008262  Vgrid_lo_limit                           
    0     00088a54  Vgrid_offset_hi_limit                    
    0     00088a56  Vgrid_offset_lo_limit                    
    1     0000152a  Vinv1                                    
    1     0000e3c0  Vinv1_db                                 
    1     0000e003  Vinv1_in                                 
    1     0000e026  Vinv1_m                                  
    1     0000e082  Vinv1_max                                
    0     0000827e  Vinv1_offset                             
    1     0000e062  Vinv1_offset_m                           
    1     0000152c  Vinv2                                    
    1     0000e4c0  Vinv2_db                                 
    1     0000e004  Vinv2_in                                 
    1     0000e028  Vinv2_m                                  
    1     0000e084  Vinv2_max                                
    0     00008280  Vinv2_offset                             
    1     0000e064  Vinv2_offset_m                           
    0     00008244  Vinv_hi_limit                            
    0     00008246  Vinv_lo_limit                            
    0     00088a58  Vinv_offset_hi_limit                     
    0     00088a5a  Vinv_offset_lo_limit                     
    1     0000152e  Vnom_peak                                
    1     00001530  Voltage_Supp_Limit                       
    1     0000ecc0  Vpv1_db                                  
    1     0000e012  Vpv1_in                                  
    1     0000e044  Vpv1_m                                   
    1     0000e090  Vpv1_max                                 
    0     00008264  Vpv1_offset                              
    1     0000e050  Vpv1_offset_m                            
    1     0000edc0  Vpv2_db                                  
    1     0000e014  Vpv2_in                                  
    1     0000e048  Vpv2_m                                   
    1     0000e092  Vpv2_max                                 
    0     00008268  Vpv2_offset                              
    1     0000e052  Vpv2_offset_m                            
    1     0000eec0  Vpv3_db                                  
    1     0000e016  Vpv3_in                                  
    1     0000e04c  Vpv3_m                                   
    1     0000e094  Vpv3_max                                 
    0     0000826c  Vpv3_offset                              
    1     0000e054  Vpv3_offset_m                            
    0     00008234  Vpv_hi_limit                             
    0     00008236  Vpv_lo_limit                             
    0     00088a40  Vpv_offset_hi_limit                      
    0     00088a42  Vpv_offset_lo_limit                      
    1     0000153e  Vrms_k                                   
    0     00088db8  __TI_CINIT_Base                          
    0     00088ddc  __TI_CINIT_Limit                         
    0     00088ddc  __TI_CINIT_Warm                          
    0     00088d96  __TI_Handler_Table_Base                  
    0     00088d9c  __TI_Handler_Table_Limit                 
    1     0000051a  __TI_STACK_END                           
    abs   000003f8  __TI_STACK_SIZE                          
    0     00086c63  __TI_auto_init_nobinit_nopinit           
    0     000082d0  __TI_cleanup_ptr                         
    0     00086c35  __TI_decompress_lzss                     
    0     00086d88  __TI_decompress_none                     
    0     000082d2  __TI_dtors_ptr                           
    0     000082ce  __TI_enable_exit_profile_output          
    abs   ffffffff  __TI_pprof_out_hndl                      
    abs   ffffffff  __TI_prof_data_size                      
    abs   ffffffff  __TI_prof_data_start                     
    0     00086d97  __TI_zero_init                           
    0     00086c8e  __c28xabi_cmpd                           
    0     00086d38  __c28xabi_ftod                           
    0     00086a80  __c28xabi_mpyd                           
    n/a   UNDEFED   __c_args__                               
    0     00008af4  __claCLAatan2_sp                         
    0     00008af4  __claCLAcos_sp                           
    0     00008af4  __claCLAsin_sp                           
    0     00085efd  __error__                                
    1     00000122  __stack                                  
    0     00086d6b  _args_main                               
    0     00086d54  _c_int00                                 
    0     000082e0  _lock                                    
    0     00086d7f  _nop                                     
    0     00086d7b  _register_lock                           
    0     00086d77  _register_unlock                         
    0     00083941  _system_post_cinit                       
    0     00086d9d  _system_pre_init                         
    0     000082e2  _unlock                                  
    0     000886d0  _vcu0_twiddleFactors                     
    0     00086cb8  abort                                    
    0     00008209  alert_bit_field                          
    1     000103fe  all_sensors_results                      
    0     000082ab  balancer_operation_reqd                  
    0     0000829a  battery_available                        
    0     00008300  buffer1Q15                               
    0     00008340  buffer2Q15                               
    1     0000e0a8  bus_cap_volt_diff                        
    0     000082a9  calculate_dc_Offsets                     
    0     00086b77  ceilf                                    
    0     000861bd  check_grid                               
    1     00010216  check_pv1                                
    1     00010224  check_pv2                                
    1     00010232  check_pv3                                
    0     000082db  cm4_buffer_pending                       
    1     000102b8  cm4_rx_buf                               
    0     000082dd  cm4_rx_buffer_index                      
    1     000102ea  cm4_tx_buf                               
    0     00080000  code_start                               
    0     000846bc  configs_update                           
    0     00008215  control_enable_aux                       
    0     00008214  control_enable_bat                       
    0     00008216  control_enable_inv                       
    0     00008211  control_enable_pv1                       
    0     00008212  control_enable_pv2                       
    0     00008213  control_enable_pv3                       
    1     00010240  crc_result                               
    0     000082a6  dc_bus_balanced                          
    0     000082aa  dc_offsets_calculated                    
    1     00001486  debug_1                                  
    1     00001488  debug_2                                  
    1     0000148a  debug_3                                  
    1     0000148c  debug_4                                  
    1     0000148e  debug_5                                  
    0     000082da  debug_buffer_pending                     
    1     0000e002  debug_counter                            
    1     0000e001  debug_logged                             
    1     0001031c  debug_rx_buf                             
    0     000082dc  debug_rx_buffer_index                    
    1     0000f4bb  debug_var1                               
    1     0000f8a3  debug_var2                               
    1     0000fc8b  debug_var3                               
    1     0001043c  diagnostics_id                           
    1     0001043e  diagnostics_ptr                          
    0     000082de  diagnostics_req_pending                  
    1     00010203  encoded_state_machine_input              
    1     00010202  encoded_state_machine_output             
    0     00086cba  exit                                     
    1     0000e0a6  fgrid_m                                  
    1     00001532  fnom                                     
    0     00008205  freq_send_pending                        
    1     00010074  fundamental_values                       
    0     0000829e  grid_available                           
    0     0000820c  grid_freq_state                          
    0     00008203  grid_power_exec_counter                  
    0     0000820a  grid_relay_state                         
    1     0000e000  grid_voltage_sampled                     
    1     00010370  grid_voltage_samples                     
    0     0000820d  grid_volts_state                         
    1     00010206  handleCFFT                               
    0     00008207  hardware_trip_state                      
    1     00010390  harm_eff_values                          
    0     000846a4  initialize_crc_calculator                
    0     00084673  initialize_default_configs               
    0     0008464b  initialize_spi_buffer                    
    0     00008222  is_duty_calculated_aux                   
    0     00008221  is_duty_calculated_bat                   
    0     00008223  is_duty_calculated_inv                   
    0     0000821e  is_duty_calculated_pv1                   
    0     0000821f  is_duty_calculated_pv2                   
    0     00008220  is_duty_calculated_pv3                   
    0     0000821c  is_tripped_aux                           
    0     0000821b  is_tripped_bat                           
    0     0000821d  is_tripped_inv                           
    0     00008218  is_tripped_pv1                           
    0     00008219  is_tripped_pv2                           
    0     0000821a  is_tripped_pv3                           
    0     0000820b  load_relay_state                         
    1     000103b0  magFFT                                   
    0     00083506  main                                     
    0     00008217  master_control_enable                    
    0     00086cff  memcpy                                   
    0     00086d90  memset                                   
    0     000800a4  myCLA0_init                              
    0     0008009b  myINPUTXBARINPUT0_init                   
    0     00080092  myINPUTXBARINPUT1_init                   
    0     00080089  myINPUTXBARINPUT2_init                   
    0     00080080  myINPUTXBARINPUT3_init                   
    0     000851f1  perform_sensor_calibration               
    0     00084fb5  perform_sensors_checks                   
    0     00084e7f  populate_all_sensor_results              
    0     00084e64  prepare_post_bytes                       
    0     000864eb  print_to_debug_uart                      
    0     00086501  process_cm4_rx_buffer                    
    0     000864f9  process_debug_rx_buffer                  
    0     0000829b  pv1_available                            
    0     0000829c  pv2_available                            
    0     0000829d  pv3_available                            
    0     0000829f  pv_available                             
    0     00008202  pv_execution_counter                     
    1     000104b2  rData                                    
    1     00010356  rtInf                                    
    1     00010350  rtInfF                                   
    1     0001035a  rtMinusInf                               
    1     00010352  rtMinusInfF                              
    1     0001035e  rtNaN                                    
    1     00010354  rtNaNF                                   
    0     000082ac  rx_Data                                  
    1     00010442  sData                                    
    0     00008206  safety_trip_flag                         
    0     0008643e  send_diagnostics_buffer                  
    1     000103fa  sensor_result_bit_position               
    1     0000e340  sines_aux                                
    1     0000e140  sines_grid_L1                            
    1     0000e1c0  sines_grid_L2                            
    1     0000e240  sines_load_L1                            
    1     0000e2c0  sines_load_L2                            
    0     000082d9  stats_sent_to_IM                         
    0     0008446c  stats_update                             
    0     00008232  tick_100mSec_counter                     
    1     0000e024  time_diff                                
    1     0000e0a2  tmp1                                     
    1     0000e0a4  tmp2                                     
    0     0008642b  transmit_on_cm4_uart                     
    0     00008208  trip_bit_field                           
    1     00010241  trip_clear_counter                       
    0     000082ae  tx_Data                                  
    0     00088180  vcu2_twiddleFactors                      
    0     00008204  zero_crossing_detected                   
    
    
    GLOBAL SYMBOLS: SORTED BY Symbol Address 
    
    page  address   name                                     
    ----  -------   ----                                     
    0     00008000  Flash_wakeFromLPM                        
    0     00008000  RamfuncsRunStart                         
    0     0000805e  Flash_powerDown                          
    0     000080c3  Flash_initModule                         
    0     000081f5  SysCtl_delay                             
    0     000081f9  RamfuncsRunEnd                           
    0     000081fa  Example_Result                           
    0     000081fc  Example_PassCount                        
    0     000081fe  Example_Fail                             
    0     00008200  ISR_counter                              
    0     00008201  JEM_execute_pending                      
    0     00008202  pv_execution_counter                     
    0     00008203  grid_power_exec_counter                  
    0     00008204  zero_crossing_detected                   
    0     00008205  freq_send_pending                        
    0     00008206  safety_trip_flag                         
    0     00008207  hardware_trip_state                      
    0     00008208  trip_bit_field                           
    0     00008209  alert_bit_field                          
    0     0000820a  grid_relay_state                         
    0     0000820b  load_relay_state                         
    0     0000820c  grid_freq_state                          
    0     0000820d  grid_volts_state                         
    0     0000820e  LED_Toggle_Counter                       
    0     0000820f  SPI_Rx_Complete                          
    0     00008210  SPI_Tx_Complete                          
    0     00008211  control_enable_pv1                       
    0     00008212  control_enable_pv2                       
    0     00008213  control_enable_pv3                       
    0     00008214  control_enable_bat                       
    0     00008215  control_enable_aux                       
    0     00008216  control_enable_inv                       
    0     00008217  master_control_enable                    
    0     00008218  is_tripped_pv1                           
    0     00008219  is_tripped_pv2                           
    0     0000821a  is_tripped_pv3                           
    0     0000821b  is_tripped_bat                           
    0     0000821c  is_tripped_aux                           
    0     0000821d  is_tripped_inv                           
    0     0000821e  is_duty_calculated_pv1                   
    0     0000821f  is_duty_calculated_pv2                   
    0     00008220  is_duty_calculated_pv3                   
    0     00008221  is_duty_calculated_bat                   
    0     00008222  is_duty_calculated_aux                   
    0     00008223  is_duty_calculated_inv                   
    0     00008230  Freq_Count                               
    0     00008232  tick_100mSec_counter                     
    0     00008234  Vpv_hi_limit                             
    0     00008236  Vpv_lo_limit                             
    0     00008238  Vcap_hi_limit                            
    0     0000823a  Vcap_lo_limit                            
    0     0000823c  Vbus_hi_limit                            
    0     0000823e  Vbus_lo_limit                            
    0     00008240  Vaux_hi_limit                            
    0     00008242  Vaux_lo_limit                            
    0     00008244  Vinv_hi_limit                            
    0     00008246  Vinv_lo_limit                            
    0     00008248  Ibat_hi_limit                            
    0     0000824a  Ibat_lo_limit                            
    0     0000824c  Vbat_hi_limit                            
    0     0000824e  Vbat_lo_limit                            
    0     00008250  Iinv_hi_limit                            
    0     00008252  Iinv_lo_limit                            
    0     00008254  Iaux_hi_limit                            
    0     00008256  Iaux_lo_limit                            
    0     00008258  Ipv_hi_limit                             
    0     0000825a  Ipv_lo_limit                             
    0     0000825c  Igrid_hi_limit                           
    0     0000825e  Igrid_lo_limit                           
    0     00008260  Vgrid_hi_limit                           
    0     00008262  Vgrid_lo_limit                           
    0     00008264  Vpv1_offset                              
    0     00008266  Ipv1_offset                              
    0     00008268  Vpv2_offset                              
    0     0000826a  Ipv2_offset                              
    0     0000826c  Vpv3_offset                              
    0     0000826e  Ipv3_offset                              
    0     00008270  Vcap1_offset                             
    0     00008272  Vcap2_offset                             
    0     00008274  Vbus_offset                              
    0     00008276  Vaux_offset                              
    0     00008278  Iaux_offset                              
    0     0000827a  Vgrid1_offset                            
    0     0000827c  Vgrid2_offset                            
    0     0000827e  Vinv1_offset                             
    0     00008280  Vinv2_offset                             
    0     00008282  Ibat_offset                              
    0     00008284  Vbat_offset                              
    0     00008286  Iinv1_offset                             
    0     00008288  Iinv2_offset                             
    0     0000828a  Igrid1_offset                            
    0     0000828c  Igrid2_offset                            
    0     0000829a  battery_available                        
    0     0000829b  pv1_available                            
    0     0000829c  pv2_available                            
    0     0000829d  pv3_available                            
    0     0000829e  grid_available                           
    0     0000829f  pv_available                             
    0     000082a0  POST_Fail_Flag                           
    0     000082a1  SPI_Fail_Flag                            
    0     000082a2  SPI_TimeOut_Flag                         
    0     000082a3  Shutdown_Wait_Over_Flag                  
    0     000082a4  UART_ACK_Rcvd_Flag                       
    0     000082a5  UART_NAK_Rcvd_Flag                       
    0     000082a6  dc_bus_balanced                          
    0     000082a7  LED1_Toggle_Enabled                      
    0     000082a8  LED2_Toggle_Enabled                      
    0     000082a9  calculate_dc_Offsets                     
    0     000082aa  dc_offsets_calculated                    
    0     000082ab  balancer_operation_reqd                  
    0     000082ac  rx_Data                                  
    0     000082ae  tx_Data                                  
    0     000082b0  PV1_P                                    
    0     000082b8  PV2_P                                    
    0     000082c0  PV3_P                                    
    0     000082c8  Grid_UV_Flag                             
    0     000082c9  Grid_OV_Flag                             
    0     000082ca  Grid_OF_Flag                             
    0     000082cb  Grid_UF_Flag                             
    0     000082cc  OFR_Flag                                 
    0     000082cd  Grid_Ok                                  
    0     000082ce  __TI_enable_exit_profile_output          
    0     000082d0  __TI_cleanup_ptr                         
    0     000082d2  __TI_dtors_ptr                           
    0     000082d4  IM_clear_trip                            
    0     000082d5  IM_control_enable                        
    0     000082d6  IM_inverter_reset                        
    0     000082d7  IM_grid_relay_command                    
    0     000082d8  IM_load_relay_command                    
    0     000082d9  stats_sent_to_IM                         
    0     000082da  debug_buffer_pending                     
    0     000082db  cm4_buffer_pending                       
    0     000082dc  debug_rx_buffer_index                    
    0     000082dd  cm4_rx_buffer_index                      
    0     000082de  diagnostics_req_pending                  
    0     000082e0  _lock                                    
    0     000082e2  _unlock                                  
    0     00008300  buffer1Q15                               
    0     00008340  buffer2Q15                               
    0     00008800  Cla1ConstLoadStart                       
    0     00008800  Cla1ConstRunStart                        
    0     00008800  Inv_cla_subsystem_P                      
    0     000088f6  AuxMPPT_cla_subsystem_P                  
    0     00008900  Batt_cla_subsystem_P                     
    0     00008940  Inv_cla_subsystem_DW                     
    0     00008978  AuxMPPT_cla_subsystem_DW                 
    0     0000897c  Aux_cla_subsystem_DW                     
    0     00008980  Aux_cla_subsystem_P                      
    0     0000899e  Batt_cla_subsystem_ZCE                   
    0     000089a0  Batt_cla_subsystem_DW                    
    0     00008af4  __claCLAatan2_sp                         
    0     00008af4  __claCLAcos_sp                           
    0     00008af4  __claCLAsin_sp                           
    0     00009800  Cla1funcsRunStart                        
    0     00009800  Inv_cla_subsystem                        
    0     0000a210  Batt_cla_subsystem                       
    0     0000a62c  Aux_cla_subsystem                        
    0     0000a764  AuxMPPT_cla_subsystem                    
    0     0000a7e0  CLAatan2                                 
    0     0000a838  CLAcos                                   
    0     0000a870  CLAsin                                   
    0     0000a8a8  Cla1Task1                                
    0     0000a8d6  Cla1Task2                                
    0     0000a8fe  Cla1Task3                                
    0     0000a91e  Cla1Task4                                
    0     0000a93e  Cla1Task5                                
    0     00080000  code_start                               
    0     00080080  myINPUTXBARINPUT3_init                   
    0     00080089  myINPUTXBARINPUT2_init                   
    0     00080092  myINPUTXBARINPUT1_init                   
    0     0008009b  myINPUTXBARINPUT0_init                   
    0     000800a4  myCLA0_init                              
    0     000800e8  V_MUX_IN2_init                           
    0     00080100  V_MUX_IN1_init                           
    0     00080118  SYSCTL_init                              
    0     0008022d  SYNC_init                                
    0     0008025c  CM4_SPI_init                             
    0     0008025c  SPI_init                                 
    0     000802ad  SPI_TimeOut_Timer_init                   
    0     000802d1  Debug_UART_init                          
    0     0008034d  CM4_UART_init                            
    0     000803c9  SCI_init                                 
    0     000803ce  PinMux_init                              
    0     000805a8  Periodic_Tick_100mSec_init               
    0     000805eb  PV_Gate_Enable_init                      
    0     00080603  On_Grid_Relay_init                       
    0     00080617  Off_Grid_Relay_init                      
    0     0008062b  Master_Relay_init                        
    0     0008063f  MEMCFG_init                              
    0     00080730  JET_Test_Signal_6_init                   
    0     00080744  JET_Test_Signal_5_init                   
    0     00080758  JET_Test_Signal_4_init                   
    0     0008076c  JET_Test_Signal_3_init                   
    0     00080780  JET_Test_Signal_2_init                   
    0     00080794  JET_Test_Signal_1_init                   
    0     000807a8  Inv_Gate_Disable_init                    
    0     000807c0  I_MUX_IN2_init                           
    0     000807d9  I_MUX_IN1_init                           
    0     000807f2  INTERRUPT_init                           
    0     00080861  INPUTXBAR_init                           
    0     0008086a  Debug_LED1_init                          
    0     0008087e  Debug_LED2_init                          
    0     00080896  Disc_Grid_4_PSU_init                     
    0     000808aa  Aux_Disc_Relay_init                      
    0     000808be  Aux_Balance_Relay_init                   
    0     000808d2  Aux_Gate_Disable_init                    
    0     000808ea  Batt_Gate_Disable_init                   
    0     00080902  GPIO_init                                
    0     0008092f  ECAP_init                                
    0     0008092f  Freq_Capture_init                        
    0     000809b7  Freq_Blanking_Timer_init                 
    0     00080ab1  EPWM_init                                
    0     000811d8  CM4_SPI_RX_DMA_init                      
    0     0008122e  CM4_SPI_TX_DMA_init                      
    0     00081283  DMA_init                                 
    0     00081291  DAC_Debug_init                           
    0     00081291  DAC_init                                 
    0     000812ae  CPUTIMER_init                            
    0     000812b5  CLA_init                                 
    0     000812cc  ADC_A_init                               
    0     00081345  ADC_B_init                               
    0     000813b4  ADC_C_init                               
    0     00081417  ADC_D_init                               
    0     00081485  ADC_init                                 
    0     0008148e  Board_init                               
    0     000814b1  INT_Periodic_Tick_100mSec_ISR            
    0     000814ef  INT_JEM_ADC_ISR                          
    0     00081517  INT_Freq_Capture_ISR                     
    0     000815b6  INT_Debug_UART_TX_ISR                    
    0     000815c3  INT_Debug_UART_RX_ISR                    
    0     00081626  INT_CM4_UART_TX_ISR                      
    0     00081633  INT_CM4_UART_RX_ISR                      
    0     0008169b  INT_CM4_SPI_TX_DMA_ISR                   
    0     000816b6  INT_CM4_SPI_RX_DMA_ISR                   
    0     000816d1  ADC_EOC_ISR                              
    0     00083506  main                                     
    0     00083941  _system_post_cinit                       
    0     00083d78  JEM_TestCode_step                        
    0     00083e96  JEM_TestCode_initialize                  
    0     00083f1f  SPI_pollingFIFOTransaction               
    0     0008417f  SPI_transmit32Bits                       
    0     0008419b  SPI_transmit24Bits                       
    0     000841cc  SPI_setConfig                            
    0     0008422b  SPI_setBaudRate                          
    0     00084262  SPI_receive32Bits                        
    0     000842a1  SPI_receive24Bits                        
    0     000842da  SPI_receive16Bits                        
    0     0008430b  SPI_pollingNonFIFOTransaction            
    0     0008439d  SPI_getInterruptStatus                   
    0     000843d3  SPI_enableInterrupt                      
    0     00084404  SPI_disableInterrupt                     
    0     00084435  SPI_clearInterruptStatus                 
    0     0008446c  stats_update                             
    0     0008464b  initialize_spi_buffer                    
    0     00084673  initialize_default_configs               
    0     000846a4  initialize_crc_calculator                
    0     000846bc  configs_update                           
    0     00084986  SysCtl_selectXTAL                        
    0     00084a13  SysCtl_selectOscSource                   
    0     00084a4f  SysCtl_setClock                          
    0     00084c2b  SysCtl_selectOscSourceAuxPLL             
    0     00084c54  SysCtl_setAuxClock                       
    0     00084d8e  SysCtl_getClock                          
    0     00084dd4  SysCtl_getLowSpeedClock                  
    0     00084de9  SysCtl_getDeviceParametric               
    0     00084e2d  SysCtl_getAuxClock                       
    0     00084e64  prepare_post_bytes                       
    0     00084e7f  populate_all_sensor_results              
    0     00084fb5  perform_sensors_checks                   
    0     000851f1  perform_sensor_calibration               
    0     000852f4  MemCfg_unlockConfig                      
    0     00085348  MemCfg_setTestMode                       
    0     000853e1  MemCfg_setProtection                     
    0     0008547d  MemCfg_setLSRAMMasterSel                 
    0     000854e4  MemCfg_lockConfig                        
    0     00085533  MemCfg_initSections                      
    0     00085594  MemCfg_getViolationAddress               
    0     000855df  MemCfg_getUncorrErrorAddress             
    0     00085620  MemCfg_getInitStatus                     
    0     00085693  MemCfg_getCorrErrorAddress               
    0     000856a1  MemCfg_commitConfig                      
    0     000856f0  SCI_writeCharArray                       
    0     00085779  SCI_setWakeFlag                          
    0     00085797  SCI_setConfig                            
    0     0008581a  SCI_setBaud                              
    0     00085842  SCI_readCharArray                        
    0     000858c6  SCI_getInterruptStatus                   
    0     00085911  SCI_enableInterrupt                      
    0     00085947  SCI_disableInterrupt                     
    0     0008597e  SCI_clearInterruptStatus                 
    0     000859d0  GPIO_setQualificationPeriod              
    0     00085a05  GPIO_setQualificationMode                
    0     00085a35  GPIO_setPinConfig                        
    0     00085a65  GPIO_setPadConfig                        
    0     00085ab2  GPIO_setMasterCore                       
    0     00085ae2  GPIO_setInterruptPin                     
    0     00085b18  GPIO_setDirectionMode                    
    0     00085b44  GPIO_setAnalogMode                       
    0     00085b74  GPIO_getQualificationMode                
    0     00085b9e  GPIO_getPadConfig                        
    0     00085bd5  GPIO_getDirectionMode                    
    0     00085bf2  DMA_configWrap                           
    0     00085c3a  DMA_configTransfer                       
    0     00085c79  DMA_configMode                           
    0     00085d2c  DMA_configBurst                          
    0     00085d5f  DMA_configAddresses                      
    0     00085d92  ADC_setPPBTripLimits                     
    0     00085dfa  ADC_setOffsetTrim                        
    0     00085e4e  ADC_setINLTrim                           
    0     00085ec1  ADC_setMode                              
    0     00085efd  __error__                                
    0     00085f00  Example_setResultPass                    
    0     00085f05  Example_setResultFail                    
    0     00085f0a  Example_done                             
    0     00085f0b  Device_enableUnbondedGPIOPullupsFor176Pin
    0     00085f1e  Device_enableUnbondedGPIOPullupsFor100Pin
    0     00085f3b  Device_enableUnbondedGPIOPullups         
    0     00085f4b  Device_initGPIO                          
    0     00085f69  Device_configureTMXAnalogTrim            
    0     00085f9c  Device_enableAllPeripherals              
    0     00086006  Device_init                              
    0     00086060  Interrupt_initVectorTable                
    0     0008607d  Interrupt_initModule                     
    0     000860c0  Interrupt_enable                         
    0     0008616d  Interrupt_disable                        
    0     000861bd  check_grid                               
    0     0008630b  Inv_cla_subsystem_initialize             
    0     00086310  Inv_cla_subsystem_Start                  
    0     00086315  Inv_cla_subsystem_Reset                  
    0     000863a0  Inv_cla_subsystem_Init                   
    0     0008642b  transmit_on_cm4_uart                     
    0     0008643e  send_diagnostics_buffer                  
    0     000864eb  print_to_debug_uart                      
    0     000864f9  process_debug_rx_buffer                  
    0     00086501  process_cm4_rx_buffer                    
    0     00086553  Power_Control_step                       
    0     00086640  Power_Control_initialize                 
    0     0008664a  CFFT_run32Pt                             
    0     000866f5  CFFT_init32Pt                            
    0     0008670f  Inv_Controller_step                      
    0     00086718  Inv_Controller_initialize                
    0     000867b8  State_Machine_terminate                  
    0     000867b9  State_Machine_step                       
    0     00086856  State_Machine_initialize                 
    0     00086857  PV1_Controller_C28_step                  
    0     000868c8  PV1_Controller_C28_initialize            
    0     000868e3  PV2_Controller_C28_step                  
    0     00086954  PV2_Controller_C28_initialize            
    0     0008696f  PV3_Controller_C28_step                  
    0     000869e0  PV3_Controller_C28_initialize            
    0     000869fc  CRC_run16BitPoly1                        
    0     00086a38  CRC_run16BitPoly2                        
    0     00086a74  CRC_run16BitPoly1Reflected               
    0     00086a79  CRC_run16BitPoly2Reflected               
    0     00086a7e  CRC_init16Bit                            
    0     00086a80  __c28xabi_mpyd                           
    0     00086b03  Battery_Controller_step                  
    0     00086b07  Battery_Controller_initialize            
    0     00086b77  ceilf                                    
    0     00086bcf  Batt_cla_subsystem_initialize            
    0     00086bd8  Batt_cla_subsystem_Reset                 
    0     00086bef  Batt_cla_subsystem_Init                  
    0     00086c06  ECAP_setEmulationMode                    
    0     00086c35  __TI_decompress_lzss                     
    0     00086c63  __TI_auto_init_nobinit_nopinit           
    0     00086c8e  __c28xabi_cmpd                           
    0     00086cb8  C$$EXIT                                  
    0     00086cb8  abort                                    
    0     00086cba  exit                                     
    0     00086ce1  CPUTimer_setEmulationMode                
    0     00086cff  memcpy                                   
    0     00086d1c  CLA_setTriggerSource                     
    0     00086d38  __c28xabi_ftod                           
    0     00086d54  _c_int00                                 
    0     00086d6b  _args_main                               
    0     00086d77  _register_unlock                         
    0     00086d7b  _register_lock                           
    0     00086d7f  _nop                                     
    0     00086d88  __TI_decompress_none                     
    0     00086d90  memset                                   
    0     00086d97  __TI_zero_init                           
    0     00086d9d  _system_pre_init                         
    0     00086e00  RamfuncsLoadStart                        
    0     00086ff9  RamfuncsLoadEnd                          
    0     00087000  Cla1funcsLoadStart                       
    0     0008814e  Cla1funcsLoadEnd                         
    0     00088180  vcu2_twiddleFactors                      
    0     000886d0  _vcu0_twiddleFactors                     
    0     00088a36  JEMM                                     
    0     00088a40  Vpv_offset_hi_limit                      
    0     00088a42  Vpv_offset_lo_limit                      
    0     00088a44  Ipv_offset_hi_limit                      
    0     00088a46  Ipv_offset_lo_limit                      
    0     00088a48  Vcap_offset_hi_limit                     
    0     00088a4a  Vcap_offset_lo_limit                     
    0     00088a4c  Vbus_offset_hi_limit                     
    0     00088a4e  Vbus_offset_lo_limit                     
    0     00088a50  Vaux_offset_hi_limit                     
    0     00088a52  Vaux_offset_lo_limit                     
    0     00088a54  Vgrid_offset_hi_limit                    
    0     00088a56  Vgrid_offset_lo_limit                    
    0     00088a58  Vinv_offset_hi_limit                     
    0     00088a5a  Vinv_offset_lo_limit                     
    0     00088a5c  Ibat_offset_hi_limit                     
    0     00088a5e  Ibat_offset_lo_limit                     
    0     00088a60  Vbat_offset_hi_limit                     
    0     00088a62  Vbat_offset_lo_limit                     
    0     00088a64  Iinv_offset_hi_limit                     
    0     00088a66  Iinv_offset_lo_limit                     
    0     00088a68  Iaux_offset_hi_limit                     
    0     00088a6a  Iaux_offset_lo_limit                     
    0     00088a6c  Igrid_offset_hi_limit                    
    0     00088a6e  Igrid_offset_lo_limit                    
    0     00088d96  __TI_Handler_Table_Base                  
    0     00088d9c  __TI_Handler_Table_Limit                 
    0     00088db8  __TI_CINIT_Base                          
    0     00088ddc  __TI_CINIT_Limit                         
    0     00088ddc  __TI_CINIT_Warm                          
    1     00000122  __stack                                  
    1     0000051a  __TI_STACK_END                           
    1     00001400  Cla1Regs                                 
    1     00001480  D_Inv_1                                  
    1     00001482  Load_relay                               
    1     00001484  Synch_flag                               
    1     00001486  debug_1                                  
    1     00001488  debug_2                                  
    1     0000148a  debug_3                                  
    1     0000148c  debug_4                                  
    1     0000148e  debug_5                                  
    1     00001490  Dlo1                                     
    1     00001492  Iref                                     
    1     00001494  Iref_dc                                  
    1     00001496  V_error                                  
    1     00001498  D_bat                                    
    1     0000149a  I_batt_read                              
    1     0000149c  I_ref                                    
    1     0000149e  Iref_rms_mppt                            
    1     00001500  Grid_A_Command                           
    1     00001502  Grid_good                                
    1     00001504  Grid_relay_status                        
    1     00001506  Igrid1                                   
    1     00001508  Igrid2                                   
    1     0000150a  Iinv1                                    
    1     0000150c  Iinv2                                    
    1     0000150e  PFset                                    
    1     00001510  P_Set                                    
    1     00001512  Pexp_max                                 
    1     00001514  Pgrid                                    
    1     00001516  Pimp_max                                 
    1     00001518  Q_Set                                    
    1     0000151a  V_synch_error                            
    1     0000151c  Vbus_c1                                  
    1     0000151e  Vbus_c2                                  
    1     00001520  Vbus_exp_min                             
    1     00001522  Vbus_imp_max                             
    1     00001524  Vgrid1                                   
    1     00001526  Vgrid2                                   
    1     00001528  Vgrid_A_Ref                              
    1     0000152a  Vinv1                                    
    1     0000152c  Vinv2                                    
    1     0000152e  Vnom_peak                                
    1     00001530  Voltage_Supp_Limit                       
    1     00001532  fnom                                     
    1     00001534  Iac                                      
    1     00001536  Iref_rms                                 
    1     00001538  Vac                                      
    1     0000153a  Vc_hi                                    
    1     0000153c  Vc_lo                                    
    1     0000153e  Vrms_k                                   
    1     00001540  Reset_bat                                
    1     00001542  Ibat                                     
    1     00001544  Ichar_max                                
    1     00001546  Idischar_max                             
    1     00001548  Vbat                                     
    1     0000154a  Vbus                                     
    1     0000154c  Vbus_char_min                            
    1     0000154e  Vbus_dischar_max                         
    1     00004100  EPwm2Regs                                
    1     00004200  EPwm3Regs                                
    1     00004300  EPwm4Regs                                
    1     00004400  EPwm5Regs                                
    1     00007f00  GpioDataRegs                             
    1     0000e000  grid_voltage_sampled                     
    1     0000e001  debug_logged                             
    1     0000e002  debug_counter                            
    1     0000e003  Vinv1_in                                 
    1     0000e004  Vinv2_in                                 
    1     0000e005  Iinv1_in                                 
    1     0000e006  Iinv2_in                                 
    1     0000e007  Igrid1_in                                
    1     0000e008  Igrid2_in                                
    1     0000e009  Vgrid1_in                                
    1     0000e00a  Vgrid2_in                                
    1     0000e00b  Vbus_c1_in                               
    1     0000e00c  Vbus_c2_in                               
    1     0000e00d  Vbus_in                                  
    1     0000e00e  Vbat_in                                  
    1     0000e00f  Ibat_in                                  
    1     0000e010  Vaux_in                                  
    1     0000e011  Iaux_in                                  
    1     0000e012  Vpv1_in                                  
    1     0000e013  Ipv1_in                                  
    1     0000e014  Vpv2_in                                  
    1     0000e015  Ipv2_in                                  
    1     0000e016  Vpv3_in                                  
    1     0000e017  Ipv3_in                                  
    1     0000e024  time_diff                                
    1     0000e026  Vinv1_m                                  
    1     0000e028  Vinv2_m                                  
    1     0000e02a  Iinv1_m                                  
    1     0000e02c  Iinv2_m                                  
    1     0000e02e  Igrid1_m                                 
    1     0000e030  Igrid2_m                                 
    1     0000e032  Vgrid1_m                                 
    1     0000e034  Vgrid2_m                                 
    1     0000e036  Vbus_c1_m                                
    1     0000e038  Vbus_c2_m                                
    1     0000e03a  Vbus_m                                   
    1     0000e03c  Vbat_m                                   
    1     0000e03e  Ibat_m                                   
    1     0000e040  Vaux_m                                   
    1     0000e042  Iaux_m                                   
    1     0000e044  Vpv1_m                                   
    1     0000e046  Ipv1_m                                   
    1     0000e048  Vpv2_m                                   
    1     0000e04a  Ipv2_m                                   
    1     0000e04c  Vpv3_m                                   
    1     0000e04e  Ipv3_m                                   
    1     0000e050  Vpv1_offset_m                            
    1     0000e052  Vpv2_offset_m                            
    1     0000e054  Vpv3_offset_m                            
    1     0000e056  Ipv1_offset_m                            
    1     0000e058  Ipv2_offset_m                            
    1     0000e05a  Ipv3_offset_m                            
    1     0000e05c  Vcap1_offset_m                           
    1     0000e05e  Vcap2_offset_m                           
    1     0000e060  Vbus_offset_m                            
    1     0000e062  Vinv1_offset_m                           
    1     0000e064  Vinv2_offset_m                           
    1     0000e066  Iinv1_offset_m                           
    1     0000e068  Iinv2_offset_m                           
    1     0000e06a  Vbat_offset_m                            
    1     0000e06c  Ibat_offset_m                            
    1     0000e06e  Iaux_offset_m                            
    1     0000e070  Vaux_offset_m                            
    1     0000e072  Igrid1_offset_m                          
    1     0000e074  Igrid2_offset_m                          
    1     0000e076  Vgrid1_offset_m                          
    1     0000e078  Vgrid2_offset_m                          
    1     0000e07a  Iinv1_max                                
    1     0000e07c  Iinv2_max                                
    1     0000e07e  Igrid1_max                               
    1     0000e080  Igrid2_max                               
    1     0000e082  Vinv1_max                                
    1     0000e084  Vinv2_max                                
    1     0000e086  Iaux_max                                 
    1     0000e088  Vbus_c1_max                              
    1     0000e08a  Vbus_c2_max                              
    1     0000e08c  Vbus_max                                 
    1     0000e08e  Vbat_max                                 
    1     0000e090  Vpv1_max                                 
    1     0000e092  Vpv2_max                                 
    1     0000e094  Vpv3_max                                 
    1     0000e096  Ipv1_max                                 
    1     0000e098  Ipv2_max                                 
    1     0000e09a  Ipv3_max                                 
    1     0000e09c  Pgrid1_c                                 
    1     0000e09e  Pgrid2_c                                 
    1     0000e0a0  Pinv1_c                                  
    1     0000e0a2  tmp1                                     
    1     0000e0a4  tmp2                                     
    1     0000e0a6  fgrid_m                                  
    1     0000e0a8  bus_cap_volt_diff                        
    1     0000e0aa  Fgrid_hi_limit                           
    1     0000e0ac  Fgrid_lo_limit                           
    1     0000e0ae  Ppv                                      
    1     0000e0b0  Pbt                                      
    1     0000e0b2  Pgrid1                                   
    1     0000e0b4  Pgrid2                                   
    1     0000e0b6  Pinv1                                    
    1     0000e0b8  Pinv2                                    
    1     0000e140  sines_grid_L1                            
    1     0000e1c0  sines_grid_L2                            
    1     0000e240  sines_load_L1                            
    1     0000e2c0  sines_load_L2                            
    1     0000e340  sines_aux                                
    1     0000e3c0  Vinv1_db                                 
    1     0000e4c0  Vinv2_db                                 
    1     0000e5c0  Iinv1_db                                 
    1     0000e6c0  Iinv2_db                                 
    1     0000e7c0  Igrid1_db                                
    1     0000e8c0  Igrid2_db                                
    1     0000e9c0  Ipv1_db                                  
    1     0000eac0  Ipv2_db                                  
    1     0000ebc0  Ipv3_db                                  
    1     0000ecc0  Vpv1_db                                  
    1     0000edc0  Vpv2_db                                  
    1     0000eec0  Vpv3_db                                  
    1     0000efc0  Vbus_c1_db                               
    1     0000f0c0  Vbus_c2_db                               
    1     0000f1c0  Vbus_db                                  
    1     0000f2c0  Vbat_db                                  
    1     0000f3c0  Ibat_db                                  
    1     0000f4bb  debug_var1                               
    1     0000f8a3  debug_var2                               
    1     0000fc8b  debug_var3                               
    1     00010074  fundamental_values                       
    1     00010082  JEMY                                     
    1     000100c0  JEMU                                     
    1     00010100  JEMDW_l                                  
    1     00010202  encoded_state_machine_output             
    1     00010203  encoded_state_machine_input              
    1     00010204  Bytes_Sum                                
    1     00010205  Check_Sum                                
    1     00010206  handleCFFT                               
    1     00010208  CFFT                                     
    1     00010216  check_pv1                                
    1     00010224  check_pv2                                
    1     00010232  check_pv3                                
    1     00010240  crc_result                               
    1     00010241  trip_clear_counter                       
    1     0001025a  Configs                                  
    1     00010280  Stats                                    
    1     000102b8  cm4_rx_buf                               
    1     000102ea  cm4_tx_buf                               
    1     0001031c  debug_rx_buf                             
    1     0001034e  PC_Y                                     
    1     00010350  rtInfF                                   
    1     00010352  rtMinusInfF                              
    1     00010354  rtNaNF                                   
    1     00010356  rtInf                                    
    1     0001035a  rtMinusInf                               
    1     0001035e  rtNaN                                    
    1     00010362  PC_DW_l                                  
    1     00010368  PC_U                                     
    1     00010370  grid_voltage_samples                     
    1     00010390  harm_eff_values                          
    1     000103b0  magFFT                                   
    1     000103c0  V_grid1                                  
    1     000103c2  V_grid2                                  
    1     000103c4  OFR_Time                                 
    1     000103c6  UFR_Time                                 
    1     000103c8  R_OFR                                    
    1     000103ca  R_OFR_Time                               
    1     000103cc  Recon_Block_Timer                        
    1     000103ce  OVR_Time                                 
    1     000103d0  UVR_Time                                 
    1     000103e0  State_Machine_DW                         
    1     000103e3  State_Machine_U                          
    1     000103ec  State_Machine_Y                          
    1     000103fa  sensor_result_bit_position               
    1     000103fb  POST_Result_Byte0                        
    1     000103fc  POST_Result_Byte1                        
    1     000103fe  all_sensors_results                      
    1     00010402  PV1_Y                                    
    1     00010406  PV1_DWork                                
    1     0001040c  PV1_U                                    
    1     00010416  PV2_Y                                    
    1     0001041a  PV2_DWork                                
    1     00010420  PV2_U                                    
    1     0001042a  PV3_Y                                    
    1     0001042e  PV3_DWork                                
    1     00010434  PV3_U                                    
    1     0001043c  diagnostics_id                           
    1     0001043e  diagnostics_ptr                          
    1     00010442  sData                                    
    1     000104b2  rData                                    
    1     0005d300  CpuSysRegs                               
    1     0005f400  MemCfgRegs                               
    abs   00000000  Cla1ConstLoadSize                        
    abs   00000100  CLA_SCRATCHPAD_SIZE                      
    abs   000001f9  RamfuncsLoadSize                         
    abs   000001f9  RamfuncsRunSize                          
    abs   000003f8  __TI_STACK_SIZE                          
    abs   0000114e  Cla1funcsLoadSize                        
    abs   0000f870  CLAatan2HalfPITable                      
    abs   0000f876  CLAatan2Table                            
    abs   0000fd0a  CLAsincosTable_Sin0                      
    abs   0000fd4a  CLAsincosTable_Cos0                      
    abs   0000fe4e  CLAsincosTable_TABLE_SIZEDivTwoPi        
    abs   0000fe50  CLAsincosTable_TwoPiDivTABLE_SIZE        
    abs   0000fe52  CLAsincosTable_TABLE_MASK                
    abs   0000fe54  CLAsincosTable_Coef0                     
    abs   0000fe56  CLAsincosTable_Coef1                     
    abs   0000fe58  CLAsincosTable_Coef1_pos                 
    abs   0000fe5a  CLAsincosTable_Coef2                     
    abs   0000fe5c  CLAsincosTable_Coef3                     
    abs   0000fe5e  CLAsincosTable_Coef3_neg                 
    abs   ffffffff  __TI_pprof_out_hndl                      
    abs   ffffffff  __TI_prof_data_size                      
    abs   ffffffff  __TI_prof_data_start                     
    n/a   UNDEFED   __c_args__                               
    
    [692 symbols]
    

    链接器文件:

    //CPU1 PROGRAM GSRAM is allocated to GS7 & GS8
    #define CPU1_RAMGS_PROG_START       0x013000
    #define CPU1_RAMGS_PROG_LENGTH      0x002000
    
    //CPU1 DATA GSRAM is allocated from GS2 RAM to GS6 RAM
    #define CPU1_RAMGS_DATA_START       0x00E000
    #define CPU1_RAMGS_DATA_LENGTH      0x005000
    
    //required for MemCfgRegs settings
    #define RAMGS_START				   0x00000C
    
    #ifdef CLA_BLOCK_INCLUDED
    // Define a size for the CLA scratchpad area that will be used
    // by the CLA compiler for local symbols and temps
    // Also force references to the special symbols that mark the
    // scratchpad are. 
    CLA_SCRATCHPAD_SIZE = 0x100;
    --undef_sym=__cla_scratchpad_end
    --undef_sym=__cla_scratchpad_start
    #endif //CLA_BLOCK_INCLUDED
    MEMORY
    {
    PAGE 0 :
       /* BEGIN is used for the "boot to SARAM" bootloader mode   */
       BEGIN           	            : origin = 0x000000, length = 0x000002
       BEGIN_FLASH     	            : origin = 0x080000, length = 0x000002
       /*Defining CLA program and data memory*/
        #if (CPU_RAMLS_PROG_LENGTH > 0)
        RAMLS_PROG      	    : origin = CPU_RAMLS_PROG_START, length = CPU_RAMLS_PROG_LENGTH
        #endif //CPU_RAMLS_PROG_LENGTH
        RAMLS_CLA_PROG          : origin = CLA_RAMLS_PROG_START, length = CLA_RAMLS_PROG_LENGTH
        RAMLS_CLA_DATA          : origin = CLA_RAMLS_DATA_START, length = CLA_RAMLS_DATA_LENGTH
    
       
       /*Defining CPU1 program memory in GSRAM*/
        #if (CPU1_RAMGS_PROG_LENGTH > 0)
            RAMGS_PROG          : origin = CPU1_RAMGS_PROG_START, length = CPU1_RAMGS_PROG_LENGTH
        #endif //(CPU1_RAMGS_PROG_LENGTH > 0)
    
    
       RESET           	            : origin = 0x3FFFC0, length = 0x000002
       /* Flash sectors */
       FLASHA_N                : origin = 0x080002, length = 0x03FFFE	/* on-chip Flash 256 K Words */
    
    PAGE 1 :
    
       BOOT_RSVD                : origin = 0x000002, length = 0x000120     /* Part of M0, BOOT rom will use this for stack */
       RAMM0M1           	    : origin = 0x000122, length = 0x0006DE
       RAMD0D1           	        : origin = 0x00B000, length = 0x001000
    
       RAMGS_DATA              : origin = CPU1_RAMGS_DATA_START, length = CPU1_RAMGS_DATA_LENGTH
                                    
       CLA1_MSGRAMLOW               : origin = 0x001480, length = 0x000080
       CLA1_MSGRAMHIGH              : origin = 0x001500, length = 0x000080
                                    
       CPU2TOCPU1RAM                : origin = 0x03F800, length = 0x000400
       CPU1TOCPU2RAM                : origin = 0x03FC00, length = 0x000400
    
    }
    
    SECTIONS
    {
    #if BOOT_FROM_FLASH
       /* Allocate program areas: */
       .init_array         : > FLASHA_N                      PAGE = 0, ALIGN(128)
       .cinit              : > FLASHA_N                      PAGE = 0, ALIGN(128)
       .pinit              : > FLASHA_N,                     PAGE = 0, ALIGN(128)
       .text               : > FLASHA_N                      PAGE = 0, ALIGN(128)
       codestart           : > BEGIN_FLASH                   PAGE = 0, ALIGN(128)
       .switch             : > FLASHA_N                      PAGE = 0, ALIGN(128)
       .const             : > FLASHA_N                       PAGE = 0, ALIGN(128)
       .data               : > RAMLS_PROG,       			 PAGE = 0
       .bss            	   : > RAMGS_DATA ,                  PAGE = 1
    #if defined(__TI_EABI__)
        .TI.ramfunc : {} LOAD = FLASHA_N,
    					 #if CPU_RAMLS_PROG_LENGTH>0
                         RUN =  RAMLS_PROG,
                         #else // Applicable when CLA BLOCK is included and CPULSRAM is zero
                         RUN = RAMGS_PROG,
                         #endif
            	         LOAD_START(RamfuncsLoadStart),
             	         LOAD_SIZE(RamfuncsLoadSize),
             	         LOAD_END(RamfuncsLoadEnd),
              	         RUN_START(RamfuncsRunStart),
              	         RUN_SIZE(RamfuncsRunSize),
               	         RUN_END(RamfuncsRunEnd),
    					 PAGE = 0, ALIGN(128)
    #else
    	.TI.ramfunc : {} LOAD = FLASHA_N,
    					 #if CPU_RAMLS_PROG_LENGTH>0
                         RUN =  RAMLS_PROG,
                         #else // Applicable when CLA BLOCK is included and CPULSRAM is zero
                         RUN = RAMGS_PROG,
                         #endif
            	         LOAD_START(_RamfuncsLoadStart),
             	         LOAD_SIZE(_RamfuncsLoadSize),
             	         LOAD_END(_RamfuncsLoadEnd),
              	         RUN_START(_RamfuncsRunStart),
              	         RUN_SIZE(_RamfuncsRunSize),
               	         RUN_END(_RamfuncsRunEnd),
    					 PAGE = 0, ALIGN(128)
    #endif
    
    
       /* Initalized sections go in Flash */
    
    
       /* Allocate IQmath areas: */                          
       IQmath			   : > FLASHA_N,                     PAGE = 0, ALIGN(128)            /* Math Code */
       IQmathTables		   : > FLASHA_N,                     PAGE = 0, ALIGN(128)
       
       
       /* CLA specific sections */
       Cla1Prog        :  LOAD = FLASHA_N,
                          RUN = RAMLS_CLA_PROG,
                          LOAD_START(Cla1funcsLoadStart),
                          LOAD_END(Cla1funcsLoadEnd),
                          RUN_START(Cla1funcsRunStart),
                          LOAD_SIZE(Cla1funcsLoadSize),
                          PAGE = 0, ALIGN(128)
    
       .const_cla	    :  LOAD = FLASHA_N,
                           RUN = RAMLS_CLA_DATA,
                           RUN_START(Cla1ConstRunStart),
                           LOAD_START(Cla1ConstLoadStart),
                           LOAD_SIZE(Cla1ConstLoadSize),
                           PAGE = 0
    
    #else
       codestart            : >  BEGIN,                       PAGE = 0
        #if (CPU_RAMLS_PROG_LENGTH > 0)
           .cinit               : > RAMLS_PROG,     PAGE = 0
        #else
           .cinit               : > RAMGS_PROG,     PAGE = 0
        #endif
       ramfuncs             : >> RAMLS_PROG | RAMGS_PROG,     PAGE = 0
       .TI.ramfunc          : >> RAMLS_PROG | RAMGS_PROG,     PAGE = 0
       .pinit               : >> RAMLS_PROG | RAMGS_PROG,     PAGE = 0
       .switch              : >> RAMLS_PROG | RAMGS_PROG,     PAGE = 0
       .econst              : >> RAMLS_PROG | RAMGS_PROG,     PAGE = 0
       /* Allocate IQ math areas: */
       IQmath			    : >> RAMLS_PROG | RAMGS_PROG,     PAGE = 0            /* Math Code */
       IQmathTables		    : >> RAMLS_PROG | RAMGS_PROG,     PAGE = 0
       /* CLA specific sections */
       Cla1Prog         : > RAMLS_CLA_PROG,              PAGE = 0
      .text                : >> RAMLS_PROG | RAMGS_PROG,    PAGE = 0
      .const_cla	    : >  RAMLS_CLA_DATA, PAGE = 0
       .ebss                : > RAMGS_DATA ,        PAGE = 1
     #endif //BOOT_FROM_FLASH
    
       .stack               : > RAMM0M1,                     PAGE = 1
       .reset               : > RESET,                       PAGE = 0, TYPE = DSECT /* not used, */
       .sysmem             : > RAMD0D1,                     PAGE = 1
       #ifdef CLA_BLOCK_INCLUDED
       .cio                 : > RAMLS_PROG | RAMGS_PROG,     PAGE = 0
       #else
       .cio                 : > RAMLS_PROG     PAGE = 0
       #endif //CLA_BLOCK_INCLUDED 
    
       /* CLA C compiler sections */
       //
       // Must be allocated to memory the CLA has write access to
       //
       Cla1DataRam0		: > RAMLS_CLA_DATA,              PAGE=0
    
       Cla1ToCpuMsgRAM  : > CLA1_MSGRAMLOW,              PAGE = 1
       CpuToCla1MsgRAM  : > CLA1_MSGRAMHIGH,             PAGE = 1
       CLAscratch       :
                         { *.obj(CLAscratch)
                         . += CLA_SCRATCHPAD_SIZE;
                         *.obj(CLAscratch_end) } >  RAMLS_CLA_DATA,  PAGE = 0
    
       .scratchpad      : > RAMLS_CLA_DATA,              PAGE = 0
       .bss_cla		    : > RAMLS_CLA_DATA,              PAGE = 0
       /*Allocate area for SPI DMA transfer buffers*/
        GSRAM : > RAMGS_DATA, PAGE=1
         /* Allocate twiddle factors area: */
       twiddleFactors   : > FLASHA_N,ALIGN = 128,              PAGE = 0
       /*Allocate areas for 32 points RFFT input and output buffers*/
       buffer1          : > RAMLS_PROG, ALIGN = 64, PAGE = 0
       buffer2          : > RAMLS_PROG, ALIGN = 64, PAGE = 0
    
    }
    
    /*
    //===========================================================================
    // End of file.
    //===========================================================================
    */
    

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    很高兴为您提供支持、祝您一切顺利。

    此致、

    查尔斯