Skip to content

Ask NUCLEO-F767ZI #295

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

Closed
davidanger opened this issue Aug 8, 2018 · 3 comments · Fixed by #320
Closed

Ask NUCLEO-F767ZI #295

davidanger opened this issue Aug 8, 2018 · 3 comments · Fixed by #320

Comments

@davidanger
Copy link

I have NUCLEO-F767ZI, and I'm trying to Added this board to Arduino_Core_STM32.
So from I known it needs add and modify (for basic supported):

boards.txt
/variants/NUCLEO-F767ZI
/variants/NUCLEO-F767ZI/ldscript.ld
/variants/NUCLEO-F767ZI/PeripheralPins.c
/variants/NUCLEO-F767ZI/PinNamesVar.h
/variants/NUCLEO-F767ZI/stm32f7xx_hal_conf.h
/variants/NUCLEO-F767ZI/variant.h
/variants/NUCLEO-F767ZI/variant.cpp

Is anything advice and guide? This my first time to try this.

@fpistm
Copy link
Member

fpistm commented Aug 8, 2018

Hi @davidanger
right this is the basic lists.
Here, a full (I hope) description of all steps to perform:
https://github.com/stm32duino/wiki/wiki/Add-a-new-variant-(board)

@hasenbanck
Copy link
Contributor

You could also look at a Pull Requests that's implementing a F7 variant.

#287

You can ignore the USB stuff and should most likely look at another NUCLEO-144 board for a more comparable pin mapping.

@fpistm
Copy link
Member

fpistm commented Sep 14, 2018

Support added thanks #320

@fpistm fpistm closed this as completed Sep 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants