STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! I created DTS files for my custom board, my DDR configuration is same as stm32mp157A-ev1 board and I am using same mpu. Why some of the CUBEMX generated TF-A DDR registers and Eval registers are different?

EVAL BOARD (stm32mp15-ddr.dtsi)   #define DDR_PCFGR_0 0x00010000 #define DDR_PCFGR_1 0x00010001   My Board (TF-A/stm32mp15-mx-dtsi)   #define DDR_PCFGR_0 0x00000000 #define DDR_PCFGR_1 0x00000000Why are these registers different even though I have th...

Gencay by Associate III
  • 448 Views
  • 1 replies
  • 0 kudos

Enabling sdmmc3, What will happen?

For my custom board, I will be using emmc on the sdmmc2 and wireless on sdmmc3 so according to this article I have to change linux kernel boot command. Since I am not going to have anything on the sdmmc1 (SD Card) isn't it suppose to boot from emmc w...

Gencay by Associate III
  • 492 Views
  • 0 replies
  • 1 kudos

Debug SPL with OpenOCD

I would like to bring up the openocd and gdb debugger on a custom board with STM32MP157D processor with 1 GB (2x512MB 16 bit DDR3 chips) x 32 bit. The modified device-tree and SPL gives me the following issue:U-Boot SPL 2022.01-rc3 (Sep 07 2022 - 16:...

SPL Initialize Error on DDR Ram speed

Hello,I am trying to bring up a custom board based on the STM32MP157D MPU via SDCard.I am using u-boot 2022-01-rc3 as bootloader and the boot is using SPL (I have an SDCard with a GPT Partition table with fsbl1, fsbl2 and ssbl named partitions).This ...

Resolved! How to install an example flutter app to STM32MP157F-DK2

I`ve built st-image-weston for stm32mp157f-disco board with flutter and clang layer. Then I built SDK with:bitbake core-image-weston -c populate_sdkThen I installed SDK with .tmp/deploy/sdk/core-image-weston-openstlinux-weston-stm32mp15-disco-x86_64-...

Gencay by Associate III
  • 2243 Views
  • 3 replies
  • 0 kudos