Difference between revisions of "HANcoder/STM32"

From OpenMBD
Jump to: navigation, search
Line 24: Line 24:
 
|}
 
|}
  
 +
== Supported functionality ==
 +
For each supported function of the microcontroller there is a Simulink block. An oversight of all the blocks and therefor functions can be found at the [[HANcoder/STM32/Block_Overview| block overview]] page.<br/>
  
 
==How to get started==
 
==How to get started==

Revision as of 13:58, 31 March 2017


STM32 Target is a real-time code generation target for MATLAB/Simulink. STM32 Target makes use of low cost STM32 based development boards with a large number of inputs and outputs and adequate processing power. The STM32 micro controllers are 32-bit and the processor is based on ARM® Cortex®-M technology. All controllers are fitted with a USB connector which can be used for programming and for connecting to HANtune.

Supported hardware

The currently supported STM32 development boards are:

OLIMEXINO-STM32.png STM32-E407.png STM32P405.png
Olimexino STM32 E407 P405
More information on the Olimexino-STM32:

Olimexino-STM32 website
Olimexino-STM32 schematic Rev.D

More information on the Olimex STM32-E407:

E407 website
E407 schematic

More information on the Olimex-P405:

P405 website
P405 schematic

Supported functionality

For each supported function of the microcontroller there is a Simulink block. An oversight of all the blocks and therefor functions can be found at the block overview page.

How to get started

To get started with STM32 Target, download the blockset here and click here for the installation procedures and manuals.

Back to HANcoder