readme
来自「TM1300/PNX1300系列DSP(主要用于视频处理)的自动boot程序」· 代码 · 共 33 行
TXT
33 行
This directory contains sample code for autonomous boot: L1 code resides in EEPROM and L2 code in UVEPROM at a fixed PCI address1. For more details, please see the section on "Bootstrapping TriMedia in Autonomous Mode" in Part 3 of the CookBook.2. There are two makefiles in this directory - makefile.unix - for making l1.mi and l1.eeprom on Sun and HP. makefile.win - for making l1.mi and l1.eeprom on Windows using the MKS Make facility.3. The macros SDRAM_BASE and SDRAM_LIMIT can be modified to suit any customized TriMedia board design. To modify the macros, simply use a text editor and change the SDRAM_BASE value to match your board's SDRAM base address and the SDRAM_LIMIT value to the value of SDRAM_BASE plus the board's SDRAM memory size. NOTE: SDRAM_LIMIT should contain an address value that is just one byte beyond the highest SDRAM address. For example, if the SDRAM_BASE is 0xfe000000 and there are 4 mega bytes of SDRAM, then SDRAM_LIMIT should be set to 0xfe400000.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?