안녕하세요.

 

Microchip사의 8bit PIC을 사용하기 위한 MPLABX 환경을 구성해 보겠습니다.

 

우선 PIC은 MPLABX 라고 불리우는 IDE를 사용합니다. 아래 링크에서 다운 받아 줍니다.

MPLAB® X IDE | Microchip Technology

 

MPLAB® X IDE | Microchip Technology

MPLAB® X Integrated Development Environment (IDE) is an expandable, highly configurable software program that incorporates powerful tools to help you discover, configure, develop, debug and qualify embedded designs for most of our microcontrollers and di

www.microchip.com

 

컴파일러 종류에는 8bit MCU용 XC8, 16bit용 XC16, 32bit용 XC32가 있습니다.

저희는 8bit MCU를 사용할 것이기 때문에 XC8을 다운받아 설치합니다.

 

MPLAB® XC Compilers | Microchip Technology

 

MPLAB® XC Compilers | Microchip Technology

The MPLAB XC Network Server License is a shared license. It allows one person to compile at a time. Once used, the license remains captured by that person for 60 minutes, during which no one else can use it. If that person compiles again, the 60 minutes st

www.microchip.com

 

 

설치가 완료되었다면 MPLABX IDE를 실행합니다.

 

개발에 도움되는 대표적인 툴로는 초기화 코드를 자동 생성시켜주는 MPLAB Code Configurator(MCC)가 있습니다.

이것도 설치하겠습니다.

 

Tools->Plugins 메뉴를 선택합니다.

Available Plugins 탭으로 가서 MPLAB Code Configurator를 선택하고 Install 버튼을 클릭합니다.

Next를 누르면 설치가 진행되고 완료되면 재시작하도록 합니다.

 

 

재시작 되었을 때 위 사진 빨간 박스처럼 MCC 아이콘이 나타난다면 개발을 위한 환경설정은 끝났습니다.

 

반응형

'MCU > PIC' 카테고리의 다른 글

[PIC][MPLABX][XC8]TIMER0 + 인터럽트  (0) 2022.06.17
Microchip Programmer & Debugger  (0) 2022.06.15
[PIC][MPLABX][XC8][MCC]TIMER0 + 인터럽트  (0) 2022.06.15
[PIC][MPLABX][XC8] GPIO  (0) 2022.06.14
[PIC][XC8][MPLAB X][MCC] GPIO  (0) 2022.06.11
[XC8] 컴파일 Warning 메세지 띄우지 않기  (0) 2022.03.28

+ Recent posts