while the application is set to receive in transfer data a block of 128 bytes, is it possible increase up to 1024 byte.
I do this modifications but does not works:
#define TOTAL_FIFO_BYTES (4000u) (was 800u)
#define RX_TP_QUEUE_LEN (1050u) (was 150u)
Is it necessary change some other define?? or is not possible.
Thanks