ROM and RAM in ARM

前端 未结 4 1609
别跟我提以往
别跟我提以往 2021-01-29 20:07

I am working on an ARM processor, I wondered if the ROM and RAM used are quite different than what I assume. For an example, for a program having the following memory table:

4条回答
  •  青春惊慌失措
    2021-01-29 20:51

    Ideally you would want the code, which is read-only to be in rom

    Also, you want your code storage to be non-volatile!

提交回复
热议问题