Difference between revisions of "HANcoder/STM32/Blocks/SPI Master Init"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
(Created page with "{{HANcoder/Block |info = The 'SPI Master Init' block initializes a SPI master channel. |blockImage = SPIMasterInitBlock.png |maskImage = SPIMasterInitMask.png }}")
 
Line 8: Line 8:
  
 
}}
 
}}
 +
 +
== Examples ==
 +
[[HANcoder/SPI_Master_Transfer|SPI master transfer]]{{!}}[[HANcoder/Examples/Vehicle_Logger_Step_2|MPU6500]]

Revision as of 13:09, 6 April 2017

Supported Targets: Olimexino, E407, P405

General information about SPI Master Init

The 'SPI Master Init' block initializes a SPI master channel.

Block

SPIMasterInitBlock.png

Mask

SPIMasterInitMask.png

Examples

SPI master transfer|MPU6500