S32k怎么在未用到的TEXT段填充数据

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

S32k怎么在未用到的TEXT段填充数据

715件の閲覧回数
jiabingqiang
Contributor I

S32k怎么在未用到的TEXT段填充数据

/* The program code and other data goes into internal flash */
.text :
{
. = ALIGN(4);
*(.text) /* .text sections (code) */
*(.text*) /* .text* sections (code) */
*(.rodata) /* .rodata sections (constants, strings, etc.) */
*(.rodata*) /* .rodata* sections (constants, strings, etc.) */
*(.init) /* section used in crti.o files */
*(.fini) /* section used in crti.o files */
*(.eh_frame) /* section used in crtbegin.o files */
. = ALIGN(4);
} > m_Appl

how to place variable in allocate ram section?
0 件の賞賛
返信
1 返信

705件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport
0 件の賞賛
返信