Other Parts Discussed in Thread: TDA4VM
Hi,
I am trying to access MainUART from MCU domian on TDA4VM, I am updating the baseaddress on uartInitCfg[0] and with UART1 base address. In board configuration I have updated uartInst as BOARD_MCU_UART_INSTANCE and uartSocDomain as BOARD_SOC_DOMAIN_MCU. Please see the below snippet of code .


but I am not seeing any prints on Main domain.
I have used the uartInst as BOARD_MCU_UART_INSTANCE so as to fetch the 0th configuration from uartInitCfg[], also I have commented UART_socInit() from uart_init() to avoid routing of main UART to MCU UART. But I have doubt regarding the interrupt configuration on UART_open_v1(). Does the driver has taken care of interrupt routing? Is there any document available to see how the interrupt router configuration should be?
Regards,
Alex

