Can the ITCM of the S32K312 store data

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

Can the ITCM of the S32K312 store data

322件の閲覧回数
feiyiniu
Contributor II

Can the ITCM of the S32K312 store data?If can store the data,what should i pay attention to?Thanks!

0 件の賞賛
返信
1 返信

307件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @feiyiniu,

Yes, the ITCM can be used to store data

But this is not a typical use of it.

*((uint32_t*)0x00000400) = 0xCAFECAFE;
uint32_t data_in_itcm = 0;
data_in_itcm = *((uint32_t*)0x00000400);

 

BR, Daniel

0 件の賞賛
返信