c2000ware-core-sdk/README.md

66 lines
2.4 KiB
Markdown
Raw Normal View History

2023-06-23 13:06:48 +03:00
<div align="center">
2023-06-23 12:49:15 +03:00
2023-06-23 13:06:48 +03:00
<img src="https://upload.wikimedia.org/wikipedia/commons/b/ba/TexasInstruments-Logo.svg" width="150"><br/>
# C2000Ware
2023-06-23 13:17:41 +03:00
[Introduction](#introduction) | [Layout](#repositorylayout) | [Overview](#overview) | [Contribute](#contributing-to-the-project)
2023-06-23 13:06:48 +03:00
</div>
## Introduction
C2000Ware for C2000 microcontrollers is a cohesive set of development software and documentation designed to minimize software development time.
It includes device-specific drivers and device peripheral examples, C2000Ware provides a solid foundation to begin development and evaluation.
List of devices supported
- [F280015x](https://www.ti.com/product/TMS320F2800157)
2023-06-23 13:17:41 +03:00
- [F280013x](https://www.ti.com/product/TMS320F2800137)
2023-06-23 13:06:48 +03:00
- [F28004x](https://www.ti.com/product/TMS320F280049C)
- [F28003x](https://www.ti.com/product/TMS320F280039C)
- [F28002x](https://www.ti.com/product/TMS320F280025C)
2023-06-23 13:17:41 +03:00
- [F2838x](https://www.ti.com/product/TMS320F28388D).
- [F2837xs](https://www.ti.com/product/TMS320F28379S).
- [F2837xD](https://www.ti.com/product/TMS320F28379D).
- [F2807x](https://www.ti.com/product/TMS320F28379S).
- Other Gen2 devices such as F2806x, F2805x, F2803x, F2802x, F2823x and F2833x.
2023-06-23 13:06:48 +03:00
The SDK includes peripheral usage examples to help users to get started quickly.
2023-06-23 12:49:15 +03:00
## Repository Layout
2023-06-23 13:06:48 +03:00
- .metadata folder
2023-06-26 14:08:34 +03:00
- This folder contains the metadata files for SysConfig. Do not modify.
- boards/.meta
- This folder contains the metadata files for C2000 boards. Do not modify.
2023-06-23 13:06:48 +03:00
- device_support
- This folder contains all device-specific support files, bit field headers and device development users guides.
- docs
- This folder contains the C2000Ware Quick start guides and links to references articles
- driverlib
- This folder contains the device-specific driver library and driver-based peripheral examples.
- examples
- This folder contains the examples involving multiple devices/peripherals to showcase different applications.
- utilities
- This folder contains development utility applications such as flash programmers, windows drivers.
## Overview
C2000Ware SDK comprises of multiple repositories with the current repository at it's core.
There are other repositories that need to be cloned and are listed below:
2023-06-23 13:17:41 +03:00
- [c2000ware-c2000-academy]
- [c2000ware-rtosl]
2023-06-23 13:06:48 +03:00
C2000Ware installers is available for download
- [C2000Ware](https://www.ti.com/tool/C2000Ware)
## Contributing to the project
This project is currently not accepting contributions.