Skip to main content
Visitor II
September 4, 2020
Question

STM32F030F4P6 STANDART PERIPHERAL LIBRARY EXAMPLE

  • September 4, 2020
  • 2 replies
  • 1280 views

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

0693W000003QpmaQAC.png

2-) General > File System

0693W000003QpnIQAS.png

3-) From Directory > Browse > STM32F0xx_StdPeriph_Lib_V1.5.0 > Libraries > STM32F0xx_StdPeriph_Driver0693W000003Qpo1QAC.png

4-) Select All > over write >

0693W000003QpoGQAS.png

And I build this project then look like this , then rising error

0693W000003QppTQAS.png

How can I fix, I did not make any another configuration above these.

Thank you

-Burak

    This topic has been closed for replies.

    2 replies

    Graduate II
    September 4, 2020

    Set up your "Include Paths" so it can find the .H files in the Inc directory

    BBÖYÜ.1Author
    Visitor II
    September 5, 2020

    I did, but not work still ​