I am currently working on a project with STEVAL-STLKT01V1. I have generated code for with weights and USB library using CubeMX for stm32l476jgy and it is working.
I am not able to integrate sensor from CubeMX for this MCU as the SPI commnunication pheripherals are not suitable.
I am trying to add Sensortile drivers from dalalog application.
I know adding my network in FP-AI sensing library is a solution but I dont need other AI algorithms and RTOS properties.
I tried importing Sensortile drivers and components into my project and added include files to the folder path. It gives me errors while compiling.
I just wanted to know the procedure how to import the Board support drivers into my project without errors.