Skip to content

mROS-base/asp3-f767zi

 
 

Repository files navigation

TOPPERS/ASP3 Nucleo-F767ZI

This repositoy provides TOPPERS/ASP3 kernel for STM32 NUCLEO-F767ZI. TOPPERS Project is Japanese NPO that researches and develops the high-quality platforms for embedded systems.

We use this repository as a component of mros2-asp3-f767zi, by adding some modifications from the original repository implemented by @yurie. So the base branch of this repository has been changed to mros2.

How to build sample1 app (without mros feature)

Currently, we should use arm-none-eabi 7.3.1 which can be installed with STM32CubeIDE v1.5.0. (detail: #5)

# Clone repositories
$ git clone https://github.com/mROS-base/asp3-f767zi
$ git clone https://github.com/mROS-base/STM32CubeF7

# Build binary
$ cd asp3-f767zi/OBJ
$ make

# Copy binary to the board
$ cp asp.bin /media/$USER/NODE_F767ZI/

# Connect with picocom
$ sudo picocom -b 115200 /dev/ttyACM0

License

TOPPERS License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 61.5%
  • Ruby 37.2%
  • Makefile 0.7%
  • Assembly 0.3%
  • Shell 0.2%
  • Pawn 0.1%