We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Dear friend
Cortex-M7 has cache. After enable data cache, will data be stored to cache first when I send a large amount of data continually?
The size of data exceed the space of cache.
Thanks!
Amanda
Hi Amanda,
regarding continuous write data, the dynamic read allocation mechanism will invoke and then the write back cache will turn into the read allocate mode.This means that as long as missing the cache, all the write data will bypass the cache.It would be difficult to explain all about the cache, please let us know separatedly your questions.
That is, no refill or no writeback will occur and the cache will act as the write through mode.
I would like to reply them as much as possible.
HTH,
Yasuhiko Koumoto.