我做uDMA实验:
下面这句老是提示没定义:
ui32Status=ROM_UARTIntStatus(UART1_BASE,1);
提示ROM_UARTIntStatus这个函数没定义。
请问高手,需要添加那个头文件或者C文件或是设置哪里?谢谢!
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.
我做uDMA实验:
下面这句老是提示没定义:
ui32Status=ROM_UARTIntStatus(UART1_BASE,1);
提示ROM_UARTIntStatus这个函数没定义。
请问高手,需要添加那个头文件或者C文件或是设置哪里?谢谢!