STM32 MPUs Embedded software and solutions

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

MSK by Associate II
  • 839 Views
  • 3 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
  • 894 Views
  • 2 replies
  • 0 kudos

Resolved! Configure kernel source code failed

Following the instruction from https://github.com/STMicroelectronics/meta-st-stm32mp/blob/thud/recipes-kernel/linux/linux-stm32mp/README.HOW_TO.txt* Configure on a build directory (different of kernel source code directory)   Here for example, build ...

tpeng.1 by Associate III
  • 940 Views
  • 2 replies
  • 0 kudos