PICKit3 사용할때 볼 수 있는 Error
"Warning : No configuration words in hex file. In MPLAB use File-Export to save hex with config"
우선, in Toolbar에서, Configure>>Configuration Bits 로 갈것
IESO(=Internal External SwitchOver Mode) -----> Oscillator ChangeOver Mode
: 오실레이터 전환 모드 (when IESO=0 일때, Disabled 상태, when IESO=1 일때, Enabled 상태)
Must check the option XT osciilator 를 반드시 체크할것, when you use External Oscillator를 사용할때.
IESO :: Enable일때, 두가지 이상의 OSC사용, Disable일때, 한가지 OSC사용.
When the Box of "Configuration Bits set in code" is checked,
you need to set the Config.Bit in code manually.
(You can get perfect HEX having Config.Bit in it)
Otherwise, Un-check the box & Set them in the section above.
(This HEX requires additional Config.Bit in Memory)
(체크해주면, 위 섹션은 전부 Diabled 상태가되고, 코드상에서 손수 설정해줘야한다. ☆HEX파일내에 완벽하게 Configuration Bit가 포함되있다.)
(체크박스를 해제하면, 위 섹션을 체크해줘야한다. 이 방식은 HEX + 메모리안의 Config.Bit = Chip에 Burning 되는 방식이다.)
File >> Export
'MPLAB > MPLAB Errors' 카테고리의 다른 글
Target Device ID does not match expected Device ID (0) | 2017.01.20 |
---|---|
Failed to initialize PICkit3 (☞PK3Err0038) (2) | 2014.12.31 |
PICkit3 연결법 (0) | 2014.12.30 |
Failed to properly connect to PICkit3. (Greater V8.2 버젼 이상에서 사용가능) (0) | 2014.12.27 |
MPLAB IDE의 작동이 중지되었습니다. (2) | 2014.12.11 |