Giter Site home page Giter Site logo

demo_waf's Introduction

DEMO WAF with STM32F429I-Discovery

這裡說明有那些Demo資料夾及要如何使用。

Prerequisite

測試環境是Ubuntu 14.04 LTS 預先安裝了WAFARM-GCC

  • WAF 官網 另外可以去參考,站內底下的連結 WAF BookAPI DOC

  • GCC ARM Embedded 4.8版本(其他版本有可能不支援這顆ARM Soc) 官網

到STM官網下載最新的 STM32CubeF4 Package,以及STLINK Driver

  • ST版本為V1.8.0 STM32CubeF4 下載連結在頁面底下,解壓縮後把此檔案與GitHub上的資料夾放在一起。

安裝ST-LINK工具

WAF Command

How?

把terminal移到想要測試的project底下,在terminal輸入底下指令

General Command

  • ./waf configure to set the compiler information
  • ./waf clean to clean what I don't know yet
  • ./waf program to activate st-link to load program to STM32F4

Project List

LED-Blink

在STM板子上,按下Buttom(藍色),可以看到LED亮起來,再按一次會熄滅

LTDC_Display_2Layers

使用STM板子上的LCD螢幕,顯示出一個交錯的ST LOGO

FreeRTOS_ThreadCreation

實作FreeRTOS的thread,可以接替產生閃爍LED燈,使用原始FreeRTOS的API

Reference

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.