Hi, I've configured a project with a few Harmony modules: USB MSD, USB CDC, Timer System Service and Timer Driver. They're all configured to use interrupts, but the MHC-generated code still uses a lot of polling. I.e. my SYS_TMR_Tasks() is still calling:<..
↧