Using Atollic TrueStudio v9.0 for STM32 with Standard Peripheral Libraries instead of HAL
Hi,
I would like to switch Atollic TrueStudio v9.0 for STM32 from CooCox CoIDE which I had been using for my STM32F0 based projects. However, I found that it comes pre-linked with HAL drivers(which I hesitate to use). Since ST has declared TrueStudio as an official IDE for ST, I would like to use it with the Standard Peripheral Libraries instead of HAL. I tried adding a library path to the standard library folder, however, I get *.h files not found(even though it is present), everytime I try to build a simple project.
Please help.
#truestudio-9.0.0 #stm32 #stm32f0 #atollic-truestudio