STM32 MPUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32MP1 - Bare metal on A7

Hi,I have a current project using the M7 that I need to port over to the A7. The goal is to be running bare-metal code on the A7, like we are on the M7. Currently, I am following this open source guide to run bare-metal on the A7 and it seems to work...

mkurtz by Associate II
  • 1139 Views
  • 6 replies
  • 0 kudos

Resolved! How can we boot from emmc on SDMMC1 interface?

We have set SDMMC1 pin muxing like below. How can we boot from emmc on SDMMC1 interface??? Where should I do partitioning for emmc??Kindly give solution- D14 PC8  SDMMC1_D0A16PC9 SDMMC1_D1B14PC10 SDMMC1_D2C14PC11 SDMMC1_D3A13PB14 SDMMC1_D4D9PB12 SDMM...

Resolved! Purpose of board ID field in OTP

Hello,U-Boot has an stboard command that writes a board ID into OTP (word 59 on STM32MP15x lines, word 60 on 13x lines).TF-A displays this board ID if a device tree label "board_id" is present in the bsec node.Could you please explain the purpose of ...

STM32MP157C kernel 6.1 nand not working

I have developed a custom stm32mp157c board with a nand IC as storage using the FMC peripheral. This has worked fine with kernel v5.15, but I am trying to upgrade to kernel v6.1 due to driver related issues of the ethernet switch. However I can't see...

SLitt.1 by Associate
  • 937 Views
  • 2 replies
  • 0 kudos

Resolved! Information regarding the USBH from reference manual

Hi     I am working on a custom board based on STM32MP157A . For USBH_EHCI while checking the register (USBH_EHCI_INSNREG05) mentioned in the reference manual (RM0436) it was mentioned to refer to UTMI specification. could you please suggest / share ...

UTMI_snip.PNG
Srikanth1 by Associate III
  • 534 Views
  • 2 replies
  • 0 kudos

Re: STM32MP1 FDCAN issues

I am setting up the fd-can protocol on stm32mp1, please let me know after creating the dts file from stm32mx , how to transfer that file to stm32mp1 to use, do I use the command root@stm32mp1:~# ls / sys/class/netend0 lo usb0 , it doesn't show that t...

Resolved! FDCAN can not start, no clock found

after follow the wiki, the can0(m_can2) can not start up on stm32mp157d-dk1root@stm32mp1:~# dmesg | grep can[ 0.384348] can: controller area network core[ 0.384666] can: raw protocol[ 0.384678] can: broadcast manager protocol[ 0.384695] can: netlink ...

Huibean by Associate II
  • 2298 Views
  • 9 replies
  • 0 kudos

Resolved! EMMC boot in place of SD card in STM32mp135

I am using emmc in place of SD-card for custom hardware of STM32MP135FAE7. If FlashLayout_sdcard_stm32mp135f-dk-optee.tsv file will work using STM32cube programmer to upload all boot files??Whether all procedure will be same for boot sequence as we d...