2024-11-19 01:45 AM
Hi,
I have a question regarding the implementation of the Qt framework for the STM32H747I-DISCO board. While browsing the Qt website, I noticed an example for the similar STM32H750B-DK board, but I couldn’t find any information specific to the DISCO model. So my question is: will the Qt implementation for the 750B board be compatible with the 747 board? Will it be possible to run the sample applications on both boards without any modifications?
I have another question. From what I understand, it is necessary to use a bootloader (due to the small flash memory). Is it possible to access the bootloader code through STM32Cube/gitrepo? And will it be available for the 747 board? (I saw that a HEX file is uploaded on the website.)
Thank you in advance for your response.
Rafał
Solved! Go to Solution.
2024-11-19 01:59 AM - edited 2024-11-19 02:00 AM
Sorry I misunderstood your question.
@RafalBil wrote:
but from what I understand, ST doesn't officially support it. Would it be better if I asked on the QT forum?
Yes, as I said QT is not the frame work of ST. ST only supports TouchGFX.
@RafalBil wrote:
Would it be better if I asked on the QT forum?
Indeed. In that case you need to contact them directly: https://www.qt.io/contact-us.
2024-11-19 01:52 AM - edited 2024-11-19 01:52 AM
2024-11-19 01:56 AM
Thanks, from what I noticed, the 750B is supported. I'm wondering if QT will be compatible with the 747, but from what I understand, ST doesn't officially support it. Would it be better if I asked on the QT forum?
2024-11-19 01:59 AM - edited 2024-11-19 02:00 AM
Sorry I misunderstood your question.
@RafalBil wrote:
but from what I understand, ST doesn't officially support it. Would it be better if I asked on the QT forum?
Yes, as I said QT is not the frame work of ST. ST only supports TouchGFX.
@RafalBil wrote:
Would it be better if I asked on the QT forum?
Indeed. In that case you need to contact them directly: https://www.qt.io/contact-us.
2024-11-19 02:43 AM