This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具与软件:
您好!
我有一些问题、如下所示。 我希望您可以在以下方面提供帮助:
1.您能简要介绍一下在主函数中使用驱动程序库开发初始化 DSP 的基本程序所需的步骤吗? 或者、您可以推荐一个可以用作参考的示例工程吗?
2.如何获得有关设置或控制 GPIO 的驱动程序库的信息? 我如何知道哪些函数可用以及每个函数的参数是什么?
谢谢、此致、
Sameer
您好!
[quote userid="633796" url="~/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1465642/tms320f28379d-ccs 关于如何开发用主函数中的驱动程序库初始化 DSP 的基本程序、您应当概述一下需要执行哪些步骤? 或者、您是否可以推荐一个可用作参考的示例项目?是的、我认为可以从 c2000ware 示例中的 led_ex1_blinky 开始、位置为"your c2000ware install directory"\driverlib\f2837xd\examples\cpu1\led
[quote userid="633796" url="~/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1465642/tms320f28379d-ccs 如何获得关于设置或控制 GPIO 的驱动程序库的信息? 我如何知道哪些函数可用以及每个函数的参数是什么?[/QUOT]我们在 "your c2000ware install directory"\driverlib\f2837xd\driverlib\gpio.c 和 gpio.h 上有用于 GPIO 的 driverlib 函数
谢谢