Skip to main content
Apill
Associate III
September 23, 2019
Question

how can i know if cortex M0 is von nuemann architecture?

  • September 23, 2019
  • 1 reply
  • 1186 views

I have seen the block diagram of cortex m0, it has separate lines for code and flash. if it has a separate lines for code and flash( data) why is it called as a "Von Nuemann architecture"

0690X00000ARUFCQA5.jpg

This topic has been closed for replies.

1 reply

waclawek.jan
Super User
September 23, 2019

Because there is only on line between the processor core and the bus matrix, i.e. processor reads instructions and data through a shared bus.

JW