ArselonHub / ArtCore-stm32f4

ArtCore public library for STM32F4xx series devices..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArtCore-stm32f4

ArtCore is a library for STM32F4xx series devices..

ArtCore is the core library in Art Framework.. It provides platform dependent core implementations. All other libraries of Art Framework depends on this package.. It supplies:

  • Preemptive operating system
  • Synchronization primitives
  • IO encapsulations
    • GPIO
    • UART
    • SPI
    • I2C
    • RTC
    • TIMERS
  • String handling
  • Flash memory handling
  • Statup codes

As all the microcontroller dependant implementations are done in ArtCore, the libraries and projects using ArtCore are lightweight and strongly portable. This package is for devices STM32F4XXX microcontrollers such as STM32F429..

Usage

  • Download and install System Workbench from http://www.openstm32.org
  • Download or clone this package
  • Open System Workbench
  • Select a workspace to work with.
  • Import the package by right clicking in Project Explorer of the IDE, than clicking "General/Existing Projects into Workspace"
  • Select the package ArtCore-stm32f4 folder or .zip file

You may download the examples and import the projects similar way to get started..

About

ArtCore public library for STM32F4xx series devices..

License:MIT License


Languages

Language:C 97.9%Language:C++ 2.1%