STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Initramfs: chip reboots after 30s seconds

Hi,I'm playing around initramfs shell using initramfs-framework in Yocto environment.I found that the chip abruptly reboots after some time (I think it's around 30 seconds) if the initramfs doesn't fully boot the system by entering systemd.I think it...

Resolved! Why does the USB mouse not work on STM32MP157 USB1?

We have a design with a USB HOST, the schematic is shown below, And the system is Linux 4.19. We have add some configuration about USB HID as below: 2 CONFIG_HID=y 3 CONFIG_HID_GENERIC=y 4 CONFIG_USB_HID=y 5 CONFIG_USB_HIDDEV=y 6 CONFIG_USB_KBD=y 7 ...

0690X00000AQz8XQAT.jpg
SunnyGeGe by Associate III
  • 1087 Views
  • 4 replies
  • 1 kudos

Resolved! failed boot via tftp

I tried booting via TFTP boot and got the following reply​BOOTP broadcast 1BOOTP broadcast 2BOOTP broadcast 3DHCP client bound to address 192.168.1.2 (766 ms)missing environment variable: pxeuuidmissing environment variable: bootfileRetrieving file: ...

Jzhua by Associate III
  • 1670 Views
  • 4 replies
  • 0 kudos

Secure SPI on STM32MP157-DK1

Hey everyone,I am working on STM32MP157-DK1 with trustzone cortex-A.I want to use SPI in secure side, but it's possible only with SPI6 that is not mapped to the outside.It's possible to activate SPI (1 ... 5) peripherals in secure side ? if not, why ...

simoBen47 by Associate III
  • 1174 Views
  • 4 replies
  • 0 kudos

Resolved! SMT32MP1 MCU as Power Management Unit

Hello.I want to use MCU (Cortex M4 core) as PMU for MPU (Cortex A7 core).Is it possible to use it in this way?For this I need the following:It's better to start MCU firmware from another source (not SRAM) - from non-volatile memory. Is it possible?Sw...

alexey.b by Associate II
  • 824 Views
  • 1 replies
  • 0 kudos

Resolved! Engineering mode and CA7 secure state

In RM it is stated that in Engineering mode (BOOT pins at 3'b100) the MPU re-opens CA7 secure debug.I boot in that mode, then halt in openocd:stm32mp15x.cpu0: hardware has 6 breakpoints, 4 watchpoints > halt stm32mp15x.cpu0 rev 5, partnum c07, arch f...

Resolved! linux performance

I just got my dk2 kit, played with it a little bit, but the performance is so bad. it takes a lot to boot ~30sec and after that it is unresponsive, you click something, then several seconds later something happens. Is this considered normal, or it is...