2020-09-04 12:07 PM
I dont want to hal driver
I want to create standart peripheral library project on stm32f030f4p6 mcu with atollic truestudio.
I use this library: https://www.st.com/en/embedded-software/stsw-stm32048.html
I include driver section the standart peripheral library but I have an issue,
1-) Drivers > right click > import
2-) General > File System
3-) From Directory > Browse > STM32F0xx_StdPeriph_Lib_V1.5.0 > Libraries > STM32F0xx_StdPeriph_Driver
4-) Select All > over write >
And I build this project then look like this , then rising error
How can I fix, I did not make any another configuration above these.
Thank you
-Burak
2020-09-04 12:18 PM
Set up your "Include Paths" so it can find the .H files in the Inc directory
2020-09-04 07:57 PM
I did, but not work still