STM32 MPUs Products and hardware related

Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! RNDIS driver for STM32MP1 on Windows

Hello,I connected USB CN7 of STM32MP157A-DK1 to a PC with MS Windows.Sadly, the PC failed to find an RNDIS driver with:USB\VID_1D6B&PID_0104&MI_00\6&1164AF84&0&0000I tried to search for a driver, but I could not find any good.Both Windows XP and Wind...

Resolved! lan9303 switch device tree stm32mp1

HiI try to implement lan9303 switch with stm32mp1.My current achievement is working only one channelMy working dts is&ethernet0{ pinctrl-names = "default", "sleep"; pinctrl-0 = <&eth1_pins_mx>; pinctrl-1 = <&eth1_sleep_pins_mx>; status = "okay"; ...

MWoło.2 by Senior III
  • 3981 Views
  • 8 replies
  • 0 kudos

Resolved! How to know if the openstlinux is still running externaly when is in the sleep mode

Hi, I have been working with the stm32mp157d-dk1, and im trying to keep a circuit on, waiting to a digital signal output produced by a script, but when i put the board on sleep mode, the signal automatically power off because the gpio module turns of...

FPini.1 by Associate II
  • 1569 Views
  • 4 replies
  • 0 kudos

Resolved! How do we write read and erase the QSPI memory(NOR flash) in Stm32mp157a Uboot?

Hi,We are using Stm32mp157a processor and uboot2018.11 version.We have QSPI interface to NOR flash. We want to write,Read and erase the Data in Qspi Memory(i.e,Nor flash).We want to boot the image from Nor flash,How can we do that ?Thanks in Advance.