Posted on May 17, 2011 at 13:14ScenarioI'm using the STM32F103R8T6 with the RealView compiler and ST peripheral libraries. I convert 5 ADC channels continuously in an automatic sequence. I configured ADC1 as follows: ADC_Mode = ADC_Mode_Independent;...
Posted on May 17, 2011 at 13:11I would like to confirm that the combination of changes in this post DO allow you to transfer 64 bytes on both the IN and OUT endpoints. Thanks to pappu_pandit's finding. Changes required to allow 64 byte transfers: 1....
Posted on May 17, 2011 at 13:11I saw that too. In my source the address for the TX buffer is located at 0x100 and the RX at 0x104. Clearly the separation between these two, if you would like to transmit say 64 bytes, is not enough. I've changed this...