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,733件の閲覧回数
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,624件の閲覧回数
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 件の賞賛
返信