What Is...SPI?

preview_player
Показать описание
Microchip's technical team shares a high level, industry view of the SPI Serial interface: What it is, what are the pieces of the SPI communication packet and where to apply it.
Рекомендации по теме
Комментарии
Автор

Although we would appreciate additional in-depth, "Actionable" videos on such topics, for what it is (i.e. "what is SPI") this video was just fine, and it's usually better to learn from knowledgeable sources than from random hobbyists on the internet. P.S. Loved the accent :-)

idogendel
Автор

Thanks, excellent explanation. Saludos from Mexico.

ClopezVitalius
Автор

Me at the end of the video -> yeee hawww!

ahmadfahad
Автор

Since Microchip uses a N CPHA (negative clock phase), it can still be confusing to the beginner on how to set up for say, .... Mode(0, 0).
SSP1CON1bits.CKP = 0; (CPOL aka clock polarity) IDLESTATE_CLK_IS_LOW
SSP1STATbits.CKE = 0; (CPHA aka phase) XMT_ON_CLKLOW_TO_HIGH

Is this correct?

hippie-io
Автор

In this video no sound clearity please refer it

vinayakvader
Автор

Amazing Explanation. I have a query on this topic. In SPI there is no Acknowledgement bit. Can you please elaborate on this. Specifically does it mean that with SPI communication protocol our micro-controller (Raspberry Pi) wont be able to receive data at fixed sampling rate from the ADC (Ex. ADS1015)?

ranjanpal
Автор

Thanks, pleace can you talk about new comunications tecnologies

eduardolezano