Hi STM32 MPU's community ! On behalf of ST and all ST employees involved in this community I would like to wish - to all members here - a joyful holidays period and the best for coming year 2022 !I take this opportunity to thanks you all for your par...
In a normal M4 like the STM32F466RE the MX program does most of the setup for transmitting the UART with DMA when you configure. However there is NO DMA option when setting up the UART for the STM32MP157. I dump internal information to a UART so I ca...
I am getting an error in the kernel log when remoteproc tries to "set hold boot" during startup in Linux. The error is:remoteproc remoteproc0: failed to set hold bootremoteproc remoteproc0: releasing m4stm32-rproc: probe of mlahb:m4@10000000 failed w...
Hi allFor test purpose I want to run a real-time kernel on the STM32MP157c-DK2 with the newest ecosystem 3-1-11. The goal is to develop a real-time kernel module, out of the Yocto environment.I did build the Image with Yocto and flashed the image. Ap...
Hi STM-Team,I am working with STM32MP157F-Eval board. I have enabled and tested secure-boot flow as per https://wiki.st.com/stm32mpu/wiki/STM32MP15_ROM_code_secure_boot.Now, I am looking for next security part for singing-verification of kernel & DTB...
Looking at the code, i see file sf_probe.c with .id = UCLASS_SPI_FLASH, that performs the id reading. How can i use stm32_spi.c with .id = UCLASS_SPI, driver instead? and send "raw" spi data?
I noticed that after I flash the ST starter package root filesystem, at first boot there is a check on bad blocks and a resize of the partitions, while when I flash the exported root filesystem, there is no checks and some partitions are not resized ...