## Example Summary
This example is intended to be a starting point for new development where
a fuller set of kernel features and debug capabilities are enabled.
## Peripherals & Pin Assignments
SysConfig generates the driver configurations into the __ti_drivers_config.c__
and __ti_drivers_config.h__ files. Information on pins and resources used
is present in both generated files. The SysConfig user interface can also be
utilized to determine pins and resources used.
* `CONFIG_GPIO_LED_0`
## BoosterPacks, Board Resources & Jumper Settings
For board specific jumper settings, resources and BoosterPack modifications,
refer to the __Board.html__ file.
> If you're using an IDE such as Code Composer Studio (CCS) or IAR, please
refer to Board.html in your project directory for resources used and
board-specific jumper settings.
The Board.html can also be found in your SDK installation:
<SDK_INSTALL_DIR>/source/ti/boards/<BOARD>
## Example Usage
* The example lights `CONFIG_GPIO_LED_0` as part of the initialization in the
`mainThread()`. This thread then toggles the LED at a 1 second rate.
## Application Design Details
TI-RTOS:
* When building in Code Composer Studio, the kernel configuration project will
be imported along with the example. The kernel configuration project is
referenced by the example, so it will be built first. The "release" kernel
configuration is the default project used. It has many debug features disabled.
These feature include assert checking, logging and runtime stack checks. For a
detailed difference between the "release" and "debug" kernel configurations and
how to switch between them, please refer to the SimpleLink MCU SDK User's
Guide. The "release" and "debug" kernel configuration projects can be found
under <SDK_INSTALL_DIR>/kernel/tirtos/builds/<BOARD>/(release|debug)/(ccs|gcc).
FreeRTOS:
* Please view the `FreeRTOSConfig.h` header file for example configuration
information.
龙年行大运
- 粉丝: 1267
- 资源: 3917
最新资源
- 系统学习linux命令
- java毕业设计-基于SSM的党务政务服务热线平台【代码+论文+PPT】.zip
- YOLOv3 在 GPU 上使用自己的数据进行训练 YOLOv3 的 Keras 实现.zip
- YOLOv3 和 YOLOv3-tiny 的 Tensorflow js 实现.zip
- 石头剪刀布-YOLOV7标记的数据集
- YOLOV3 pytorch 实现为 python 包.zip
- 石头剪刀布-YOLOV8标记的数据集
- YOLOv2 在 TF,Keras 中的实现 允许在不同的特征检测器(MobileNet、Darknet-19)上进行实验 论文.zip
- 石头剪刀布-YOLOV11标记的数据集
- YoloV1的tensorflow实现.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈