⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 passwords.lst

📁 2812 开发库
💻 LST
字号:
TMS320C2000 COFF Assembler PC Version 3.09 Wed Dec 29 23:07:57 2004

Tools Copyright (c) 1996-2002 Texas Instruments Incorporated
passwords.asm                                                        PAGE    1

       1              ***********************************************************************
       2              * File: passwords.asm
       3              * Devices: TMS320F2812, TMS320F2811, TMS320F2810
       4              * Author: David M. Alter, Texas Instruments Inc.
       5              * History:
       6              *   09/08/03 - original (D. Alter)
       7              * Notes:
       8              *  1) The section "passwords" contains the actual CSM passwords that get
       9              *     linked to the CSM password locations in flash.  The user must know
      10              *     what these passwords are in order to unlock the CSM.
      11              *  2) Link the section "passwords" to the memory PASSWORDS on page 0.
      12              *  3) It is recommended that all passwords be left as 0xFFFF during code
      13              *     development.  Passwords of 0xFFFF are dummy passwords, and do not
      14              *     lock the code security module (Dummy reads of CSM PWL registers
      15              *     will unlock the CSM).  When code development is complete, the user
      16              *     can modify the passwords to activate the code security module.
      17              *  4) The section "csm_rsvd" is required when using code security.
      18              *     Failure to program addresses 0x3F7F80 through 0x3F7FFF5 in the
      19              *     flash to all 0x0000 can compromise security.  This is documented
      20              *     in the F2810/12 datasheet, SPRS174.
      21              *  5) Link the section "csm_rsvd" to the memory CSM_RSVD on page 0.
      22              ***********************************************************************
      23              
      24 00000000               .sect "passwords"
      25              
      26 00000000 FFFF          .int    0xFFFF          ;PWL0 (LSW of 128-bit password)
      27 00000001 FFFF          .int    0xFFFF          ;PWL1
      28 00000002 FFFF          .int    0xFFFF          ;PWL2
      29 00000003 FFFF          .int    0xFFFF          ;PWL3
      30 00000004 FFFF          .int    0xFFFF          ;PWL4
      31 00000005 FFFF          .int    0xFFFF          ;PWL5
      32 00000006 FFFF          .int    0xFFFF          ;PWL6
      33 00000007 FFFF          .int    0xFFFF          ;PWL7 (MSW of 128-bit password)
      34                      
      35              ;----------------------------------------------------------------------
      36              
      37 00000000               .sect "csm_rsvd"
      38                      .loop (3F7FF5h - 3F7F80h + 1)
      39                              .int 0x0000
      40                      .endloop
1        00000000 0000                  .int 0x0000
1        00000001 0000                  .int 0x0000
1        00000002 0000                  .int 0x0000
1        00000003 0000                  .int 0x0000
1        00000004 0000                  .int 0x0000
1        00000005 0000                  .int 0x0000
1        00000006 0000                  .int 0x0000
1        00000007 0000                  .int 0x0000
1        00000008 0000                  .int 0x0000
1        00000009 0000                  .int 0x0000
1        0000000a 0000                  .int 0x0000
1        0000000b 0000                  .int 0x0000
1        0000000c 0000                  .int 0x0000
1        0000000d 0000                  .int 0x0000
1        0000000e 0000                  .int 0x0000
TMS320C2000 COFF Assembler PC Version 3.09 Wed Dec 29 23:07:57 2004

Tools Copyright (c) 1996-2002 Texas Instruments Incorporated
passwords.asm                                                        PAGE    2

1        0000000f 0000                  .int 0x0000
1        00000010 0000                  .int 0x0000
1        00000011 0000                  .int 0x0000
1        00000012 0000                  .int 0x0000
1        00000013 0000                  .int 0x0000
1        00000014 0000                  .int 0x0000
1        00000015 0000                  .int 0x0000
1        00000016 0000                  .int 0x0000
1        00000017 0000                  .int 0x0000
1        00000018 0000                  .int 0x0000
1        00000019 0000                  .int 0x0000
1        0000001a 0000                  .int 0x0000
1        0000001b 0000                  .int 0x0000
1        0000001c 0000                  .int 0x0000
1        0000001d 0000                  .int 0x0000
1        0000001e 0000                  .int 0x0000
1        0000001f 0000                  .int 0x0000
1        00000020 0000                  .int 0x0000
1        00000021 0000                  .int 0x0000
1        00000022 0000                  .int 0x0000
1        00000023 0000                  .int 0x0000
1        00000024 0000                  .int 0x0000
1        00000025 0000                  .int 0x0000
1        00000026 0000                  .int 0x0000
1        00000027 0000                  .int 0x0000
1        00000028 0000                  .int 0x0000
1        00000029 0000                  .int 0x0000
1        0000002a 0000                  .int 0x0000
1        0000002b 0000                  .int 0x0000
1        0000002c 0000                  .int 0x0000
1        0000002d 0000                  .int 0x0000
1        0000002e 0000                  .int 0x0000
1        0000002f 0000                  .int 0x0000
1        00000030 0000                  .int 0x0000
1        00000031 0000                  .int 0x0000
1        00000032 0000                  .int 0x0000
1        00000033 0000                  .int 0x0000
1        00000034 0000                  .int 0x0000
1        00000035 0000                  .int 0x0000
1        00000036 0000                  .int 0x0000
1        00000037 0000                  .int 0x0000
1        00000038 0000                  .int 0x0000
1        00000039 0000                  .int 0x0000
1        0000003a 0000                  .int 0x0000
1        0000003b 0000                  .int 0x0000
1        0000003c 0000                  .int 0x0000
1        0000003d 0000                  .int 0x0000
1        0000003e 0000                  .int 0x0000
1        0000003f 0000                  .int 0x0000
1        00000040 0000                  .int 0x0000
1        00000041 0000                  .int 0x0000
1        00000042 0000                  .int 0x0000
1        00000043 0000                  .int 0x0000
1        00000044 0000                  .int 0x0000
1        00000045 0000                  .int 0x0000
TMS320C2000 COFF Assembler PC Version 3.09 Wed Dec 29 23:07:57 2004

Tools Copyright (c) 1996-2002 Texas Instruments Incorporated
passwords.asm                                                        PAGE    3

1        00000046 0000                  .int 0x0000
1        00000047 0000                  .int 0x0000
1        00000048 0000                  .int 0x0000
1        00000049 0000                  .int 0x0000
1        0000004a 0000                  .int 0x0000
1        0000004b 0000                  .int 0x0000
1        0000004c 0000                  .int 0x0000
1        0000004d 0000                  .int 0x0000
1        0000004e 0000                  .int 0x0000
1        0000004f 0000                  .int 0x0000
1        00000050 0000                  .int 0x0000
1        00000051 0000                  .int 0x0000
1        00000052 0000                  .int 0x0000
1        00000053 0000                  .int 0x0000
1        00000054 0000                  .int 0x0000
1        00000055 0000                  .int 0x0000
1        00000056 0000                  .int 0x0000
1        00000057 0000                  .int 0x0000
1        00000058 0000                  .int 0x0000
1        00000059 0000                  .int 0x0000
1        0000005a 0000                  .int 0x0000
1        0000005b 0000                  .int 0x0000
1        0000005c 0000                  .int 0x0000
1        0000005d 0000                  .int 0x0000
1        0000005e 0000                  .int 0x0000
1        0000005f 0000                  .int 0x0000
1        00000060 0000                  .int 0x0000
1        00000061 0000                  .int 0x0000
1        00000062 0000                  .int 0x0000
1        00000063 0000                  .int 0x0000
1        00000064 0000                  .int 0x0000
1        00000065 0000                  .int 0x0000
1        00000066 0000                  .int 0x0000
1        00000067 0000                  .int 0x0000
1        00000068 0000                  .int 0x0000
1        00000069 0000                  .int 0x0000
1        0000006a 0000                  .int 0x0000
1        0000006b 0000                  .int 0x0000
1        0000006c 0000                  .int 0x0000
1        0000006d 0000                  .int 0x0000
1        0000006e 0000                  .int 0x0000
1        0000006f 0000                  .int 0x0000
1        00000070 0000                  .int 0x0000
1        00000071 0000                  .int 0x0000
1        00000072 0000                  .int 0x0000
1        00000073 0000                  .int 0x0000
1        00000074 0000                  .int 0x0000
1        00000075 0000                  .int 0x0000
      41              
      42              ;----------------------------------------------------------------------
      43              
      44                      .end

No Assembly Errors, No Assembly Warnings

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -