野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 10848|回复: 3

STM32F7的SRAM不够用了

[复制链接]
发表于 2018-11-27 11:17:39 | 显示全部楼层 |阅读模式
很好SRAM2到底存了哪些内容,不都是保存变量的吗?这是我所有的变量,
const int a0=21000;
const int a1=22000;
const int a2=23000;
const int a3=26000;
const int a4=27000;
const int a5=28000;
const int a6=20000;
const int a7=30000;
const int a8=100;
const int n=30;
int key=0,count=0;//°′¼ü¼ì2a,LED·′×aê¼Æêy

double c1[BUFFERSIZE];
double c2[BUFFERSIZE];
double y[BUFFERSIZE*2];
double c3[BUFFERSIZE];
double c4[BUFFERSIZE*4];
float x[BUFFERSIZE*8];
float c5[BUFFERSIZE*8];
int c6[6][12];
int c7[100];
struct  sta state[64][N];

W w;
C c;
D d;

M m;
F fb;
FR fr;
CM cm;
CB cb;
int i=0,j=-1;
u8 timeout=0;


typedef struct{
        u16 b[BUFFERSIZE];
        u16 b[BUFFERSIZE];
        u16 bg;
        u16 gb;
        int i1;
        int i2;
}M;




typedef struct{
        float f1[BUFFERSIZE*2];        //FFTêäèëêy×é
        float f2[BUFFERSIZE];        //FFTêä3öêy×é
        int f;
}F;

typedef struct{
        float f[BUFFERSIZE];
        float y[BUFFERSIZE];
        int l;
} FR;

typedef struct{
        int w1;
        int w2;
        int i;
}W;

typedef struct{
        int w;
        int c1;
        int c2;
        int c3;
        int c4;
        int c5;
        int i;
        int c;
}C;

typedef struct{
        int d;
        int w;
        int i;
        int d;
        int i;
        int is;
        u16 y[BUFFERSIZE*5];
}D;
        
typedef struct{
        float f1[BUFFERSIZE*8];        //FFTêäèëêy×é
        float f2[BUFFERSIZE*4];        //FFTêä3öêy×é
        int f;
}CB;
typedef struct{
        int d[100];
        int w;
        int d;
        int da;
        unsigned int r[100];
}CM;


内存占用情况,为什么战役这么多!

我记得F7的内存只有这样

怎么办,大佬men
回复

使用道具 举报

发表于 2018-11-27 14:11:52 | 显示全部楼层
没有提示不够啊
回复 支持 反对

使用道具 举报

 楼主| 发表于 2018-12-4 09:56:47 | 显示全部楼层

这样算起来的话是不是已经超过SRAM了?
回复 支持 反对

使用道具 举报

发表于 2019-5-17 13:59:18 | 显示全部楼层
BUFFERSIZE  是多大?  如果是65536, SRAM 肯定爆啊。除非存到SDRAM 中去。

为生么各厂家不 出一些 SRAM 超级大,比如 16M  32M  的单片机?    做FFT ,  SRAM 太重要了,尽管 外接SDRAM 也能存采样数据,也能用来运算,但慢很多,个人体会,至少要慢6成以上。 想拿单片机来干点稍微像点样子的DSP活儿,它就费劲。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系站长|手机版|野火电子官网|野火淘宝店铺|野火电子论坛 ( 粤ICP备14069197号 ) 大学生ARM嵌入式2群

GMT+8, 2024-11-27 10:53 , Processed in 0.025591 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表