why RX_CALLBACK_SIZE is defined as 8 in dsps-v_5.150.2 example?
Hi Dialog support team,
In dsps-v_5.150.2 example, macro named as RX_CALLBACK_SIZE was defined as 8. It means after every 8 byte of data received from UART , UART RX ISR loop(void uart_sps_rcv_data_avail_isr(void)) is stopping to receive bytes and calling the callback function below.
My understanding is correct or not? If my understanding is correct, when more than 8bytes are going to be received at a time,then it will miss the remaining bytes or not. Please give some explanation for this?