Posted on December 20, 2017 at 13:50
STM32F373 slow usb custom hid cubemx. I have encountered a problem. I can easily configure usb custom hid to work but I can't achieve acceptable speed of usb. I am trying to send array of 1200 bytes. The array...
Posted on December 11, 2017 at 12:05
I had this problem too. If you are using one hsdadc with multiple injected channels, you can use this code to get all injected channels:
uint32_t ch;
uint32_t raw
for(int i = 0; i < NUMOFINJECTEDCHANNELS; i...