https://www.embedded.com/flash-101-nand-flash-vs-nor-flash/

https://en.wikipedia.org/wiki/Execute_in_place

XIP:

  • The storage must provide a similar interface to the CPU as regular memory (or an adaptive layer must be present).
  • This interface must provide sufficiently fast read operations with a random access pattern.
  • The file system, if one is used, needs to expose appropriate mapping functions.
  • The program must either be linked to be aware of the address the storage appears at in the system or be position-independent.
  • The program must not modify data within the loaded image.

Nand vs Norflash (XIP)

相关文章:

  • 2021-04-07
  • 2021-12-19
  • 2022-12-23
  • 2021-12-02
  • 2021-12-14
  • 2021-06-27
  • 2021-11-04
  • 2021-07-09
猜你喜欢
  • 2021-05-12
  • 2021-07-04
  • 2021-05-03
  • 2021-08-27
  • 2022-12-23
  • 2021-06-02
相关资源
相似解决方案