This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cache attribute write back/write allocate for Cortex-M4

What is different between write back with write allocate and write with non write allocate on Cortex-M4.

Parents
  • I konw your meaning, your precondition is write-miss policy in write back and CM4.

    first, both write-through and write-back policy can use write allocate and write no allocate when write-miss.

    second, write-back policy use write allocate usually.

    so i think it should be the write allocate even though it has write no allocate attribute, maybe it has a parameter that can be configured or has the priority.

    you can look up it in ARM architecture Manual. I will tell you if I find out the correct answer.

Reply
  • I konw your meaning, your precondition is write-miss policy in write back and CM4.

    first, both write-through and write-back policy can use write allocate and write no allocate when write-miss.

    second, write-back policy use write allocate usually.

    so i think it should be the write allocate even though it has write no allocate attribute, maybe it has a parameter that can be configured or has the priority.

    you can look up it in ARM architecture Manual. I will tell you if I find out the correct answer.

Children
No data