1995 views|0 replies

6570

Posts

0

Resources
The OP
 

Insufficient DSP memory space [Copy link]

Because the RAM in DSP is mainly used to store data, but when using FFT algorithm, wavelet algorithm, etc., the data volume will be too large and the internal RAM space is not enough. There are two solutions to this problem: 1. If the data is of const type, it can be defined in the flash; 2. Expand the SRAM. How to use the external SRAM? 1) Define a data space in the CMD file, such as: Zone7Data: origin = 0x25ffff, length = 0x02000 Zone7DataFile:> Zone7Data, PAGE = 1 2) Compile the larger array into the segment defined in CMD #pragma DATA_SECTION(s,"Zone7DataFile "); unsigned int s[1024];

This post is from Microcontroller MCU
 

Guess Your Favourite
Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list