Good morning
I am using the TWR-KV58F220M.
I would like to see in order the cache usage and the linker file.
I read the MKV58F1M0xxx24_flash.ld and I see the
m_data_3 space not used at all.
m_data_2 used only for the heap and stack
m_data for everything.
The URM of the processor does not detail about the initialization of the cache, the Figure 2-1. is presenting the cache area as part of a block, so I suppose the 16KB + 8KB are inside the m_data and should not be used as data holder unless the cache is disabled.
in the Chapter 3 Core Overview there is a summative description of some memory area.
I do not find a clear description of what the different ram spaces are referring to.
So some simple questions are:
- Is the m_data area totaly freely usable for data and ram mapped code?
- are the m_data2 and m_data3 slower than m_data?
- why the linker file does not use the m_data3?
- If I want to choice the m_data, assumed faster for critical code and data is is possible?
- Should I move the .data and the .bss in the m_data2 or m_data3 for granting more space in the faster m_data?
- There are two section in m_data called .ncache.init and .ncache... What are they?
I hope I can get some answers..
Thank You
Pietro