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.
例如下面代码中SysCtlClockSet函数的使用说明。
int main(void)
{
// Setup the system clock to run at 50 Mhz from PLL with crystal reference
SysCtlClockSet(SYSCTL_SYSDIV_4|SYSCTL_USE_PLL|SYSCTL_XTAL_16MHZ|SYSCTL_OSC_MAIN);
// Enable and configure the GPIO port for the LED operation.
注:我想要能包含尽量多这种函数使用的说明文档。
谢谢
Cortexwang
我们提供这些库函数的说明,你可以在TI的官网上下载TivaWare™ Peripheral Driver Library user guide.官网上下载的为最新版的,同样需要配合最新版的Tivaware进行使用。
另外,在Tivaware\docs里面也有提供,名字命名格式为SW-TM4C-DRL-UG-版本号。
版本号为你所用的Tivaware的版本。建议你使用该目录下的Tivaware。因为其版本是与你所使用的Tivaware对应的。