Difference between revisions of "HANcoder/STM32"

From OpenMBD
Jump to: navigation, search
Line 5: Line 5:
 
== Supported hardware ==
 
== Supported hardware ==
 
The currently supported STM32 development boards are:
 
The currently supported STM32 development boards are:
 
+
{|
[[File:OLIMEXINO-STM32.png|400px]]
+
![[File:OLIMEXINO-STM32.png|200px]]
 
+
![[File:STM32-E407.png|200px]]
''Olimex Olimexino STM32''
+
![[File:STM32P405.png|200px]]
 
+
|-
More information on the OLIMEXINO-STM32:<br/>
+
|''Olimexino STM32''
 +
|''E407''
 +
|''P405''
 +
|-
 +
|More information on the Olimexino-STM32:<br/>
 
[https://www.olimex.com/Products/Duino/STM32/OLIMEXINO-STM32/open-source-hardware Olimexino-STM32 website]<br/>
 
[https://www.olimex.com/Products/Duino/STM32/OLIMEXINO-STM32/open-source-hardware Olimexino-STM32 website]<br/>
 
[https://www.olimex.com/Products/Duino/STM32/OLIMEXINO-STM32/resources/OLIMEXINO-STM32_Rev_D.pdf Olimexino-STM32 schematic Rev.D]
 
[https://www.olimex.com/Products/Duino/STM32/OLIMEXINO-STM32/resources/OLIMEXINO-STM32_Rev_D.pdf Olimexino-STM32 schematic Rev.D]
 
+
|More information on the Olimex STM32-E407:<br/>
 
 
 
 
[[File:STM32-E407.png|400px]]
 
 
 
''Olimex STM32-E407''
 
 
 
More information on the Olimex STM32-E407:<br/>
 
 
[https://www.olimex.com/Products/ARM/ST/STM32-E407/open-source-hardware E407 website]<br/>
 
[https://www.olimex.com/Products/ARM/ST/STM32-E407/open-source-hardware E407 website]<br/>
 
[https://www.olimex.com/Products/ARM/ST/STM32-E407/resources/STM32-E407_sch.pdf E407 schematic]
 
[https://www.olimex.com/Products/ARM/ST/STM32-E407/resources/STM32-E407_sch.pdf E407 schematic]
 
+
|More information on the Olimex-P405:<br/>
 
 
[[File:STM32P405.png|400px]]
 
 
 
''Olimex STM32-P405''
 
 
 
More information on the Olimex-P405:<br/>
 
 
[https://www.olimex.com/Products/ARM/ST/STM32-P405/ P405 website]<br/>
 
[https://www.olimex.com/Products/ARM/ST/STM32-P405/ P405 website]<br/>
 
[https://www.olimex.com/Products/ARM/ST/STM32-P405/resources/STM32-P103_P405_sch.pdf P405 schematic]
 
[https://www.olimex.com/Products/ARM/ST/STM32-P405/resources/STM32-P103_P405_sch.pdf P405 schematic]
 +
|}
  
 
==Additional information==
 
Use the menu to find all STM32 Target related content, or use the quick links below:
 
  
 
==How to get started==
 
==How to get started==

Revision as of 09:33, 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.

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


How to get started

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

Back to HANcoder