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?
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
已解决! 转到解答。
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.
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.