STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Possible to use STM32MP1 for smart wearable device?

Hi everyone,I am thinking about using STM32MP1 for a smart wearable device, like a smart watch to run some machine learning algorithm. is it possible? is the battery able to support MPU?Does anyone know any product already used STM32MP1? it would be ...

JZhan.24 by Associate
  • 666 Views
  • 2 replies
  • 0 kudos

Unable to get Spread Spectrum working on STM32MP157

Hello,I tried to enable spread spectrum for PLL1 by adding a csg line to the TF-A DeviceTree:pll1:st,pll@0 { compatible = "st,stm32mp1-pll"; reg = <0>; cfg = < 1 49 0 1 1 PQR(1,0,0) >; csg = < 60 600 SSCG_MODE_CENTER_SPREAD >; };I tried several d...

jvog.sen by Associate II
  • 557 Views
  • 1 replies
  • 0 kudos

Cannot access LPDDR3 memory from a STM32MP153AABxx

Hi,on a custom board with a STM32MP153AABxx and a W63AH6NBV 1Gbit LPDDR3 memory I am failing to initialise the DDR properly. I made the required changes to the upstream u-boot device tree files, added support for UART8 debug console and some minor th...

qyx by Associate II
  • 1642 Views
  • 9 replies
  • 0 kudos

Resolved! Regarding Ethernet Ping Issue in stm32mp157a

HiWe are using stm32mp157a processor in our custom board.we have an 3 port Ethernet switch(KSZ9893RNXIA) with spi interface to processor.We enable Ethernet switch using spi.Read and write to switch is working properly.But we when we connect Ethernet...

Resolved! secure secret provisioning (SSP) without HSM question

Hi,During the actual production of our stm32mp157c products we do intend to use the HSM flow.But for now I am simply trying to test the SSP flow with some debug (development) keys and without access to an HSM.I went over:https://www.st.com/resource/e...

MVass.1 by Associate II
  • 634 Views
  • 1 replies
  • 0 kudos

problem with own machine. DDR error

Hello I created own machine based of seeed module. at the strartup there is info NOTICE: CPU: STM32MP157CAC Rev.B   NOTICE: Model: STMicroelectronics custom STM32CubeMX board - openstlinux-5.10-dunfell-mp1-21-03-31   WARNING: VDD unknown   INFO: Res...

TStas.2 by Associate II
  • 1078 Views
  • 4 replies
  • 0 kudos

Resolved! android on stm32mp157c-dk2

Hi Nicolas L (ST Employee),I have read the past article that you provide sources and directives to allow building the Android 10 delivery for the STM32MP157C-DK2.Could you please send me the solution?I hope you will be able to reply to me.By the way,...

HiroM by Associate II
  • 997 Views
  • 4 replies
  • 0 kudos

Resolved! How can I boot from NAND if SDcard is not populated?

I am trying to create a custom board that boots from SDcard if an SDcard is plugged in, however, if the SDcard is not plugged in I would like the board to boot from the NAND. I want to do this programmable without the boot switch.Is this possible? Is...