MCU를 공부 하다보면 ISP와 IAP라는 용어가 보이는데, ARM에서 다음과 같이 정의 한다. - ISP(In-System Programming) : In-System Programming means that the device can be programmed in the circuit by using an utility such as the ULINK USB-JTAG Adapter.; 특정 Utility(JTAG)를 이용하여 프로그램 하는 방식 - IAP(In-Application Programming) : In-Application Programming means that the application itself can re-program the on-chip Flash ROM.; Flash에 저장..