STM32 MPUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

IPCC when freeing Channel

Hi,i have a question regarding to the IPCC Communication and the OPENAMP_check_for_message(); function. For example iam sending data from A7 to the M4. So the A7 will cause an RXO Interrupt at the M4. Now my Question ist when this Interrupts is clear...

YRink.1 by Associate II
  • 533 Views
  • 3 replies
  • 0 kudos

Mainline Linux fails to set up FS OTG

Hi there,After following this tutorial (and updating the compatible string): https://wiki.st.com/stm32mpu/wiki/OTG_device_tree_configurationI've managed to create a patch that adds these nodes to my device tree:... +&usbphyc { + status = "okay"; +}; ...

JGuy1 by Associate II
  • 776 Views
  • 3 replies
  • 0 kudos

Resolved! What will be the correct steps to modify the dts file (stm32mp157a-dk1.dts) and deploy to the deploy/images for flashing to sdcard

My goal is to add i2c5 in the dts for userspace access however it is not visible at /sys/bus/i2c/devices. My steps are as follows:1) bitbake virtual/kernel -c devshell2) in new shell, modify the arch/arm/boot/dts/stm32mp157a-dk1.dts3) in new shell, m...

JLeun.1 by Associate
  • 494 Views
  • 2 replies
  • 0 kudos

Resolved! Kernel cannot find the rootfs

Hello,I have a custom board based on STM32MP151c with an eMMC on it (no SD card). The eMMC is successfully found in the U-Boot and has the following partitioning:part list mmc 0   Partition Map for MMC device 0 -- Partition Type: EFI   Part Sta...

HSEM read lock vs write lock?

Hi!So I was reading the wiki here https://wiki.st.com/stm32mpu/wiki/How_to_configure_system_resourcesand they tell you to use PERIPH_LOCK, which is a function that can be found here:https://github.com/STMicroelectronics/STM32CubeMP1/blob/1.3.0/Projec...