2024-12-20 12:20 AM
Hi,
I'm trying to learn programming STM32MP157 with qt library using boot2qt module.
I flashed microSD card using boot2qt module, prepared and employed samlpe project from qt Creator to STM32MP157. - this works fine.
Now I would like to control interfaces (ec. GPIO, SPI, CAN) in STM using qt. - there is where my knowledge ends.
I think so that I should connect libraries delivered by STM to my qt project?, So what libraries I should including to control DIDO?
Solved! Go to Solution.
2025-02-04 05:41 AM
Qt6 is officially supported with OSTL, you can use the 2.0.1 X-LINUX-QT meta layer here: https://www.st.com/en/embedded-software/x-linux-qt.html
Doc is here: https://wiki.st.com/stm32mpu/wiki/X-LINUX-QT_Expansion_Package
2025-01-16 10:35 AM - edited 2025-01-16 10:36 AM
Project based on boot2qt module abandoned in favor of openstlinux-eglfs distribution.
2025-02-04 05:41 AM
Qt6 is officially supported with OSTL, you can use the 2.0.1 X-LINUX-QT meta layer here: https://www.st.com/en/embedded-software/x-linux-qt.html
Doc is here: https://wiki.st.com/stm32mpu/wiki/X-LINUX-QT_Expansion_Package