User Activity

Hi everyone!I want to use a hardware semaphore to access SRAM4 memory from both Linux and M4 firmware on STM32MP157A-DK1 board. There are no problems with the M4 firmware. But for Linux I have to create a driver. There is an example in this article: ...
Hello!When I build the Open ST Linux distribution, I get the following warning:WARNING: st-initrd-1.0-r0 do_package: Manifest /home/ubuntu/OpenSTLinuxDistr/openstlinux-5.10-dunfell-mp1-21-11-17/build-openstlinuxweston-stm32mp1/tmp-glibc/sstate-contro...
Hi everyone!By default, the linker file describes that the memory partitions are configured as:RETRAM - ISR Vector;SRAM1 - Code;SRAM2 - Data;SRAM3 - buffer IPC;SRAM4 - not used in .ld file, but in device tree it's DMA1/DMA2 buffer.My application does...
Hello everyone I want to use external power for my STM32MP157A-DK1. I connect 5 volts directly to the Raspberry Connector. But the U-boot in the console tells me that I should use USB Type C. How do I change the U-boot so that I can use more than jus...
Hello! I use STM32CubeIDE for STM32MP157A-DK1 board. I want to deploy the kernel directly from the development environment. To do this, I set up local and remote paths for the device tree and for the uImage file (see the screenshot). At first, I trie...