用keil写程序时出现“C(162): error C249: 'DATA': SEGMENT TOO LARGE“的错误

本文详细介绍了C语言中不同数据存储类型的用途,包括直接寻址的片内RAM、可位寻址区、单片机间接访问的片内RAM、Ri间接访问的片外RAM、使用DPTR间接访问的片外RAM以及程序存储区ROM。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

如果定义的数组不用更改就用 uchar code XX[10]=

 

根据数据的用处,可以有以下几种选择:

data:直接寻址的片内RAM区低128B(00H~7FH)

 

bdata:片内RAM的可位寻址区(20H~2FH),允许字节和位混合访问

 

idata:单片机间接访问的片内RAM区,允许访问全部片内RAM

 

pdata:Ri间接访问的片外RAM的低256B(00H~FFH)

 

xdata:用DPTR间接访问的片外RAM,允许访问全部64KB片外RAM(0000H~FFFFH)

 

code:单片机的64KB程序存储区ROM

keil为什么突然不能用C51compiling main.c... main.c(4): warning C318: can't open file 'reg51.h' main.c(5): warning C318: can't open file 'intrins.h' main.c(16): error C202: 'P2': undefined identifier main.c(17): error C202: 'P2': undefined identifier main.c(18): error C202: 'P2': undefined identifier main.c(23): error C202: 'P0': undefined identifier main.c(24): error C202: 'P0': undefined identifier main.c(25): error C202: 'P0': undefined identifier main.c(26): error C202: 'P0': undefined identifier main.c(27): error C202: 'P0': undefined identifier main.c(28): error C202: 'P0': undefined identifier main.c(29): error C202: 'P2': undefined identifier main.c(35): error C202: 'P0': undefined identifier main.c(42): error C202: 'P3': undefined identifier main.c(43): error C202: 'P3': undefined identifier main.c(44): error C202: 'P3': undefined identifier main.c(74): error C202: 'SCON': undefined identifier main.c(75): error C202: 'AUXR': undefined identifier main.c(76): error C202: 'AUXR': undefined identifier main.c(77): error C202: 'T2L': undefined identifier main.c(78): error C202: 'T2H': undefined identifier main.c(79): error C202: 'AUXR': undefined identifier main.c(80): error C202: 'TI': undefined identifier main.c(88): error C202: 'SBUF': undefined identifier main.c(89): error C202: 'TI': undefined identifier main.c(90): error C202: 'TI': undefined identifier main.c(159): error C241: 'Send_SensorData': auto segment too large main.c - 25 Error(s), 2 Warning(s).
最新发布
07-14
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值