Component: SPI Master (EB013) (E-blocks 1): Difference between revisions
Appearance
m Text replacement - "style="background-color:#EAE1EA; color:#4B008D;"" to "class="mtx-class-propfolder"" |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| Line 284: | Line 284: | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Connections | | width="90%" class="mtx-class-propfolder" | Connections | ||
|- | |- | ||
| Line 318: | Line 318: | ||
| colspan="2" | NVM enable pin - only used with the EB013 SPI E-block | | colspan="2" | NVM enable pin - only used with the EB013 SPI E-block | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Bus Settings | | width="90%" class="mtx-class-propfolder" | Bus Settings | ||
|- | |- | ||
| Line 347: | Line 347: | ||
| colspan="2" | Data bit read sample point | | colspan="2" | Data bit read sample point | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" class="mtx-class-propfolder" | Simulation | | width="90%" class="mtx-class-propfolder" | Simulation | ||
|- | |- | ||
Latest revision as of 14:37, 13 July 2026
| Author | Matrix TSL |
| Version | 2.0 |
| Category | E-blocks 1 |
SPI Master component
Low level routines for controlling or interacting with an SPI interface. SPI or Serial Peripheral Interface is a bus used for board level communications between devices. A target microcontroller will usually have at least one hardware SPI peripheral built in. If the hardware SPI pins are in use or more SPI channels are required then there is also a software mode available. Has additional functions to work with the E-blocks EB013 SPI hardware.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_SPI_Legacy.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_SPI_Legacy.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
DACSendChar
| DACSendChar | |
| Send a byte to the digital to analogue converter (DAC) on the EB013 SPI E-block. | |
| Data | |
| Data byte to output using the DAC | |
| Return | |
DisableFram
| DisableFram | |
| Disable the SPI RAM chip on the EB013 SPI E-block. | |
| Return | |
EnableFram
| EnableFram | |
| Enable the SPI RAM chip on the EB013 SPI E-block. | |
| Return | |
FramOutput
| FramOutput | |
| Send a value to the RAM on the EB013 SPI E-block. | |
| Char | |
| Return | |
GetChar
| GetChar | |
| General purpose SPI get byte macro | |
| Return | |
GetString
| GetString | |
| Attempts to read a string of bytes from the SPI bus. | |
| NumBytes | |
| Ch | |
| Return | |
Initialise
| Initialise | |
| Activates the SPI peripheral and claims control over the I/O pins. | |
| Return | |
NVMGetChar
| NVMGetChar | |
| Reads a byte from the non-volatile memory device on the EB013 SPI E-block. | |
| Address | |
| NVM Address to read data from | |
| Return | |
NVMSendChar
SendChar
| SendChar | |
| General purpose SPI send byte macro | |
| Char | |
| Return | |
SendString
| SendString | |
| Sends a string of bytes to the SPI bus | |
| Str | |
| Return | |
UnInitialise
| UnInitialise | |
| Deactivates the SPI peripheral leaving the I/O pins in a state where they can be used for general purpose I/O. | |
| Return | |