NaomiCreate / cnss-app

0 stars 0 forks source link

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

Closed NaomiCreate closed 3 years ago

NaomiCreate 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.