During troubleshooting of my application using interrupt based :ittya I've just arrived charq.h
At line 161 is a fixed array for data members:
char QUEUE[4];
On the other hand, I've configured
BSPCFG_SCI0_QUEUE_SIZE 64
Does this work? I haven't found any relation between _CHARQ_FULL and size 4. Should I increase the size of the array?