-
Notifications
You must be signed in to change notification settings - Fork 991
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
add support for stm32F407IGHx #2649
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @hlgzhx
Thanks for the PR anyway, it is not complete.
see my comments.
Moreover, please reference the mcu added in the README.md and add a default SystemClock_Config
in the generic_clock.c.
See the Wiki for all steps:
https://github.com/stm32duino/Arduino_Core_STM32/wiki/Add-a-new-variant-%28board%29
Fixes stm32duino#2131. Fixes stm32duino#2589. Signed-off-by: Steve76427 <xcr060325@163.com> Co-Authored-by: Frederic Pillon <frederic.pillon@st.com>
16cbc1a
to
d54d5f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @hlgzhx
I've updated the PR with all my comments.
wow really thanks for your help.^_^ |
welcome @hlgzhx |
ok,these days i was just waiting to get to my boards and finish the test so i didn‘t submit further correction.I'm also sure your code will work well.xD |
I hope :) |
thanks for your help. i've tested it on my board,it works well. |
Summary
add support for Generic STM32F407IGHx boards by editing boards.txt and add variants/STM32F4xx/F407I(E-G)(H-T)_F417I(E-G)(H-T)/ldscript.ld
compile test is passed,my board is in school but school is closed.if you need further test on uploading,please wait me to get back to school after Chinese new year.
im glad to fix further issues on supporting stm32f407ighx boards
Fixes #2589.
Fixes #2131.