Setting Lower Priority for USB set CDC_Receive_FS interrupt and callback
Hi,
I have configured a USB virtual com port on an STM32F373 successfully.
I noticed the priority for the CDC_Receive_FS interrupt/callback seems to be set to the highest level. I currently have a timer interrupt ( time critical event ) which cannot be delayed or interrupted by the USB interrupt. Is it ok to set the USB priority to a lower level than my timer's priority?
My timer interrupt needs to handle a time-critical task but is very short so I'm thinking it should not interfere with the USB handling CDC_Receive_FS quickly enough to prevent a USB overflow.
What is the best way to set the USB's interrupt priority lower than the timer's interrupt priority?
Thank you,
