1. SVD (System View Description)1.1. CMSIS (Cortex Microcontroller Software Interface Standard)ARM에서 제정하는 Cortex-M 시리즈의 소프트웨어 인터페이스 표준 (최신 버전에서는 Cortex-A 시리즈도 고려되는 듯)Cortex-M 코어를 사용하는 다수의 MCU 제조사들의 호환성 확보를 위해 ARM 각 제조사간 협력을 통해 제정https://www.keil.com/pack/doc/CMSIS/General/html/index.html1.2. CMSIS-SVDMCU의 peripheral, register 정보 등을 xml 파일 형태로 기술(1) SVD Description Formathttps://arm-software.git..