Posted on February 17, 2017 at 19:57 I'm developing firmware for a low power USB 2.0 Full Speed device (12 Mbps) which uses an http://www.st.com/en/microcontrollers/stm32f070cb.html microcontroller. The clock source for the USB module isthe High ...
Posted on February 02, 2017 at 16:48Does anyone know of the 'correct' way to get a call back when the previous transfer has been completed?You're asking about IN Transfers (device to host), right?I'm using code generated by STM32CubeMX against http:...
Posted on December 12, 2016 at 19:41Looks like you're not using ST's USB library...?Also, how do I open that as a project? I'm not familiar with GPDSC files. It's associated with Keil uVision on my Windows 10 PC, but uVision doesn't seem to know wha...
Posted on December 09, 2016 at 23:14 Brown.Geoffrey, After much effort, I finally achieved the result I wanted Can you offer any hints, as I'm trying to do the same thing?
Posted on December 09, 2016 at 23:01I'm also finding it challenging to figure out how to create a simple 'custom class' with a bidirectional USB bulk transfer pipe. I'm trying to wrap my brain around http://www.st.com/resource/en/user_manual/dm00108...