Giter VIP home page Giter VIP logo

Comments (7)

peymankhalili avatar peymankhalili commented on July 28, 2024 3

At the end problem solved...
from here.
by studing edited makefile in that solutions I just found that this parts must added to makefile:
OBJS += stm32f10x_gpio.o stm32f10x_rcc.o

I added and make completed successfully.
final makefile is this:
//////////////////////////////////////////////////////////////////////////////////////
TEMPLATEROOT = ..

compilation flags for gdb

CFLAGS = -O1 -g
ASFLAGS = -g

object files

OBJS= $(STARTUP) main.o
OBJS += stm32f10x_gpio.o stm32f10x_rcc.o

include common make file

include $(TEMPLATEROOT)/Makefile.common
//////////////////////////////////////////////////////////////////////////////////////

from stm32-template.

geoffreymbrown avatar geoffreymbrown commented on July 28, 2024 1

from stm32-template.

peymankhalili avatar peymankhalili commented on July 28, 2024

of course.. I used arm launchpad tools instead of Sourcery. just for compatibility with your code changed folder name to Sourcery.

I downloaded standard peripheral libraries from here.

from stm32-template.

peymankhalili avatar peymankhalili commented on July 28, 2024

I just downloaded standard peripheral libraries from link you mentioned in book( from St.com ) but nothing changed. and I copied "stm32f10x_gpio.c" & "stm32f10x_rcc.c" to that folder(near makefile) but still same. I study GNU-make book by Richard M. Stallman to diagnoctic the error but everything looks true in makefile system.

from stm32-template.

geoffreymbrown avatar geoffreymbrown commented on July 28, 2024

from stm32-template.

Matiasus avatar Matiasus commented on July 28, 2024

I had the same problem, but due to peymankhalili is solved. Many thanks.

from stm32-template.

QGB avatar QGB commented on July 28, 2024

RCC_APB2PeriphClockCmd

from stm32-template.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.