How VIRT_UART_Transmit works when the A7 doesn't do anything?
Hello!I make my M4 chip communicate with the A7 with openAMP from the example code.I send the data from M4 and currently A7 doesn't do anything.code is like belowchar buffer[512];//in the 1ms interruptif(currentPosition < 512){currentPosition = sprin...