linker not seeing stm32f4xx_hal_tim.h when building project
here's a link to the GitHub issue containing the build output: https://github.com/giff25/MotorTest/issues
I double checked to make sure the HAL_TIM module was enabled, and followed the chain to the .h file itself and still haven't noticed any reason why the linker wouldn't see the TIM functions
Im using a nucleo board and the toolchain is as follows:
built the project using CubeMX (including configuring the timer and pwm channels)
Using VSCode with STM32 VS Code extension
any help would be appreciated
