2013-09-27 07:37 AM
Hello every body
I wanna to make a device that has following features:for this, i found that the stm32f103RE is a good choice for me to do this (isn't?)
now i want to ask what USB class should i use to do this work? is the USB speed in this mcu good for my work? i should send 3648 * 2(byte) * 100(times) data in a second. can i use HID class for this purpose? and many other questions after founding the answer of these ones! #custom-usb-hid #adc-stm32f1032013-09-29 11:13 AM
What is wrong with my questions?
the title? Some one please help me.2013-09-29 04:37 PM
There are a lot of specifics you'll have to own and research there. As a general list of tasks these do appear to fit within the capabilities of the chip. You'll want to pick a class for which you have drivers, and you will likely want to review devices which offer similar functionality, and see how they work.
2013-10-05 01:09 AM
Tank you ''clive'' for your answer
i choose this mcu for my work, now i have USB related questions. How can i do this work as best? i think a Custom class could be help me for this work and in the PC i can use WinUSB to achieve my data. I found that i can set my settings to MCU by Control Endpoint0 and use another bulk endpoint to receive my ADC data from stm32f103. is it right to use control endpoint0 for my settings? (For example changing a GPIO mode or ADC speed) or another interrupt transfer is better for this?