Associate II
October 18, 2021
Question
STM32CubeIDE won't let me add an external library (Noob Question)
- October 18, 2021
- 6 replies
- 3657 views
HI everyone,
As an absolute beginner to STM32, I purchased a Nucleo STM32F411 board.
I'm currently trying to use an online MPU9250 library I found on the internet through: https://github.com/talhaSr/mpu9250
When I tried to import the header and source files into the project, the compiler still cannot find the "mpu9250.h" header file that I manually linked to the list of "includes" and "source".
For reference, here's what I've done so far:
Original Error = stm32_error.png
STM32 Includes = stm32_includes.png (Note the same path is linked to C++ as well)
STM32 Source = stm32_source.png
Could someone please explain if I did anything wrong, or maybe a step by step tutorial?
