본문 바로가기

[MSP430]/MSP432

MSP432 개발환경 설정하기

MSP432 개발환경 설정하기




TI 제공 테스트 예제는 아래 링크에서 다운 받을 수 있다.

http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPWare/latest/index_FDS.html


MSP432_drv_code.zip



MSP432 는 Cortex-M4 코어 이므로 IAR EWARM에서 컴파일 가능하다. EWARM 7.4이상 버전이 필요하다.



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










반응형