User Activity

I am new to building images using Yocto. I am working with an STM32MPU157F, which comes with OpenSTLinux by default. The default image includes Python 3.12.4, but I also need to have Python 3.11.5 available on the image. My end goal is to have both P...
 I want to enable libgfortran on OpenSTLinux distribution package. Based on the information that i found on the internet I added the following lines to the local.conf IMAGE_FEATURES += "tools-sdk" FORTRAN = ",fortran" FORTRAN_forcevariable = ",fortra...
I enabled CAN in the device tree using STM32CubeMX and followed the instructions in the provided documentation to generate the .dtb file. Afterward, I copied the generated .dtb file to the /boot directory. In the terminal, I ran the following command...
I have an STM32F103C8T6 Blue Pill board, and I'm trying to get the RTC to function correctly when Vdd is removed. However, when I disconnect Vdd, the RTC doesn't operate as expected. Sometimes, when Vdd is supplied, the RTC starts counting from the t...