-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add support to STM32F105? #160
Comments
As I can see the only framework you can use with |
Good day @sinosoidal and @valeros 🙂 Making some attempts to add it to
Data was partially taken from the The
Further in the folder
I found a variant for
The code compiles without errors, there is a warning about
At first I didn't give much attention to the warning, because the firmware controlled the
I also understood from the datasheet that an internal generator is needed for the pins and Tried to copy the contents of the But it didn't help either and would appreciate any help. |
Put this code in here
|
Hi,
How can I add support to the STM32F105? What are the necessary steps. Am I able to do it by myself?
I was tinkering with board and env bluepill_f103c8 and basic GPIO was working but as soon as I tried to work with UART I have stumbled in problems.
There are several versions of F105. I'm using F105R8. I don't know if that matters at all.
Other versions include: STM32F105R8, STM32F105V8, STM32F105RB, STM32F105VB, STM32F105RC, STM32F105VC
Thanks in advance!
The text was updated successfully, but these errors were encountered: