当前位置:网站首页>F280049库函数API编程、直接寄存器控制编程和混合编程方法
F280049库函数API编程、直接寄存器控制编程和混合编程方法
2022-08-09 11:16:00 【量子力学和生命科学】
TI最近两年出的C2000系列芯片,TI开始普遍采用driver lib 提供API的方式来操作处理器了。
怎么适应TIC2000的API呢?
其实看两篇TI的文档,就能很容易把习惯转变过来了。
第一篇:F28004x_FRM_EX_UG.pdf
位于C2000Ware_3_04_00_00\device_support\f28004x\docs中。大家需要转c2000ware。
该文档一步一步教大家库函数API编程、直接寄存器控制编程和混合编程方法的工程建立方法。
第二篇:F28004x Peripheral Driver Library 2.01.00.00 这篇文档官网没有找到,我上传到csdn的资源上了,在csdn搜索:F28004x_DriverLib_Users_Guide.pdf即可任意下载.
2.3 Project: Adding Bitfield or Driverlib Support
F28004x devices support two types of development software, driver library APIs and bitfield structures. Each have their advantages and are implemented to be compatible together within the same user application. This section details how to add driverlib support to a bitfield project as well as how to add bitfield support to a driverlib project.
When combining bit-field and driverlib support, add a pre-defined symbol within the project properties called "_DUAL_HEADERS". This is required to avoid having conflicting definitions (in
enums/structs/macros) which share the exact same names in both bit-field and driverlib headers.
边栏推荐
猜你喜欢
随机推荐
Oracle Database Architecture
【VIBE: Video Inference for Human Body Pose and Shape Estimation】论文阅读
学长告诉我,大厂MySQL都是通过SSH连接的
PAT章节
[现代控制理论]5_系统的可控性_controllability
redis内存的淘汰机制
PAT1013 并查集 DFS(查找联通分量的个数)
OC-NSTimer
fidder为什么不会抓包的问题
CAN总线发送数据
预置第三方apk到MTK项目相关问题总结
redis的线程模型
【Data augmentation in NLP】——1
golang源代码阅读,sync系列-Cond
This application has no explicit mapping for /error, so you are seeing this as a fallback
[Essence] Analysis of the special case of C language structure: structure pointer / basic data type pointer, pointing to other structures
PAT1004
程序员的专属浪漫——用3D Engine 5分钟实现烟花绽放效果
golang源代码阅读,sync系列-Map
Win10调整磁盘存储空间详解