Giter VIP home page Giter VIP logo

f767-m8n-mpu9250-sd-runbuffer-'s Introduction

实验器材:
	阿波罗STM32F767开发板
	
实验目的:
	学习FreeRTOS在STM32F767上的移植
目标:实现100hz IMU + 5hz GPS数据保存在SD卡中
方案:原方案使用串口保存由于数据量过大,出现数据保存缺失的现象
		数据保存不及时的原因:
	解决方法:FatFs频繁打开、关闭文件会占用较多时间,SD卡频繁写入也会占用较多时间,这期间新的IMU数据已经过去了。
	    使用环形缓存区存储数据,将数据循环保存在缓存区中,在数据保存一定量后,再将数据统一放入SD卡中

f767-m8n-mpu9250-sd-runbuffer-'s People

Contributors

dawngdy avatar

Watchers

 avatar

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.