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
Reason: nobody made a PR yet ;)
Feel free to do it. :)
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.
@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
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.
Ok, if there is a specific task/test we can do it on the board.
I have NUCLEO-F767ZI, can i help?
@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
Now I got a NUCLEO-H743ZI, I'm working on this.
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)
@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?
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
Was wondering if there is any update on the timeline for incorporating the H7? Otherwise I will be using fpistm version
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.
Thanks appreciate it. Looking at using it for some development efforts.
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.
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.
@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.
Hi @HackInvent, @davidanger, @mjs513, @Adminius, @hasenbanck
I've submitted the PR to support H7: #392 ;)
@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...
Merci Frederic!
@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?
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.
Most helpful comment
Hi @HackInvent, @davidanger, @mjs513, @Adminius, @hasenbanck
I've submitted the PR to support H7: #392 ;)