0

as mentioned above, ARM Cortex-M0's HPROT[3] signal tell you if the data on the bus is cacheble or not. How is it decided by the MC?

artless noise
  • 21,212
  • 6
  • 68
  • 105
Gaurav Suman
  • 515
  • 1
  • 3
  • 17

1 Answers1

1

It is decided based on the address used.

The documentation is your friend. Specifically http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0497a/CIHDHAEF.html.

unixsmurf
  • 5,852
  • 1
  • 33
  • 40