MSP432 개발환경 설정하기
TI 제공 테스트 예제는 아래 링크에서 다운 받을 수 있다.
http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPWare/latest/index_FDS.html
IAR 환경설정
$PROJ_DIR$\
$PROJ_DIR$\..\..\..\..\driverlib\MSP432P4xx\
$TOOLKIT_DIR$\inc\TexasInstruments
$TOOLKIT_DIR$\inc\TexasInstruments\CMSIS
$TOOLKIT_DIR$\CMSIS\Include
ewarm
TARGET_IS_MSP432P4XX
__MSP432P401R__
TI에서도 다양한 툴을 제공한다.
그중 PinMux 는 핀설정을 좀더 쉽게 할 수 있도록 제공하는 툴로 웹상에서 실행 가능하며 나름편리하게 구성되어 있다.
https://dev.ti.com/
https://dev.ti.com/pinmux/
MSP432 DriverLib
MSP432 DriverLib available as source
Always the latest, most updated version
Library available as BSD source = industry standard
Flexibility for users to further customize/enhance
MSP432 DriverLib implemented & tested in ROM
ROM has lower current consumption
No wait-state [ even @ max speed = 48MHz]
Frees up flash space (25kB) for application code
Fully validated & robust ROM code: no future major changes