Hi,
SDK:8.6.1.3 CORE: MCU1_0
in the ti-processor -sdk-rtos-j721s2-evm-08_06_01_03/pdk_j721s2_08_06_01_03/packages/ti/build directory
make UART_DMA_TestApp_freertos BOARD=j721s2_evm CORE=mcu1_0 BUILD_PROFILE=release Compile the UART sample code
After running, I read the MCU_UART register before UART_write and before UART_close respectively, and found that the bit3 of the registers UART_FCR and bit2 of UART_SCR are 0. According to the description of the TRM document, these two bits are currently no dma. How do I determine whether uart DMA is enabled?
Best regards,
bingxian