GithubHelp home page GithubHelp logo

niyunfeng / mio_pid_controller Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tonyho/mio_pid_controller

0.0 2.0 0.0 21.59 MB

Multiple input and output graphic PID Controller, based on STM32, using the μC/OS-II and μC/GUI 3.98

Batchfile 0.11% C 96.12% HTML 2.53% C++ 0.91% Objective-C 0.02% Assembly 0.31%

mio_pid_controller's Introduction

uCOS+uCGUI 项目里面包括2个目标配置,第1个是定位地址0处,第2个是定位在地址0x40000处。

第2个可以和DfuSe升级Bootlo程序共存,实现在线升级功能。

修改定位地址的方法:
(1) 修改 fwlib\inc\stm32f10x_nvic.h
#if DEF_ROM_0X40000
#define NVIC_VectTab_FLASH           ((u32)0x08000000)
#else
#define NVIC_VectTab_FLASH           ((u32)0x08000000)
#endif

(2)在KEIL 工程选项里面,C++栏,增加 DEF_ROM_0X40000 宏。

问题1: 修改 fwlib\inc\stm32f10x_nvic.h 未起作用
KEIL 编译的时候找到KEIL目录下的库文件。原来是include路径为添加本地的fwlib\inc\文件夹

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.