Avik De
Avik De
It seems like there was some info in this forum post. https://github.com/rogerclarkmelbourne/Arduino_STM32/issues/39#issuecomment-88439318 I want to get to this, but I'm concerned that "packaging up" the code into a downloadable format...
Hi Roger, Hate to be the bearer of bad news but it looks like it is quite different from the F373. :( The F3 series is especially fragmented: ST already...
F301 now works quite well (and the code / pinout is even quite interchangeable with F302). Not gotten to F334 yet though.
I've gotten it working with the F303v variant (on a F303 discovery board) and the F373 variant (on a custom board) with the SerialUSB library that's included. I haven't used...
I'm confused. Every STM32 chip I know of comes with a DFU bootloader. On your board you have to connect the USB pins, and have some way of resetting to...
I see. I have basically no experience with the F1 series, but you are correct: while the F105 seems to have a DFU bootloader, the F103 doesn't http://www.st.com/content/ccc/resource/technical/document/ application_note/b9/9b/16/3a/12/1e/40/0c/CD00167594.pdf/ files/CD00167594.pdf/jcr:content/translations/en.CD00167594.pdf...
Hi asipo, Unfortunately that seems about right to me. I had the same experience when I implemented with the F303 discovery board. It's possible to reset the USB using a...
I agree that USB is too complicated. On my custom board it is pin -> PMOS -> series 1.5k resistor -> D+. I have the function "setUSBDisconnectPin(uint8_t pin)" defined, so...
@erwincoumans that exact sketch worked for me: * upload using ST-LINK (connect to center mini USB) or DFU (right corner mini USB, need to put into bootloader mode first) *...
I have a related issue in that I also get DllNotFound.  I have a few questions about how things work: - in the head of the branch, if we...