Skip to main content
Pv.6
Associate
July 4, 2019
Question

SPI communication

  • July 4, 2019
  • 1 reply
  • 1181 views

Hi,

we are trying to communicate with STM32F769I discovery board as spi slave with another master device.

We wanted to know how to configure the Chip select line

This topic has been closed for replies.

1 reply

KnarfB
Super User
July 4, 2019

In a point to point master/slave connection, there is no need for a chip select. See https://www.st.com/content/ccc/resource/training/technical/product_training/group0/3e/ee/cd/b7/84/4b/45/ee/STM32F7_Peripheral_SPI/files/STM32F7_Peripheral_SPI.pdf/_jcr_content/translations/en.STM32F7_Peripheral_SPI.pdf

you will find SPI samples in the downloaded/downloadable firmware like STM32Cube_FW_*/Projects/*/Examples/SPI/*

Frank

Pv.6
Pv.6Author
Associate
July 4, 2019
How to configure spi frequency for 1 Mhz?
How to test without cs?