Skip to content

NUCLEO-144 / NUCLEO-H743ZI (STM32H743ZI) #227

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
HackInvent opened this issue Mar 13, 2018 · 23 comments
Closed

NUCLEO-144 / NUCLEO-H743ZI (STM32H743ZI) #227

HackInvent opened this issue Mar 13, 2018 · 23 comments
Labels
enhancement New feature or request new variant Add support of new bard question ❓ Usually converted as a discussion

Comments

@HackInvent
Copy link

Hi,
I'd like to know if there is a specific reason whether the NUCLEO-H743ZI isn't included.
We are willing to help to added it in the list of supported boards?
Thank you in advance,
Regards,
Alex

@Adminius
Copy link
Contributor

Reason: nobody made a PR yet ;)
Feel free to do it. :)

@fpistm
Copy link
Member

fpistm commented Mar 14, 2018

Hi @HackInvent
There is no specific reason. H7 came later after the start of this core.
It will come.
First step will be to add HAL/LL, I've started this as a background task.
https://github.com/fpistm/Arduino_Core_STM32/tree/STM32H7
But this will required some work and tests.

@HackInvent
Copy link
Author

@fpistm I didn't see your commit! that's a good news.
I will give a try to create a new variant for NUCLEO-H743ZI from your commit an try to blink the builtin led (GPIO).
If things go well with the GPIO I will move for the other peripherals.
To be continued

@fpistm
Copy link
Member

fpistm commented Mar 14, 2018

It's not a commit it's a working branch for H7 support.
Anyway, I will create the variant to test H7 support but before create it, it requires some work/test before.

@HackInvent
Copy link
Author

Ok, if there is a specific task/test we can do it on the board.

@fpistm fpistm added enhancement New feature or request question ❓ Usually converted as a discussion new variant Add support of new bard labels Mar 21, 2018
@fpistm fpistm added this to the 1.2.1 milestone Mar 23, 2018
@davidanger
Copy link

I have NUCLEO-F767ZI, can i help?

@fpistm
Copy link
Member

fpistm commented May 11, 2018

@davidanger this issue is for H7 not F7.
Anyway, an update about H7 support, I get the Nucleo H743 up and running with my branch. I've some issue to fix and it will be released

@fpistm fpistm removed this from the 1.2.1/1.3.0 milestone May 28, 2018
@davidanger
Copy link

Now I got a NUCLEO-H743ZI, I'm working on this.

@davidanger
Copy link

#308

@fpistm
Copy link
Member

fpistm commented Aug 24, 2018

Hi @davidanger,
on my local repo I've the H7 support (based on 1.3.0 Cube fw) and rebased on top of the master . I didn't push it because I'm waiting the next H7 Cube FW release which will include more LL drivers.
I will push it after the H7 Cube release. Moreover, this will require some tools update (STLink)

@davidanger
Copy link

davidanger commented Aug 24, 2018

@fpistm could you share with me?
I have a projects need to use comp. So I want to try this one.
By the way do you know how to use comp?

@fpistm
Copy link
Member

fpistm commented Aug 24, 2018

unfortunately not, I'm OOO and this is on my local repo.
The first version is here as mentioned above:
https://github.com/fpistm/Arduino_Core_STM32/tree/STM32H7

@mjs513
Copy link

mjs513 commented Oct 8, 2018

Was wondering if there is any update on the timeline for incorporating the H7? Otherwise I will be using fpistm version

@fpistm
Copy link
Member

fpistm commented Oct 8, 2018

Unfortunately, the next HAL/LL H7 is not released yet. I'm waiting it and I do not have any clue when this will be done.
I will try to get some info and then propose a first release.

@mjs513
Copy link

mjs513 commented Oct 8, 2018

Thanks appreciate it. Looking at using it for some development efforts.

@hasenbanck
Copy link
Contributor

Just started a new project and wanted to use a H7 MCU. Too bad that the new HAL isn't ready yet. I will fall back to a F7 design for now.

@fpistm
Copy link
Member

fpistm commented Oct 16, 2018

Hi @hasenbanck
I know but this is not in my hands. I think a way to release it as soon as possible but I don't think having it before end of the year.

@hasenbanck
Copy link
Contributor

@fpistm Don't worry, I just wanted to show my interest. It's better to wait for the next HAL and use the new LL stuff / more stable HAL implementation.

@fpistm
Copy link
Member

fpistm commented Dec 18, 2018

Hi @HackInvent, @davidanger, @mjs513, @Adminius, @hasenbanck
I've submitted the PR to support H7: #392 ;)

@hasenbanck
Copy link
Contributor

@fpistm It's seems you're pretty productive right now. Now you put me in a pinch and put pressure on me to change my current printer board project to use a H7...

@HackInvent
Copy link
Author

Merci Frederic!

@HackInvent
Copy link
Author

@fpistm I didn't dig around yet, but I was wondering what command are you using to upload the binary to the user flash, "stm32flash" tool?

@fpistm
Copy link
Member

fpistm commented Dec 29, 2018

Simply by copying binary on the mounted mass storage.
Or you can use STM32CubeProgrammer install on your host machine and selecting the binary generated by Arduino.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new variant Add support of new bard question ❓ Usually converted as a discussion
Projects
None yet
Development

No branches or pull requests

6 participants