Difference between revisions of "HANcoder/STM32"

From OpenMBD
Jump to: navigation, search
Line 30: Line 30:
 
Check the [[HANcoder/Examples| '''examples section''']] to get an idea on how to use the HANcoder blocks. Almost all examples are real projects made available by the creators.<br/>
 
Check the [[HANcoder/Examples| '''examples section''']] to get an idea on how to use the HANcoder blocks. Almost all examples are real projects made available by the creators.<br/>
  
==How to get started==
+
== Get started ==
To get started with STM32 Target, download the blockset [http://openmbd.com/wp-content/uploads/2016/11/HANcoder-STM32-Target-v0.5.zip here] and click [[HANcoder/STM32/Installation_Manual| here]] for the [[HANcoder/STM32/Installation_Manual| installation procedures and manuals]].
+
Get started with STM32 Target by following the [[HANcoder/STM32/Installation_Manual| Installation Manual]].
  
 
[[HANcoder| Back to HANcoder]]<br/>
 
[[HANcoder| Back to HANcoder]]<br/>

Revision as of 12:50, 5 May 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:

Quick overview
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. Look at the block overview page to check out the blocks and see how to use them.

Examples

Check the examples section to get an idea on how to use the HANcoder blocks. Almost all examples are real projects made available by the creators.

Get started

Get started with STM32 Target by following the Installation Manual.

Back to HANcoder