-
Notifications
You must be signed in to change notification settings - Fork 1k
Add NUCLEO-F767ZI #300
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 NUCLEO-F767ZI #300
Conversation
Sync_180531
Add the support of the STM32F0308Discovery
Sync to 1.3.0
Sync to Offical
Hi @davidanger |
Yes, Before yesterday, I don't know that already have the PeripheralPins.c Files...... |
Hi @fpistm |
One note the function searching in the array always return the first occurences. In this case you have to align the I2C instance used and you do it properly to work on I2C1:
SCL
You could not use one on I2C4 and one on I2C1. |
Hi @fpistm For Exp: NUCLEO-F767ZI board define PF_3 is A3 and PB_1 is A6. So if I using both A3 and A6 at same time, is that means PF_3 MUX to the IN9 line and PB_1 is also MUX to the IN9 line. |
Thanks @fpistm I think this could be merged. |
Fixed System Clock from 96Mhz to 216Mhz. |
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.
This is not for [NUCLEO-F767ZI] I make wrong pull ....
Sorry for the last one changes, I want to pull this changes to a new branch. |
Simply force push on the last commit you want. |
What's wrong with 43ad9c9? |
Yes, the STM32F767ZI is the LQFP144, so this chip don't have PI8 & PI11. |
yes, kept them, this is not a pb. If someone use them this will mean he got a wiring issue :) |
Thanks @fpistm |
Hi @davidanger, |
Merged thanks #320 |
Here is my work for the NUCLEO-F767ZI board.
BUB1:
When I test the Blink Demo (Finished copy file) , STLink (USB Port) will reboot or reset by evey several seconds.
But when you replugin the Board, It looks fine.
I don't know why, and how to fix this.
#295