mavishak / cnss-embedded

1 stars 0 forks source link

The way to add an h file to an empty project (In order to include it) #4

Open mavishak opened 3 years ago

mavishak commented 3 years ago
  1. Find in which h file the function/variable that you need is defined. (You can use another STM32CUBE project that is not empty to find the location).
  2. Find the folder where the h file is located and copy the route.
  3. Project ->properties ->C/C++ Build ->Settings->MCU GCC Compiler-> Include Paths ->..Inc ->add library->paste the route.