Hi everyone,
I'm working on a project using the STM32MP157F-DK2 board and I need to access GPIO and handle data communications through my application developed with Embedded Wizard. I have successfully installed and run the GUI using the guidelines provided in this
https://doc.embedded-wizard.de/getting-started-stm32mp1-opengl-drm.
However, I'm not sure how to access the GPIO and manage data communication through my application. I've noticed that other boards, such as the STM32H747-Discovery, come with the HAL library for these purposes, but I haven't found similar support for my STM32MP157F-DK2 board.
Could someone please guide me on how to access GPIO and handle data communications on the STM32MP57F-DK2 using Embedded Wizard? Are there any specific libraries or APIs that I need to integrate, or any particular steps that I should follow?
Thank you in advance for your help!