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 通过 UART7传输数据、但无法为 UDMA 分配 uart7。 我正在使用以下函数、但 UDMA_CHANGE_UART7TX 未定义。
ROM_uDMAChannelAttributeDisable (UDMA_CHANGE_UART7TX、
UDMA_ATTR_ALTSELECT | UDMA_ATTR_USEBURST |
UDMA_ATTR_HIGH_PRIOR|
UDMA_ATTR_REQMASK);
谢谢