Small Data2 Range, How to allocation an data array to a direct RAM

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Small Data2 Range, How to allocation an data array to a direct RAM

1,739 次查看
dannydeng
Contributor III

Dears,

What is the range of Small Data2 in CW 2.10 EPPC Target setting ? How to allocation an data array to a direct RAM address?

Thanks and BRs,
Ray Deng

1 回复

1,630 次查看
EAlepins
Contributor V

I think this is the number of bytes under which variables are considered "small" (i.e. included in small data areas). So you've currently configured it to 8 bytes, which means all variables of 8 bytes or less will be put in .bss/.sdata (or .sdata2/.sbss2 for constants).

The .lcf (linker file) is the mean to place you small data areas into the appropriate memory. Not this window.

0 项奖励
回复