Code Monkey home page Code Monkey logo

atfram's Introduction

AT指令处理框架

AT指令处理框架,基于FreeRTOS,使用STM32进行开发


  1. 在使用前将Hardware.c 与 ATCommand.h ATCommand.c中的函数进行配置。
  2. 使用时注册一个任务运行AT指令处理调度器,使用ATCommandRegister()函数注册发送AT命令。当接收到正确的响应后,会将参数传递到用户的处理回调函数中。

提交版本日志:

  1. 11-6 完成AT指令发送注册和返回命令参数提取

代码结构

	├── ATFramework.ioc  	//CUBEMX工程
	├── Drivers				//HAL库驱动
	├── Inc					//工程头文件
	├── MDK-ARM				//keil工程文件
	├── Middlewares			//FreeRTOS库
	├── Src					//工程源文件
	├── User				//AT驱动库文件
	└── readme.md			

参考链接:

  1. AT指令代码与实现方法(基于C语言)
  2. STM32 HAL库学习(四):DMA之串口空闲中断

atfram's People

Contributors

gary-hobson 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.