Posted on October 08, 2017 at 19:41Hi,If you are running ubuntu you should use the dfu-util package instead of the dFuseDemo program. You can install it withsudo apt-get install libusb-1.0-0-dev dfu-utildfu-util is a command line utility for writing...
Posted on August 17, 2016 at 21:18I have just never bothered to use the DMA for ADCs. I don't think there are really any downsides of using the DMA once you get it working. I just have never had a project where setting up the DMA was worth the extra...
Posted on August 17, 2016 at 18:49
If you do not mind using polling (against the superior wisdom of Hanibal and clive1) this code aught to work (it works on my stm32f0 board).
The important thing is to configure the ADC in discontinuous ...
Posted on August 17, 2016 at 05:18
>I'm converting a bunch of ADC channels, and the ADC is setup to sequence through them.
>How do I determine which channel was just converted?
I believe you can infer what channel is being converted ...