搜索资源列表
STM32-SPI
- 本例展示了如何实现2个SPI之间的在全双工(full-duplex)模式下通信,通过NSS软件管理,实现了由主向从,接着又从向主发送数据。 在本例程中,设置SPI1和SPI2为8bit数据帧,9Mbit/s传输速率。 在第一阶段,由主SPI1把SPI1_Buffer_Tx发送到SPI2,由从SPI2把SPI2_Buffer_Tx发送到SPI1。传输完成后,通过比较判断传输是否正确。 由于NSS管脚由软件管理,因此
spi
- provides a descr iption of how to set a communication between the two SPIs in full-duplex mode and performs a transfer from Master to Slave and then Slave to Master in the same application with software NSS manageme
SPI1_2Com
- 本例展示了如何实现2个SPI之间的在全双工(full-duplex)模式下通信,通过NSS软件管理,实现了由主向从,接着又从向主发送数据。-This example is show the communication process between two spi of stm32 on EK-STM3210B-LK1 board.
STM32_SPI_NSS
- STM32_SPI_NSS问题的详细解释,看完就真正掌握SPI的NSS用法了-Detailed explanation of the STM32_SPI_NSS problem, read on to truly master the usage of SPI NSS
SPI
- 这个程序主要是讲解SPI总线。SPI(Serial Peripheral Interface--串行外设接口)总线系统是一种同步串行外设接口,它可以使MCU与各种外围设备以串行方式进行通信以交换信息。该接口一般使用4条线:串行时钟线(SCLK)、主机输入/从机输出数据线MISO、主机输出/从机输入数据线MOSI和低电平有效的从机选择线NSS(有的SPI接口芯片带有中断信号线INT、有的SPI接口芯片没有主机输出/从机输入数据线MOSI)
Stm32Spi
- STM32的SPI串行外围总线接口,本程序,是将STM32的SPI配置为全双工模式,且NSS使用的软件模式。-SPI STM32 serial peripheral bus interface, this program is the SPI STM32 configuration for the full duplex mode, and the use of NSS software model.
E19 (SX1278) STM8L Demo
- Compiler: IAR Embedded Workbench 7.3 MCU:STM8L101F3P6 Features: 1. TX, send a packet of data every 1s, wait for RX response, receive response, data on OLED is +1 2. RX, response is returned after receiving 1 packet