SPI Between Microcontrollers

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 6.

Moderator: Benj

Post Reply
benchhida
Posts: 4
Joined: Mon Feb 06, 2017 10:19 am
Has thanked: 2 times
Contact:

SPI Between Microcontrollers

Post by benchhida »

If there is somebody who has a project between two microcontroller uses the protocol (SPI) in flowcode with a file Proteus

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: SPI Between Microcontrollers

Post by Benj »

Hello

SPI slave cannot currently be done using Flowcode components but should be available using C code blocks.

This blog may help you to create the master portion.
http://www.matrixtsl.com/blog/simplifie ... c-and-spi/

This instructables project may help you to create the slave portion.
http://www.instructables.com/id/SPI-to- ... /?ALLSTEPS

Post Reply