Skip to content

Random evaluations on STM32F407VET6 using FOSL standard abstractions

License

Notifications You must be signed in to change notification settings

martinmake/STM32F407VET6_development_board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32F407VET6_development_board

Board

IMAGE OF THE BOARD

  • TFT 320RGBx240 display (16bit ILI9341)
  • NRF24L01
  • UART
  • RTC
  • SD card
  • buttons
  • SWD
  • USB
  • GPIO
  • other

How to compile

The easy way

$ make

The advanced way

$ mkdir build
$ cd build
$ cmake .. [OPTIONS]
$ make

Useful make targets

Upload .bin file

$ make upload_<project_name>

Connect over serial port

$ make connection_over_serial_port

Connect over virtual COM port

$ make connection_over_virtual_com_port

List all targets

$ make help

About

Random evaluations on STM32F407VET6 using FOSL standard abstractions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages