Skip to content

MBED6 Blinky+Ethernet example forked for custom STM32F767 board

Notifications You must be signed in to change notification settings

innovodesign/mbed-tamarillo-767

 
 

Repository files navigation

MBED OS6 example for custom target Tamarillo

This project is a MBED-OS-6.15.0 custom target for Innovodesign's custom STM32F767 Tamarillo target. It contains a minimal application that connects to the ethernet network, reports status (uart6 Tx -> PG14, 115200 baud), then repeatedly blinks the LEDs

  1. Install both Mbed CLI and Mbed CLI 2

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

    mbed-tools import https://github.com/innovodesign/mbed-tamarillo-767 target_folder
    cd target_folder
    
  3. Optionally update the mbed-os to whatever version is required

    cd mbed-os
    mbed update mbed-os-6.15.0
    cd ..
    mbed deploy
    
  4. Compile with

    mbed-tools -v compile --custom-targets-json target_tamarillo_F767ZI/custom_targets.json -t GCC_ARM -m tamarillo_f767zi
    

License and contributions

The software is provided under Apache-2.0 license. Contributions to this project are accepted under the same license. Please see contributing.md for more info.

This project contains code from other projects. The original license text is included in those source files. They must comply with our license guide.

About

MBED6 Blinky+Ethernet example forked for custom STM32F767 board

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.6%
  • C++ 2.4%
  • CMake 2.0%