Skip to content

witoldo7/just4tronic-combi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just4Trionic-combi

The project provide CAN and BDM functionality for Saab Trionic 8 ECU.

You can build the project with all supported Mbed OS build tools. However, this example project specifically refers to the command-line interface tool Arm Mbed CLI. (Note: To see a rendered example you can import into the Arm Online Compiler, please see our import quick start.)

  1. Install Mbed CLI.

  2. Clone this repository on your system, and change the current directory to where the project was cloned:

    $ git clone git@github.com:witoldo7/just4tronic-combi.git && cd just4tronic-combi

Application functionality

  1. Just4Trionic CAN/BDM (Lawiacel can232)
  2. CombiAdapter CAN/BDM

Building and running

  1. Connect a USB cable between the USB port on the board and the host computer.
  2. Run the following command to build the example project and program the microcontroller flash memory:
    $ mbed compile -m <TARGET> -t <TOOLCHAIN> --flash

The binary is located at ./BUILD/<TARGET>/<TOOLCHAIN>/just4trionic-combi.bin.

Alternatively, you can manually copy the binary to the board, which you mount on the host computer over USB.

Depending on the target, you can build the example project with the GCC_ARM, ARM or IAR toolchain. After installing Arm Mbed CLI, run the command below to determine which toolchain supports your target:

$ mbed compile -S

Related Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published