野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 20439|回复: 4

怎么把结构体放到sdram里面?

[复制链接]
发表于 2020-12-25 15:31:18 | 显示全部楼层 |阅读模式
如题,外挂sdram,怎么把结构体存放在sdram里面?
struct structbuf1{
  unsigned char BaseBuf[1024];
};
struct structBuf2{
  struct structbuf1 Buf[1024];
};
怎么把这样的结构体放到sdram里面,不占用mcu的ram空间
回复

使用道具 举报

 楼主| 发表于 2020-12-25 18:00:01 | 显示全部楼层
struct structbuf1{
  unsigned char BaseBuf[1024];
};
struct structBuf2{
  struct structbuf1 Buf[1024];
};

struct structBuf2 Bufsss[2]  __attribute__((at(0x10000000)));
回复 支持 反对

使用道具 举报

发表于 2020-12-25 16:27:23 | 显示全部楼层
你是说ROM吧?
回复 支持 反对

使用道具 举报

发表于 2020-12-25 16:51:31 | 显示全部楼层
在声明结构体变量的地方用 __atrribute__指定地址,野火的SDRAM例程里有具体用法

评分

参与人数 1火花 +1 收起 理由
BOYBOYBOY + 1

查看全部评分

回复 支持 反对

使用道具 举报

 楼主| 发表于 2020-12-25 16:56:10 | 显示全部楼层

不是ROM,SDRAM也相当于RAM,就是怎么把结构体存放到SDRAM里面,就像这样uint32_t testValue  __attribute__ ((section ("EXRAM"))) =7 ;
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-25 01:25 , Processed in 0.029585 second(s), 26 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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