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.

28335把代码搬移到外部RAM的问题

Other Parts Discussed in Thread: CONTROLSUITE

现在使用下面两个文件进行代码搬移:

;############################################################################
;
; FILE: DSP28xxx_SectionCopy_nonBIOS.asm
;
; DESCRIPTION: Provides functionality for copying intialized sections from
; flash to ram at runtime before entering the _c_int00 startup
; routine
;############################################################################
; Author: Tim Love
; Release Date: March 2008
;############################################################################

;// TI File $Revision: /main/1 $
;// Checkin $Date: December 1, 2004 11:11:32 $
;//###########################################################################
;//
;// FILE: DSP28xxx_CodeStartBranch.asm
;//
;// TITLE: Branch for redirecting code execution after boot.

现在的内部ram不够用,怎么能仿照现在的文件把代码搬移到外部ram中?xintf16如何进行初始化?