SRAM_LOWER utilization

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

SRAM_LOWER utilization

1,464件の閲覧回数
Jan321
Contributor I

Hi,

I'm using MCUXpresso SDK build for Kinetis MK02FN64xxxx10 which has 8 kB + 8 kB SRAM memory. All the variables are stored only in upper memory. When I reach 8 kB, the Console return me region `SRAM_UPPER' overflowed and the SRAM_LOWER still remain empty. How to use the SRAM_LOWER ?

Thank you,

Jan

ラベル(1)
タグ(1)
1 返信

990件の閲覧回数
lpcxpresso_supp
NXP Employee
NXP Employee

On the assumption that you are using MCUXpresso IDE, then please see chapter 12, "Memory Configuration and Linker Scripts", of the MCUXpresso IDE v10.0. User Guide for more details of how images are laid out in memory.

There are various ways of moving the heap, stack or global variables into the second RAM bank described in this chapter - the simplest of which is probably to use the "Heap and Stack placement" editor, as shown in section 12.9.

Regards,

MCUXpresso IDE Support