STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Peripheral example for STM32MP135f-DK?

I am familiar with the STM32 MCU:s and now I try to learn some around the Linux MPU:s.I am looking for a simple pheripheral application example on how to control e.g some GPIO:s from inside Linux using the STM32CubeMX and STM32CubeIDE.Any hints?Thank...

DSI DISPLAY DOES NOT WORK AFTER ESD EVENT

Hi,I have working on STM32MP157C-DK2 Board and after application of 8KV ESD strike on USB Shield, the DSI Screen Goes off completely (Discharging on Ground only). To verify the issue I have applied the same strike on a custom board consisting of STM3...

DKUMA.11 by Associate III
  • 2004 Views
  • 7 replies
  • 0 kudos

stm32mp157d-dk1 starting coprocessor from bootloader

Hi,I have an stm32mp157d-dk1 board, for which I am building the core-image-minimal image within the poky (Dunfell) distribution. Other than adding the "meta-st-stm32mp" layer I have not made any ST related customisations.I am trying to launch a custo...

cubeprogrammer_fail.png flash_issue_from_st_example.png file_list.png correct_fw_name.png
mjuels by Associate III
  • 812 Views
  • 0 replies
  • 0 kudos

Resolved! Yocto mickledore SIGN_TOOL

HelloIn the new version of Yocto release mickedore, SIGN_TOOL variable needs to be specified to sign TF-A binary which should corresponds to STM32CubeProgrammer signing tool https://wiki.st.com/stm32mpu/wiki/Signing_toolPractically, how can we set th...

syedelec by Associate III
  • 2459 Views
  • 6 replies
  • 1 kudos

What if M4 RAM is too small?

When porting applications from single core M4's equipped with FLASH, the RAM associated with M4 in MP1 is supposed to cater for both RAM and former FLASH needs. It won't fit. How to overcome this if M4 code/data size cannot be reduced?

PeterL by Associate III
  • 1200 Views
  • 5 replies
  • 0 kudos

Resolved! STLINK-V3MODS for STM32MP1 Compatibility

Hello,I am in process of designing my own STM32MP1 powered device. I was wondering if I can use STLINK-V3MODS as a drop in replacement for ST-LINK/V2-1 in STM32MP157-EVAL reference design. I need the Virtual COM interface embedded in device.-Mark

mhd0425 by Associate
  • 1214 Views
  • 2 replies
  • 1 kudos

QEMU on stm32mp157

I want to emulate the stm32mp157 on qemu. I have been taking the kernel image and initrd from yocto build, but it is not loading the kernel. using the following commandqemu-system-arm \-M virt -smp 8,sockets=1,cores=4,threads=2 -m 4G \-cpu cortex-a7 ...