IAP memory management

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

IAP memory management

ソリューションへジャンプ
1,025件の閲覧回数
huegi
Contributor I

Hi there

I am actually using the IAP functionality to save some variables into the flash. Do I need to reserve the page I use in the Memory configuration editor, or is the compiler reserving this space during build?

huegi_0-1624705671981.png

I just wonder if this is necessary and could lead to unexpected errors. Currently, I do not reserve the memory and there are no problems.

Thanks for any suggestions
Mario

ラベル(1)
タグ(3)
0 件の賞賛
返信
1 解決策
1,019件の閲覧回数
converse
Senior Contributor V

If you do not want any memory to be used by 'the compiler' then it is your responsibility to reserve it and make sure it is not used. The compiler (+linker) a free to use any space that is defined in the memory configuration.

元の投稿で解決策を見る

1 返信
1,020件の閲覧回数
converse
Senior Contributor V

If you do not want any memory to be used by 'the compiler' then it is your responsibility to reserve it and make sure it is not used. The compiler (+linker) a free to use any space that is defined in the memory configuration.