Difference between revisions of "Proj-2012-2013-arduino-stm32disco"

From air
Jump to navigation Jump to search
Line 6: Line 6:
 
Department : [http://www.polytech-grenoble.fr/ricm.html RICM 4], [http://www.polytech-grenoble.fr/ Polytech Grenoble]
 
Department : [http://www.polytech-grenoble.fr/ricm.html RICM 4], [http://www.polytech-grenoble.fr/ Polytech Grenoble]
 
= Software Requirements Specification (SRS) =
 
= Software Requirements Specification (SRS) =
[[Proj-2012-2013-arduino-stm32disco:SRS|SRS]]
+
You can find the SRS document [[Proj-2012-2013-arduino-stm32disco:SRS|here]].
   
 
= Progress =
 
= Progress =

Revision as of 17:15, 18 February 2013

Team

Tutor : Olivier RICHARD

Members : Xu FENG, Minyi GU, Tianming GUO

Department : RICM 4, Polytech Grenoble

Software Requirements Specification (SRS)

You can find the SRS document here.

Progress

Week 1 ( Jan. 14 - Jan. 20 )

  • Discover the Arduino UNO board with some basic programs.
  • Prepare environment.
  • Check out and analyse necessary source code. ( Arduino IDE 1.5.1, libMaple, STM32F0 basic template )
  • Get knowledge about STM32F0 board.

Week 2 ( Jan. 21 - Jan. 27 )

  • Start with libMaple to compile manually codes for STM32F0.

Week 3 ( Jan. 28 - Feb. 3 )

  • Discover libMaple.

Week 4 ( Feb. 4 - Feb. 10 )

  • Discover stm32f0-discovery-basic-template, and compile manually STM32F0 with OpenOCD.

Week 5 ( Feb. 11 - Feb. 17 )

  • Continue the discovery of stm32f0-discovery-basic-template, analyse the source code especially the libraries.

Week 6 ( Feb. 18 - Feb. 24 )

  • Compile STM32 with some other demos.
  • Find out the usage of the STM32 libraries.
  • Analyse source code of Arduino IDE 1.5.2.
  • Understand the Makefiles of stm32f0-discovery-basic-template.