刘思雨

    1. 具体咋改雅
    2. 这是界面
    3. 请教:load program时出错 显示data verification failed at address 0x3fffc0,应该怎么解决? 说明:我的是2812的板子,仿真器是XDS510PLUS(连接没问题),正在做一个正弦波来着,库文件用的是rts2800_ml.lib。 下面是我的CMD文件内容: /****************************************************************************/ /*   volume.cmd - Sample linker command file for F28xx devices              */ /*                                                                          */ /*   Description: This file is a sample F2812 linker command file that can  */ /*                be used for linking programs built with the TMS320C2000   */ /*                C Compiler. Use it as a guideline; you may want to change */ /*                the allocation scheme according to the size of your       */ /*                program and the memory layout of your target system.      */ /****************************************************************************/ MEMORY {    PAGE 0 : BOOT(R)     : origin = 0x3f8000, length = 0x80    PAGE 0 : PROG(R)     : origin = 0x3f8080, length = 0x1f80    PAGE 0 : RESET(R)    : origin = 0x3fffc0, length = 0x2    PAGE 1 : M0RAM(RW)   : origin = 0x000000, length = 0x400    PAGE 1 : M1RAM(RW)   : origin = 0x000400, length = 0x400    PAGE 1 : L0L1RAM(RW) : origin = 0x008000, length = 0x2000 } SECTIONS {    /* 22-bit program sections */    .reset   : > RESET, PAGE = 0, TYPE = DSECT    .pinit   : > PROG,  PAGE = 0    .cinit   : > PROG,  PAGE = 0    .text    : > PROG,  PAGE = 0    /* 16-Bit data sections */    .const   : > M0RAM, PAGE = 1    .bss     : > M1RAM, PAGE = 1    .stack   : > M1RAM, PAGE = 1    .sysmem  : > M0RAM, PAGE = 1    /* 32-bit data sections */    .ebss    : > L0L1RAM, PAGE = 1    .econst  : > L0L1RAM, PAGE = 1    .esysmem : > L0L1RAM, PAGE = 1    .boot > BOOT    {       -lrts2800_ml.lib (.text)    } }

最近访客

< 1/1 >

统计信息

已有2人来访过

  • 芯积分:--
  • 好友:--
  • 主题:--
  • 回复:3

留言

你需要登录后才可以留言 登录 | 注册


现在还没有留言