User Activity

Hello,We have a custom board with STM32MP157F silicon rev Z with emmc 24AA64T-I/OT . We are able to flash out OS with cubePorgrammer but we are not able to boot on emmc after flashing. According to :https://wiki.st.com/stm32mpu/wiki/STM32MP15_ROM_cod...
Hello,We want to transfer a project from STM32F7 to STM32MP157C ( cortex M4 side). To do that we need an external RAM (arround 20 Mbytes). Is there a way to map an external RAM on cortex M4 side with cubeMX ?Best regards,Arnaud
Hello,I use STM32MP157C-DK2 with the last open st linux distribution (20-11-12). I try to enbale CAN network on microcontroller but I can't send message.I m sure of my code on microcontroller side because it's work fine with an other distribution.I c...
Hello,I am trying the open-st-linux-eglfs distribution with my QT application.When QT load my QML I am facing with this error :  module "QtQuick.Controls" is not installedHow can I verify the installation of qtquick control in my distribution ?
Hello,I create a custum linux distributuion for specific application. My goal is to use QT framework with OpenGl library trough GPU. To do that I used Buildroot 2019.023.1 and custum linux (V4.19) provided by your github. What parameters should I ac...