Skip to main content
Graduate
May 18, 2024
Solved

SPI Interface

  • May 18, 2024
  • 1 reply
  • 1478 views

Hello ST expert,

I'd like to establish spi communication between my NucleoF401RE and an ADAFruit BLE module.

https://www.adafruit.com/product/2633 

While waiting for the BLE module, I found a USB SPI converter (like a FTDI for SPI) to create the following connection

MCU<->SPI<->USB<->Computer

The problem is that I've already used this type of converter for UART communication with Putty and it works perfectly but for SPI communication I don't know what Putty-like I should use to send data from my computer to the MCU

Does anyone know how to do this?

Best regard.

Paulo971

    This topic has been closed for replies.
    Best answer by Andrew Neil

    These USB-to-SPI things are usually just SPI Master - so won't be any use here

     


    @Paulo971 wrote:

     for SPI communication I don't know what Putty-like I should use to send data from my computer to the MCU


    You'd need to ask the manufacturer of the USB-to-SPI converter - that has nothing to do with ST or STM32.

    1 reply

    Super User
    May 18, 2024

    These USB-to-SPI things are usually just SPI Master - so won't be any use here

     


    @Paulo971 wrote:

     for SPI communication I don't know what Putty-like I should use to send data from my computer to the MCU


    You'd need to ask the manufacturer of the USB-to-SPI converter - that has nothing to do with ST or STM32.