2021-12-30 04:43 AM
I have STM32MP1 DK2 with me. I want to work on some projects on STM32MP1 DK2 to know the working more. Mainly on RTOS ,Linux and display.
2021-12-31 03:00 AM
Have you already checked the "STM32MP1 workshop" on "STMicroelectronics" youtube channel for basic set-up? Afterwards I would suggest using the GLADE software - https://glade.gnome.org/ - this way you can have same UI code for Ubuntu (linux PC) and openST (STM-eval-board). I have project running same YUI code on Ubuntu and on openST - using glade and Pkg-Config tool on Eclipse.
2022-01-03 08:32 AM
Hi @sanket47
Did you already experiment all demos delivered with the Starter Package ?
For RTOS, guessing you are talking about M4 side, you can browse examples provided in STM32MP15 Cube Package :
STM32CubeMP1 Package - stm32mpu
Hope it help,
Olivier