2023-09-15 02:20 AM
Hello,
I use a stm32mp135f-dk and would like to develop a Gui with gtk and also use the hardware (Uart, gpio's, etc.).
I went through the “get started” https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP135x-DK in advance.
When I wanted to create a new project with CubeIDE, the HAL drivers for the board are not loaded.
When creating a project from an STM32MP157, the HAL drivers are loaded https://wiki.st.com/stm32mpu/wiki/How_to_debug_a_user_space_application_with_STM32CubeIDE/User_space_GTK_library_project
What do I have to do to get the HAL drivers into the project and how do I flash them onto the STM32MP135x-DK?
2024-07-20 09:06 AM
Did you find the solution to the problem?