Hi,
I'm using IMX8M+ SOC with:
- LINUX kernel on A53 using UART1 with SDMA1
- FreeRTOS on M7 using UART2 bus
I want to use a DMA on UART2, but the refManual says:
• SDMA-1 is a general-purpose DMA engine which can be used by low speed
peripherals including UART, SPI and also others peripherals.
• SDMA-2 and SMDA-3 is used for audio interface, including SAI-1/2/3/5/6/7, SPDIF and PDM audio input.
My questions are:
- If SDMA1 is already used by LINUX four UART1, can I use SDMA1 on M7 side for UART2 ?
- SDMA2/3 are dedicated to another functions, can I use them if I don't use SAI or audio?
- I've seen that eDMA is available, but I don't see it on memory map, only SDMA are mapped (chap 2.4). Is it possible to use it for UART?
Thanks for your help