800*320工程文件+初始demo提交
This commit is contained in:
10
SW/examples/common/dsp/dsp_code_rom.s
Normal file
10
SW/examples/common/dsp/dsp_code_rom.s
Normal file
@ -0,0 +1,10 @@
|
||||
AREA RO,DATA,READONLY
|
||||
|
||||
; dsp_code_flash is compiled based on ROM code is stored in IROM
|
||||
EXPORT DSP_CODE_ROM_BASE
|
||||
EXPORT DSP_CODE_ROM_END
|
||||
DSP_CODE_ROM_BASE
|
||||
incbin dsp_code_rom
|
||||
DSP_CODE_ROM_END
|
||||
|
||||
END
|
Reference in New Issue
Block a user