STM32 MPUs Embedded software and solutions

Ask questions and find answers on STM32 microprocessors and dedicated embedded software solutions, such as Yocto SDK, Qt, and OP-TEE.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to bitbake meta-toolchain-qt5

Hello everyone,I managed to build st-example-image-qt on my STM32MP157C-DK2 with some extra image features.Now i just want to run bitbake meta-toolchain-qt5 but the build end up with errors that i can't solve.I attached the output console when i try ...

AGATT.1 by Associate
  • 2215 Views
  • 2 replies
  • 0 kudos

Resolved! stm32_rtc: Prescaler config failed

Hi all,I'm developing a custom board based on STM32MP153 SoC, and I need to use the internal RTC. I also need to output its 32.768kHz reference clock from I8 pin.As stated at https://wiki.st.com/stm32mpu/wiki/RTC_device_tree_configuration, into the L...

Resolved! Xlib: I can not connect to the X server

Hi!I'm in search of a better GUI programming path :) Now trying Xlib.Here is a simple program from the Internet#include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <X11/Xlib.h> extern int errno; int main( void ) {   ...

AShva.1 by Associate II
  • 1179 Views
  • 2 replies
  • 0 kudos

gtk_window_move does not work :(

Hi!Simple program on board STM32MP157C-DK2#include <gtk/gtk.h>gint width = 400;gint height = 200;gint X = 20; gint Y = 20;gint x; gint y;GtkWidget *window;int main (int argc, char *argv[]){   gtk_init(&argc, &argv);   window = gtk_window_new(GTK_WIND...

AShva.1 by Associate II
  • 1493 Views
  • 2 replies
  • 0 kudos

create_emmc_from_flashlayout.sh

With the Distribution Package for STM32MP1 I created my own machine (STM32MP151A) and I was able to generate a the flashlayout for both sdcard and emmc.I don't see any script to create the image for emmc, like `create_sdcard_from_flashlayout.sh`.Is t...

Mark81 by Associate III
  • 1346 Views
  • 2 replies
  • 0 kudos