You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I'm trying to use stm32f405 (same as 407), I'm able to compile, but is it possible to use tinyUSB with only PA11/12 (USB_OTG_FS_DM and USB_OTG_FS_DP) because on my custom board I use PA8 and PA9 as dedicated GPIO.
So for now if I compile I don't detect USB in my port and I don't have any more UART write (because I use PA9 in my UART2)
I updates board_init like that (it's seem PA8 and P9 are used somewhere)
EDIT: strange think, if I only add the project to my project, and compile all stuf together (no warnings no errors) and no call to any tinyusb function, my UART (using PA9) doesn't work anymore. I Don't understand why just including tinyUSB to my porject broke my UART
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I'm trying to use stm32f405 (same as 407), I'm able to compile, but is it possible to use tinyUSB with only PA11/12 (USB_OTG_FS_DM and USB_OTG_FS_DP) because on my custom board I use PA8 and PA9 as dedicated GPIO.
So for now if I compile I don't detect USB in my port and I don't have any more UART write (because I use PA9 in my UART2)
I updates board_init like that (it's seem PA8 and P9 are used somewhere)
EDIT: strange think, if I only add the project to my project, and compile all stuf together (no warnings no errors) and no call to any tinyusb function, my UART (using PA9) doesn't work anymore. I Don't understand why just including tinyUSB to my porject broke my UART
Thanks
Beta Was this translation helpful? Give feedback.
All reactions