SPI Slave component

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

Moderator: Benj

Post Reply
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:

SPI Slave component

Post by Benj »

Hello,

I have just put together and finished testing a new SPI slave component. Currently I've only added support for the 16F188xx family mainly because these have a lot of the tricky features such as remappable pins.

If you would like to see support for other devices then please let us know.

You can get the component by using the update tool and performing a full database update.
https://www.matrixtsl.com/wiki/index.ph ... _all_files

If you try the component then let us know how you get on.

Here are some simple examples of master slave comms in action. Note I've yet to test with injectors such as vNet but this is on my to do list for next week.
SPI_Master.fcfx
(8.49 KiB) Downloaded 233 times
SPI_Slave.fcfx
(9.46 KiB) Downloaded 216 times

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 Slave component

Post by Benj »

Right most if not all 8-bit PICs should now be supported. Just looking at the 16-bit PICs.

Here is another example showing how to buffer incoming bytes using a circular buffer component to send to a LCD.
SPI_Slave2.fcfx
(11.36 KiB) Downloaded 242 times

karthickefy
Posts: 74
Joined: Thu Nov 30, 2017 3:21 am
Has thanked: 4 times
Been thanked: 9 times
Contact:

Re: SPI Slave component

Post by karthickefy »

Hi Ben,
Can you please help to add SPI Slave Component for AVR and ST32 ARM devices? It will be more helpful for me. Here in my company I'm using only AVR and STARM based processors for our projects.

Karthick.

Post Reply