simtrace2/firmware/libcommon
Kevin Redon f48aac560c sniffing: decrease USB IRQ prioprity to prevent USART overrun
Change-Id: I870a0aa8e251bbb53249c54bfcaa45de5b5a9486

Handling the USB message queue is done in an ISR and take quite some time.
This can cause a USART/SIM sniffing buffer overrun, resulting in data loss.
By setting the USB IRQ lower than the USART IRQ, the USB ISR can be
interrupted (for short) and no data gets lost.
2018-07-03 16:18:00 +02:00
..
include buffer: increase buffer size to 512 to cope with fast and long TPDUs 2018-07-03 16:03:17 +02:00
source sniffing: decrease USB IRQ prioprity to prevent USART overrun 2018-07-03 16:18:00 +02:00