STM32 MPUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32MP1 - Bare metal on A7

Hi,I have a current project using the M7 that I need to port over to the A7. The goal is to be running bare-metal code on the A7, like we are on the M7. Currently, I am following this open source guide to run bare-metal on the A7 and it seems to work...

mkurtz by Associate II
  • 1239 Views
  • 6 replies
  • 0 kudos

How can I run two processes each on a CA7 core?

Hi everyone,I'm coding a C application on Linux which has 2 processes. In order to optimize performance, I would like to run each one on a differente core CA7 - as I'm working whit dual-core STM32MP157F MPU. How can I achieve this? Any useful framewo...

OBaselga by Associate III
  • 311 Views
  • 1 replies
  • 0 kudos

SPI pinctrl information doesn't show up correctly although SPI bus function properly, is this correct? I expect "AF5" show up instead of "Analog" for pin function.

On my custom board, I configured PZ0, PZ1, PZ2 for SPI1 with device tree, and linux kernel probed successfully and populate spidev node and it works fine, but if look at debug information in /sys/kernel/debug/pinctrl/, it populate something like "pin...

HZhu.12 by Associate II
  • 341 Views
  • 2 replies
  • 0 kudos

Wireless LAN driver issues related to suspend-to-ram

Hey,we have an issue when waking up our STM32MP153 from suspend-to-ram. The wireless LAN won't respond and we get the following error messages through serial port:ieee80211 phy0: brcmf_run_escan: error (-110) ieee80211 phy0: brcmf_cfg80211_scan: sca...

RAhlb.1 by Associate II
  • 1021 Views
  • 4 replies
  • 0 kudos

STM32 MPUs Community summertime slow-down

Hi everyone,A significant part of the ST team monitoring this Community and based in France will take some vacation during August. Of course, few ST people will remain on board, but you may probably observe a slow-down in participation from ST. Thank...

Debian Source list addition

Hi all,I would like to add debian source list to the existing sources in OpenSTLinux.I created a file mysources.list under folder /etc/apt/sources.list and added following lines to itdeb http://ftp.au.debian.org/debian/ buster main contrib non-free d...

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

Resolved! Customizing device tree

Help on customizing the device treeI installed my starter package according to instructions at https://wiki.st.com/stm32mpu/wiki/STM32MP15_Discovery_kits_-_Starter_PackageAnd the developer package following instructions at  https://wiki.st.com/stm32m...

MSele.1 by Associate III
  • 568 Views
  • 6 replies
  • 0 kudos

I get ERROR: Nothing RPROVIDES 'mesa' (but /design/layers/meta-st/meta-st-stm32mp/recipes-st/images/st-image-vendorfs.bb RDEPENDS on or otherwise requires it) Error when I try to build core-image-minimal

DISTRO           : <no-custom-config-set>DISTRO_CODENAME  : dunfellMACHINE          : stm32mp1-discoI followed instructions from: https://wiki.st.com/stm32mpu/wiki/STM32MP1_Distribution_Package#Installing_the_Starter_PackageI initialized repo with:re...

MKaas.1 by Associate III
  • 1253 Views
  • 7 replies
  • 0 kudos

[RPMSG error] No memory for tty_prepare_flip_string

Hi everyone,I'm coding an applicaction which needs to send data from CM4 to CA7 through RPMSG framework. FreeRTOS task involved:void t0Task(void *argument) { int count = 0x0, sim_ch = 9; const int SIZE_DATA = 7; unsigned char msg[SIZE_DATA * si...

OBaselga by Associate III
  • 383 Views
  • 1 replies
  • 0 kudos