기술관련 자료는 따로 옮겨서 구성하기로..
아래 글은 여기 => http://bthinkr.tistory.com/52
를 참고해 주세요. 일단 글은 남겨둠.
먼저, IDE를 쓰기 위한 기본 툴들은 다 설치했다. 아래 링크를 참고하고,
이제 도스창에서 벗어나, 화려한 그래픽의 세계로 이 컴파일러를 쓸 수 있도록 설정해 보자.
대부분, Eclipse+CDT 의 조합으로 사용하는 것이 대부분이다.
Getting Started with the ARM GCC Compiler on Windows for the STM32F4DISCOVERY Board
링크 글을 참고해서 설치를 하는 게 좋다.
아니면, Free/Open ARM Cortex MCU Development Tools 인 CooCox 를 설치해 보는 것도 나쁘진 않다.
from : http://www.coocox.org/CooCox_CoIDE.htm
CoIDE is a new, free and highly-integrated software development environment for ARM Cortex MCU based microcontrollers, which includes all the tools necessary to develop high-quality software solutions in a timly and cost effective manner.
Video for CoIDE 1.7.5, use the board mode to create the project:
설치는 다른 글에서~~ (사실 Coocox 홈페이지를 보고 쭉 따라하면 된다.)
=)
'IT > Software' 카테고리의 다른 글
How to undo a Git Commit using Source Tree - Git 되돌리기 (0) | 2015.02.25 |
---|---|
Git commit/Branch 이해 - 그림으로 쉽게 (0) | 2015.02.06 |
윈도우용 GNU Utilities package 설치하기 (0) | 2014.08.06 |
GNU MAKE Utility 설치하기 - 윈도우에서 Makefile 사용하기 (0) | 2014.08.06 |
무료 ARM GCC 컴파일러 설치하기 (2) | 2014.08.06 |