m5stack / m5-docs

The URL of M5Stack Official Documents:
http://docs.m5stack.com
MIT License
214 stars 79 forks source link

Core2 for AWS documentation doesn't detail PSRAM pin map #178

Open troyaws opened 3 years ago

troyaws commented 3 years ago

The documentation for Core2 for AWS does not detail the PSRAM pin map and the GPIO pins used. This creates confusion for consumers. Please add the details for the PSRAM pins.

felmue commented 3 years ago

Hello @troyaws

check out the M5Core2 schematic (bottom left corner).

Thanks Felix

troyaws commented 3 years ago

I acknowledge the pin map is described in the image. However, the documentation also contains a tabular form of the pin map for many other components. If someone is trying to figure out what pins are used/available, they're likely to review the pin map (as I did) and not realize the PSRAM is using GPIO16/17. I submitted https://github.com/m5stack/m5-docs/pull/179 to resolve this issue by adding a table for the PSRAM in the pinmap section.

felmue commented 3 years ago

Hello @troyaws

ok, fair enough.

Thanks Felix