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.
工具与软件:
我将 GRLib 移植到 MSPM0G3507。
以空的 DriverLib 工程开始时、已在 SysConfig 中检查 DriverLib、但现在好像无法找到我的 driverlib 函数、例如 DL_GPIO_resetPins (GPIO_LCD_RESET_PORT、GPIO_LCD_RESET_PIN);因此无法链接
太近了!
我可以执行什么操作来在 DriverLib 中进行链接?
没关系
这有助于将 DL_GPIO_resetPins 拼写为 DL_GPIO_clearPins!
但是、
我找不到"DL_SPI_getInterrupts (),是否能使 EnabledInterrupts 成为正确的调用?
尊敬的 Keith:
您是否想看看已启用了哪些中断或哪些中断有待处理?
DL_SPI_getEnableedInterrupts 将返回 IMASK 寄存器、DL_SPI_getPendingInterrupts 将返回 IIDX 寄存器、DL_SPI_getEnableedInterruptStatus 将返回 MIS 寄存器。
此致、
Luke