Difference between revisions of "Downloads/HANcoder"

From OpenMBD
Jump to: navigation, search
Line 5: Line 5:
 
Both options are described on this page.
 
Both options are described on this page.
  
{{HANcoder}}==Option 1: Combined HANcoder STM32 Target + OpenBLT example projects==
+
{{HANcoder}}==Option 1: A complete HANcoder STM32 Target + OpenBLT example project==
  
These examples show how HANcoder STM32 Target folders and OpenBLT folders should be combined, because several scripts use paths relative to the installation folder.<br>
+
These complete example projects show how HANcoder STM32 Target folders and OpenBLT folders should be combined.<br>
  
 
   HANcoder STM32 Target 1.0 + OpenBLT v1.0.1: '''[http://openmbd.com/wp-content/uploads/2018/07/HANcoder-STM32-Target-v1.0-Beta.zip Download]'''
 
   HANcoder STM32 Target 1.0 + OpenBLT v1.0.1: '''[http://openmbd.com/wp-content/uploads/2018/07/HANcoder-STM32-Target-v1.0-Beta.zip Download]'''
Line 20: Line 20:
 
   - signal tower
 
   - signal tower
  
{{HANcoder}}==Option 2: HANcoder STM32 Target from Source code==
+
{{HANcoder}}==Option 2: HANcoder STM32 Target Source code==
If you would like to use the latest and greatest version of HANcoder STM32 Target, than the source code is available for download on '''[https://gitlab.com/AutomotiveResearch/hancoder GitLab]'''
+
If you would like to use the latest-and-greatest version of HANcoder STM32 Target, than the source code is available for download on '''[https://gitlab.com/AutomotiveResearch/hancoder GitLab]'''<br>
 
HANcoder STM32 Target works best with OpenBLT V1.0.1 bootloader running on the STM32 target microcontroller and the MicroBoot PC application for programming the STM32 target microcontroller. These are, however, not provided on '''[https://gitlab.com/AutomotiveResearch/hancoder GitLab]''' and should installed manually.
 
HANcoder STM32 Target works best with OpenBLT V1.0.1 bootloader running on the STM32 target microcontroller and the MicroBoot PC application for programming the STM32 target microcontroller. These are, however, not provided on '''[https://gitlab.com/AutomotiveResearch/hancoder GitLab]''' and should installed manually.
  
===OpenBLT Binaries===
+
===OpenBLT binaries===
 
OpenBLT bootloader version 1.0.1 by [https://www.feaser.com Feaser] can be used for flash programming the STM32 target microcontrollers.<br>
 
OpenBLT bootloader version 1.0.1 by [https://www.feaser.com Feaser] can be used for flash programming the STM32 target microcontrollers.<br>
 
The binaries of the bootloaders are available for download: [[File:OpenBLT v1.0.1 Bootloaders.zip]]<br>
 
The binaries of the bootloaders are available for download: [[File:OpenBLT v1.0.1 Bootloaders.zip]]<br>
Line 34: Line 34:
 
The MicroBoot PC application as described in the '''[http://openmbd.com/wiki/HANcoder/STM32/Installation_Manual Installation manual]''' needs to be downloaded and installed separately: [[File:Microboot.zip]]
 
The MicroBoot PC application as described in the '''[http://openmbd.com/wiki/HANcoder/STM32/Installation_Manual Installation manual]''' needs to be downloaded and installed separately: [[File:Microboot.zip]]
  
The location of the MicroBoot application cannot be chosen freely, because sevral scripts use paths relative to the installation folder
+
The location of the MicroBoot application cannot be chosen freely, because several scripts use paths relative to the installation folder
 
Therefore make sure that the Host folder is at the same level as the Target folder:  
 
Therefore make sure that the Host folder is at the same level as the Target folder:  
  
Line 49: Line 49:
 
     +-  ...
 
     +-  ...
  
''Tip 1'': Have look at the combined HANcoder STM32 Target + OpenBLT example projects above for an example
+
''Tip 1'': Have look at the combined HANcoder STM32 Target + OpenBLT example projects above for an example.
  
 
''Tip 2'': An easy way to get the latest GitLab version in a fully prepared environment:<br>
 
''Tip 2'': An easy way to get the latest GitLab version in a fully prepared environment:<br>

Revision as of 17:06, 7 November 2019

HANcoder STM32 Target Download instructions

There are two options for downloading and installing HANcoder STM32 Target.
Option 1 is to download and install an example project that combines HANcoder STM32 Target and the OpenBLT bootloader.
Option 2 is to download and install the latest-and-greatest version of HANcoder STM32 Target source code and the OpenBLT bootloader separately.
Both options are described on this page.


Option 1: A complete HANcoder STM32 Target + OpenBLT example project

These complete example projects show how HANcoder STM32 Target folders and OpenBLT folders should be combined.

 HANcoder STM32 Target 1.0 + OpenBLT v1.0.1: Download
 HANcoder STM32 Target 1.1 Beta + OpenBLT v1.0.1: Download
 This is a Beta release.
 If you are not sure this release is for you, please download HANcoder 1.0 instead.
 This release adds the following support for the STM32 Olimexino target:
 - XCP over UART
 - servo motor control
 - variable frequency for PWM outputs
 - signal tower


Option 2: HANcoder STM32 Target Source code

If you would like to use the latest-and-greatest version of HANcoder STM32 Target, than the source code is available for download on GitLab
HANcoder STM32 Target works best with OpenBLT V1.0.1 bootloader running on the STM32 target microcontroller and the MicroBoot PC application for programming the STM32 target microcontroller. These are, however, not provided on GitLab and should installed manually.

OpenBLT binaries

OpenBLT bootloader version 1.0.1 by Feaser can be used for flash programming the STM32 target microcontrollers.
The binaries of the bootloaders are available for download: File:OpenBLT v1.0.1 Bootloaders.zip
Howto install such a bootloader initially is described in the Installation manual.

Note: OpenBLT bootloader source code is available here:

MicroBoot

The MicroBoot PC application as described in the Installation manual needs to be downloaded and installed separately: File:Microboot.zip

The location of the MicroBoot application cannot be chosen freely, because several scripts use paths relative to the installation folder Therefore make sure that the Host folder is at the same level as the Target folder:

 ./Host
    |
    +- /MicroBoot
    |    |
    |    +- MicroBoot.exe
    |    +- ...
 ./Target
    |
    +- /blockset
    +- /Development tools
    +-  ...

Tip 1: Have look at the combined HANcoder STM32 Target + OpenBLT example projects above for an example.

Tip 2: An easy way to get the latest GitLab version in a fully prepared environment:
1. Download one of the example projects
2. In the example project, replace the Target folder with the Target folder as provided on GitLab.


HANcoder RC30 Target

HANcoder RC30 is available upon request in open and closed source version.