有关于f28027ADC采样程序的问题

2019-03-24 11:32发布

在例程“F2802x ADC Start-Of-Conversion (SOC) Example Program."中uint16_t Voltage1[50]数组的长度只要大于50编译就会报错,这是为什么呢?跪求大神帮忙解决! 此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
7条回答
1500231580
2019-03-24 19:32
"C:/Users/xiaotusheng/workspace_v5_5/controlSUITE/device_support/f2802x/v210/f2802x_examples/epwm_up_aq/../../F2802x_common/cmd/F2802x_generic_ram.cmd", line 111: error:

   program will not fit into available memory.  placement with
   alignment/blocking fails for section ".text" size 0x7b2 page 0.  Available
   memory ranges:
   RAMM0        size: 0x3b0        unused: 0x1          max hole: 0x1
   RAML0        size: 0x400        unused: 0x1          max hole: 0x1      
   .text            : >> RAMM0 | RAML0,      PAGE = 0
"C:/Users/xiaotusheng/workspace_v5_5/controlSUITE/device_support/f2802x/v210/f2802x_examples/epwm_up_aq/../../F2802x_common/cmd/F2802x_generic_ram.cmd", line 112: error:
   program will not fit into available memory.  placement with
   alignment/blocking fails for section ".cinit" size 0x16 page 0.  Available
   memory ranges:
   RAMM0        size: 0x3b0        unused: 0x1          max hole: 0x1
   RAML0        size: 0x400        unused: 0x1          max hole: 0x1      
   .cinit           : >  RAMM0 | RAML0,      PAGE = 0
"C:/Users/xiaotusheng/workspace_v5_5/controlSUITE/device_support/f2802x/v210/f2802x_examples/epwm_up_aq/../../F2802x_common/cmd/F2802x_generic_ram.cmd", line 110: error:
   program will not fit into available memory.  placement with
   alignment/blocking fails for section "ramfuncs" size 0x4 page 0.  Available
   memory ranges:
   RAMM0        size: 0x3b0        unused: 0x1          max hole: 0x1
   RAML0        size: 0x400        unused: 0x1          max hole: 0x1      
   ramfuncs         : >> RAMM0 | RAML0,      PAGE = 0
以上是出错信息,请大师给出具体修改步骤

一周热门 更多>

相关问题

    相关文章