- Notifications
You must be signed in to change notification settings - Fork1k
add support for stm32F407IGHx#2649
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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 defaultSystemClock_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
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Fixesstm32duino#2131.Fixesstm32duino#2589.Signed-off-by: Steve76427 <xcr060325@163.com>Co-Authored-by: Frederic Pillon <frederic.pillon@st.com>
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.
3510e4c
intostm32duino:mainUh oh!
There was an error while loading.Please reload this page.
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. |
Uh oh!
There was an error while loading.Please reload this page.
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.