Hi, we are working on serial communication and the problem is that the
processor usage is around 90% during data transfer. We need to lower this and
searching msdn we come up with the idea of ISR notifying IST less frequently
so that we can gain from this.
Anyone please tell how we can modify ISR-IST so that coming data would first
be buffered in ISR and then how to pass this data to ISR?
Thanks for any help...