Do you have a STM32CubeMX project created for a previous STM32MPU ecosystem release and would like to upgrade your project in a new ecosystem? If so, you are in the right article.
Step-by-step
To migrate a project from a previous version of STM32Cub...
Once the PCB is released, there is a way to check that the hardware connection between the DRAM memory and the STM32MPU-DDR interface is functional. There is a DDR test suite that helps to validate the connection is functional.
Notice that ST helps ...
In the below sdmmc info command, we see timing spec is "mmc DDR52", whereas clock frequency on SDMMC_CK pin is only at 12.5 MHzwhy ? root@stm32mp151c-oeswa63:~# cat /sys/kernel/debug/mmc0/iosclock: 25000000 Hz >>>> is SDMMC kernel clock a...
During ethernet bring-up with Linux you get the following error : "stm32-dwmac 5800a000.ethernet: Failed to reset the dma"What does it mean ?How to configure in Linux and in u-boot the STM32MP1 ethernet clocks for the Ethernet PHY ? How to check the ...
Summary
This overview is created to assist you on building a PCB design. STMicroelectronics recommends to utilize these resources available for your design. See below for a list of resources to assist you.
Documents
Getting started application notes...
Hello Thanks for your clear explanation Good new. So the TF-A was from ecosystem 2.0 and Uboot from ecosystem 1.2 presumably.Just for information , I picked up this interesting information that GPT is not generated if a "P" is missing in one of the l...
Hello , Trusted image has to be used with the ecosystem 2.0 , on which board are you testing , which ecosystem ?Can you check with FlashLayout_emmc_stm32mp157c-ev1-trusted.tsv that is intended for eMMC on evaluation boards ?#Opt Id Name Type IP Offse...
The progress bar is stuck at 85% and then M4 is stuck in the vector interrupt table and the firmware is not copied on the target .Solution is that CubeIDE bypass the proxy. For this :1/ go in preferences In network connection settings2/Select "manua...
Integration of OpenAMP in FreeRtos is available now in the new example in CubeFW1.1.1 called "OpenAmpFreeRtos_echo" example works fine with the new delivery of CubeIde1.2.0 + update of 1.2.1 for debugging. With -O0 option only increase the Task stack...