Skip to content

bonifacebassey/MSP432P401R-Launchad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MSP432P401R-Launchad

Install GCC cross compiler for ARM Cortex-A/R/M processors. On debian 8.4 this worked.

$ apt-get remove binutils-arm-none-eabi
$ apt-get remove gcc-arm-none-eabi
$ add-apt-repository ppa:terry.guo/gcc-arm-embedded
$ apt-get update
$ apt-get install gcc-arm-none-eabi

Building for MSP432

$ make CROSS=1

Note

To compile any of these examples, the "driver" folder must be copied to that example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published