[RPMSG error] No memory for tty_prepare_flip_string
Hi everyone,I'm coding an applicaction which needs to send data from CM4 to CA7 through RPMSG framework. FreeRTOS task involved:void t0Task(void *argument) { int count = 0x0, sim_ch = 9; const int SIZE_DATA = 7; unsigned char msg[SIZE_DATA * si...