Hello, I have a custom board with the STM32MP257FAK processor. I am having issues booting into u-boot from emmc. I can boot into u-boot fine using dfu-util over usb. But once I program in fsbl, ssbl...
Please help me add support for USB-UART converters of the CP210x and CH341 series on the STM32MP157F-DK2 board. I expect to see ttyUSBx, but no new devices appear after connection. I am using the Dis...
1. Does the STM32MP157D-DK1 board have 3.0 USB ports? Does the USB C connector have USB 3.0 capabilities? 2. If no to the questions above, what STM32MP board should we use if we want to have USB 3.0...
Dear ST Team, I'm considering purchasing a microSD card for the STM32MP157F-DK2 development board, but I want to ensure compatibility before buying. The documentation mentions support for SanDisk C...
Hi, I work on a custom board using a DHCOR SoM with a STM32MP157C SoC. I setup the TF-A + OP-TEE boot chain for the secure boot and I managed to boot on the linux stm32 (v6.1). The board hangs at re...
Hello, I am trying to perform a bitbake build using micledore openstlinux weston on my STM32MP1 platform. During the final stages of the build, I am encountering an error related to wireplumber that...
i used stm32cubeMX to generate code to support GPIO external interrupts. i expected to use HAL_GPIO_EXTI_Callback and it compiled but did not work. i had to use HAL_GPIO_EXTI_Falling_Call...