ESP8266 Developer Zone The Official ESP8266 Forum 2016-08-18T10:41:10+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2593 2016-08-18T10:41:10+08:00 2016-08-18T10:41:10+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2593&p=8553#p8553 <![CDATA[Re: Question about HSPI interface]]>
Yes, the ESP8266 HSPI is compatible with the Microchip SPI bus specifications. The command, address, dummy and data phases of the transmission are all optional and length is also variable. So you may configure it in any way that suits your application.
The CPOL and CPHA bits are also the same as in that Wikipedia article.

Statistics: Posted by Guest — Thu Aug 18, 2016 10:41 am


]]>
2016-08-16T22:34:14+08:00 2016-08-16T22:34:14+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2593&p=8527#p8527 <![CDATA[Question about HSPI interface]]>
Is the HSPI API an implemented of mSPI as described in https://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus#mspi? The description of mSPI seems to match with that of the ESP in that only one CS line is needed and that every transaction starts with the device's address. Whether or not mSPI is there an overview of the HSPI on ESP that describes it independent of the API?

Statistics: Posted by cap — Tue Aug 16, 2016 10:34 pm


]]>