Hi,
We are using AM3352 in one of our product, recently we have seen a issue while both UARTs(UART4, UART6) operating
simultaneously with 9600 and 38400 Baud rates consecutively.
Sometimes UART6 interrupt triggering is taking more time, where we are releasing tx enable pin, as we believe processor is doing receive job at UART4, we are not seeing this issue when there is no Communication on UART4. we suspect UART4 interrupt is at a higher priority than UART6.
Interrupt handles are marked with IRQF_NO_THREAD. so in this regard could you please let us know how to fetch priorities of the interrupts and also
how to configure the priorities.
Regards
Sreevani