ESP8266 Developer Zone The Official ESP8266 Forum 2015-11-09T16:06:58+08:00 https://bbs.espressif.com:443/feed.php?f=66&t=1213 2015-11-09T16:06:58+08:00 2015-11-09T16:06:58+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1213&p=4514#p4514 <![CDATA[Re: HSPI Documentation confusion ...]]>
The correct mapping is:
MTDO > CS
MTCK > MOSI
MTDI > MISO
MTMS > CLK

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Mon Nov 09, 2015 4:06 pm


]]>
2015-11-09T12:10:54+08:00 2015-11-09T12:10:54+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1213&p=4495#p4495 <![CDATA[Re: HSPI Documentation confusion ...]]> Was reading this post again ... can you check the settings. You say:

MTDO > CS
MTCK > MOSI
MTDI > MISO
MTMS > CLK

while I say they might be:

MTCK -> SCLK
MTMS -> CS
MTDO -> MOSI
MTDI -> MISO

It seems we disagree on MTDO, MTCK, MTMS ... the only one we agree on is MTDI ...

Statistics: Posted by kolban — Mon Nov 09, 2015 12:10 pm


]]>
2015-10-21T09:40:16+08:00 2015-10-21T09:40:16+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1213&p=4198#p4198 <![CDATA[Re: HSPI Documentation confusion ...]]>
The HSPI manual is now updated. The correct mapping is:
MTDO > CS
MTCK > MOSI
MTDI > MISO
MTMS > CLK

Thanks again!

Statistics: Posted by Guest — Wed Oct 21, 2015 9:40 am


]]>
2015-10-11T12:56:57+08:00 2015-10-11T12:56:57+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1213&p=4049#p4049 <![CDATA[HSPI Documentation confusion ...]]>
download/file.php?id=577

seems confused on the table on page 7:

* Mode reads as "HSPI Defaul IO" ... should be "HSPI Default IO"
* The mappings of pin names on ESP8266 to SPI bus signals is defined as:

MTDO -> CS
MTCK -> MOSI
MTDI -> MISO
MTMS -> CS

This feels wrong ... I am guessing it should be:

MTCK -> SCLK
MTMS -> CS
MTDO -> MOSI
MTDI -> MISO

all in all, very confusing.

Statistics: Posted by kolban — Sun Oct 11, 2015 12:56 pm


]]>