1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[ESP32] メモリー

Posted at

ESP32のESP32-WROVER-B MODULEのメモリーについて、メモします。
よく忘れてしまい
記憶にのこす。

1. Module

モジュールは実際に中にメソッドが二つある。

image.png

2. Spec

image.png

3. Schematic

image.png

4. Memoryは

メモリーはFlashとPSRAMがあり基本ESP32モジュールより活用度高い。

image.png

5. Clock

  • 使用するためにはCLOCKは必ず必要。

image.png

  • Flash(4MB)はSCK/CLKからFLASH_CLKの経路
  • PSRAMはGPIO17からSRAM_CLKの経路をもつ。
    image.png

6. インターフェース

  • SPI通信を使うので、CHIP SELECTが必要。

  • 回路図見てみましょう。
    image.png

  • MOSI, MISOは共有する

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?