Binzakens / STM32F407VG_TemperatureAffectFan_Eclipse_20203318

This small project has been created and built related to the free from built-in library in Eclipse CDT for Embedded System.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Fan-Controller-with-Heat-input This small project has been created and built related to the free from built-in library in Eclipse CDT for Embedded System. /n

INSTRUCTIONS FOR UNIX

  1. Choose <> Code and Copy HTTPS for Git. (*Link_HTTPS_that_you_copied). For example: https://github.com/Binzakens/STM32F407VG_TemperatureAffectFan_Eclipse_20203318.git
  2. Open CMD (Terminal) and type the commands in this order:
  3. $ cd /home/*user_name/eclipse-workspace/
  4. $ git clone *Link_HTTPS_that_you_copied
  5. It is likely that you've cloned the Git above into your Eclipse's default workspace directory. Check if the file is there or not. The dir should've named 'STM32F407VG_TemperatureAffectFan_Eclipse_20203318'
  6. Open Eclipse IDE
  7. File -> Import -> General -> Choose 'Existing Projects into Workspace' -> Browse the file in /home/*user_name/eclipse-workspace/STM32F407VG_TemperatureAffectFan_Eclipse_20203318
  8. Choose 'Select All' and 'Search for nested projects' option. Click Finish!
  9. Build the Project for the first time and Debug it. Make sure to configure the Board and Device name in gnuarmeclipse
  10. Board name: STM32F4-Discovery. Device name: STM32F407VG.
  11. Profit!

About

This small project has been created and built related to the free from built-in library in Eclipse CDT for Embedded System.


Languages

Language:C 98.6%Language:Makefile 1.4%Language:C++ 0.0%