gabs4 / STM32-Advanced

Advanced projects with STM32F746-Discovery board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

structure of workspace

	- YourAnyFolderName
		|
		|- _Projects         (this repository)
		|
		|- EmbWizzard        (cool GUI, see youtube)
		|
		|- gcc-arm-none-eabi (compiler for EmbWizzard build system)
		|
		|- STM32Cube_FW_F7   (not included in repository, you must copy\paste your cube HAL lib here)


where
	_Projects          <- repository here
	EmbWizzard         <- for advanced GUI
	gcc-arm-none-eabi  <- compiler gcc-arm-none-eabi-6-2017-q2-update-win32.exe
	STM32Cube_FW_F7    <- latest STM32Cube_FW_F7_V1.11.0


 In dirName of cube lib remove version (this is for EmbWizzard examples and their build system with GCC):

	STM32Cube_FW_F7_V1.11.0   ->    STM32Cube_FW_F7

 If no need in this GUI - folders "EmbWizzard"+"gcc-arm-none-eabi" can be deleted.
 But in all projects path to HAL and BSP drivers is  ..STM32Cube_FW_F7\Drivers\..  without version.

About

Advanced projects with STM32F746-Discovery board


Languages

Language:C 97.7%Language:C++ 1.1%Language:HTML 1.0%Language:Assembly 0.2%Language:Scilab 0.0%Language:Makefile 0.0%Language:Objective-C 0.0%