Question
OPENAMP send data from M4 to A7 and wait until RX buffer is free
Hello,
I need to send several kilobytes of data from the M4 to the A7. However, I am experiencing data loss during this transfer. Is there a function that waits on the M4 side, until the A7 has collected all data from the tty.
/*
* Channel direction and usage:
*
* ======== <-- new msg ---=============--------<------ =======
* || || || CHANNEL 1 || || ||
* || A7 || ------->-------=============--- buf free--> || M4 ||
* || || || ||
* ||master|| <-- buf free---=============--------<------ ||slave||
* || || || CHANNEL 2 || || ||
* ======== ------->-------=============----new msg --> =======
*/for instance channel2 - buf free.
Many thanks!
