网站大量收购独家精品文档,联系QQ:2885784924

第4章软件开发08.ppt

  1. 1、本文档共125页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
第4章软件开发08.ppt

第4章 TMS320C54x的软件开发 第四章 第一部分 序 DSP系统设计流程 软件开发流程 汇编语言程序的格式及伪指令简介 公共目标文件格式 (要求大家能够理解段的含义,读懂*.cmd文件,并能够模仿例程编写*.cmd文件) 小测试 第四章 第二部分 指令系统简介 要求1)大家能够通过例程掌握四类基本指令, 包括:算术运算指令、逻辑指令、程序控制指令、存储和装入指令;2) 对DSP所具有的特殊指令的原理有所了解:如循环寻址、位倒序寻址 第四章 第三部分 汇编语言程序设计 CCS环境工程文件的组成 汇编程序设计 要求大家能够读懂书中及实验中的基本例程,并且能够模仿例程编写程序并调试。 4 小测试 C54系列 默认的DSP/BIOS 存储器段名称 The default DSP/BIOS memory segment names for the c54x DSP platform are: Segment Description IDATA Internal (on-chip) data memory EDATA Primary block of external data memory EDATA1 Secondary block of external data memory (not contiguous with EDATA) IPROG Internal (on-chip) program memory EPROG Primary block of external program memory EPROG1 Secondary block of external program memory (not contiguous with EPROG) USERREGS Page 0 user memory (28 words) BIOSREGS Page 0 reserved registers (4 words) VECT Interrupt vector segment You can change the origin, size, and name of the default memory segments, with the exception of IDATA and IPROG, using the Configuration Tool. The Configuration Tool templates define the following default memory sections: Segment Sections IDATA System Stack Memory (.stack) BIOS Heap Memory EDATA Application Argument Memory (.args) Application Constants Memory (.const) BIOS Data Memory (.sysdata) IPROG BIOS Program Memory (.bios) EPROG BIOS Startup Code Memory (.sysinit) You can change these default allocations by setting MEM manager properties in the Configuration Tool. 链接命令文件!!! 链接命令文件(扩展名为.cmd) 链接命令文件(file.cmd)的编写 Section段的含义 The compiler produces relocatable blocks of code and data called sections. The sections are allocated into memory in a variety of ways to conform to a variety of system configurations. Introduction to Common Object File Formats enables you to access more information about sections and

文档评论(0)

cai + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档