-
I am having some trouble porting an example to an stm32f105. I have been trying to go based off of one of the stm32f4 examples since it also uses the OTG peripheral. I commented out some of incompatible code (led and gpio stuff) in the family and board.c files. I also specified in the Makefile that I was using an F1 device instead of F4. When I debug the USB_FS interrupt gets hit once in the beginning, but never again. My computer does not detect the USB. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
to make it easier for others to follow and help with your issue, you should provide the buildable links to your github fork, where you add your f105 board settin. This helps to make sure others can reproduce the issue and/or spot any problem in your code. |
Beta Was this translation helpful? Give feedback.
-
Hello Paul, as hathach already said it would be good to get a view on your source. |
Beta Was this translation helpful? Give feedback.
to make it easier for others to follow and help with your issue, you should provide the buildable links to your github fork, where you add your f105 board settin. This helps to make sure others can reproduce the issue and/or spot any problem in your code.