Resolved! No memory for tty_prepare_flip_string
Hello, I'm using the OpenAMP_TTY_echo example with some modification.if (VirtUart0RxMsg) { VirtUart0RxMsg = RESET; while (data < 65535) { itoa(data, buf, 10); if(VIRT_UART_Transmit(&huart0, (uint8_t *)buf, 10) != VIRT_UART_OK)...