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

OTA Updates for M4 on STM32MP1

Hi,I am planning to build an OTA update system for STM32MP1 which I have been using in my development. My question here is that linux based changes can be catered as part of *.swu files in case of OpenSTLinux for A7 , but how do we pack updates for t...

NPal.2 by Senior
  • 854 Views
  • 1 replies
  • 0 kudos

Resolved! Clock output on MCO1 pin (STM32MP157)

I need to provide 32kHz clock at MCO1 output pin on STM32MP157. I have successfully configured u-boot to provide this clock but as soon as kernel is started clock disappears. After some checks I have found that clock is disabled.My question is if it ...

AKacp by Associate II
  • 4343 Views
  • 8 replies
  • 1 kudos

Resolved! How to configure Device Trees (TF-A/UBoot/Kernel) to output the MCO2 clock on an external pin of the STM32MP15x?

Here the relevant parts of my device trees:******************TF-A*******************&pinctrl { rcc_pins_mx: rcc_mx-0 { pins { pinmux = <STM32_PINMUX('G', 2, AF1)>; /* RCC_MCO_2 */ bias-disable; drive-push-pull; slew-rate = <2>; }; };...

CRC unit usage in STM32MP1

Hi ,How we use the CRC unit on Linux in STM32MP1.My target is to use the CRC engine for verification of data at application layer.The link here mentions info about the crypto unit : Crypto API overview - stm32mpuBut in reference no module talks about...

NPal.2 by Senior
  • 879 Views
  • 2 replies
  • 0 kudos

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
  • 3462 Views
  • 8 replies
  • 0 kudos