Skip to content

caiotavares/arm-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

Setup

  • Install the compiler, SDK and the latest commit of OpenOCD for debugging

    • brew install armmbed/formulae/arm-none-eabi-gcc

    • brew install openocd --HEAD

      You may also need to install openocd dependencies: autoconf, automake and texinfo

  • Export GCC_ARMCOMPILER and ARM_SDK_HOME environment variables pointing to the compiler and SDK homes, respectively

Getting Started

> git clone [email protected]:caiotavares/arm-first-steps.git
> cd arm-first-steps
> make
> openocd -f board/ti_msp432_launchpad.cfg

In another terminal:

> arm-none-eabi-gdb
> (gdb) target remote :3333
> (gdb) load ./out/hello_world.out
> (gdb) continue

About

ARM Cortex M4F Hello World

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published