Optimizing instructions for using a very frequent ISR along with USB CDC
Hello everyone, I have a complex problem which I would like help from the memory experts and instruction optimization, if possible. I am trying to receive data using CDC_Receive_FS() call back, and, concurrently, process the data using an ISR which i...