51xx 加UART功能
This set of files enables the user to create a UART Configuration Module to set various UART parameters with the ADK Configuration Tool
This README should be read in conjunction with the Application Note (80-CF917-1): Customizing Configuration Modules in ADK4.2+/ADK6+/QCC300x
Available on https://createpoint.qti.qualcomm.com
The code example has been tested on a modified Sink Application from ADK6.1 running on a CE446 board with CE692 module.
How to use it
=============
1. Create a new Sink Application in QMDE - File > New Project > ...
2. Copy the "apps" folder (and its content) from this archive to the <project_path> root folder (typically "C:\qtil\<MyProjects>\<Project>")
3. Replace files when asked
4. In the "config_build.mak" file, under "# Check for additional modules that are included in project", add the following:
ifneq (,$(findstring ENABLE_UART,$(DEFS)))
&n

这篇博客介绍了如何在51单片机上添加UART功能,通过ADK配置工具设置UART参数。用户需要在QMDE中创建新的Sink应用,将提供的文件复制到项目中,并在配置文件中启用UART模块。应用运行时,会通过UART发送和接收数据。

605

被折叠的 条评论
为什么被折叠?



