STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

IOTA on STM32MP157DK-2

Is it possible to use the STMCUBE expansion for IOTA on STM32MP157DK-2 or is there anyway to use IOTA client libraries.I tried installing the Python library but it would not install.I have the STM32CubeExpansion_IOTA1_V2.0.0 but do not know how to ru...

ADesh.6 by Associate
  • 536 Views
  • 3 replies
  • 0 kudos

Resolved! Using mmap in C-Code from Linux application to access GPIOs. I want to control the GPIO PF4 on the STM32MP1 with mmap() due to speed requirements, but the pin is not toggling.

Details:HW: Phytec Sargas Board, which is similar to the STM32MP1-DK2.Build environment: Cross compiling with SDK generated by Yocto.Linux: Yocto build, based on st-image weston.Device Tree configuration: As far as I understood not needed to access s...

Led by Senior
  • 3335 Views
  • 11 replies
  • 0 kudos

Resolved! Install node-red-node-sqlite on STM32MP157F-DK2

Hi all,I am working with a STM32MP157F-DK2 board, and I am trying to implement a Node-Red web application. I use the Openstlinux Developer package on the board and thanks to the package repository given by ST, I was able to install the NodeJS LTS ver...

LewisN by Associate
  • 1438 Views
  • 6 replies
  • 0 kudos

Resolved! How detect and store tamper event by linux

Hi, I'm working on a project based on the STM32mp153 MPU with linux OS.I have configured the TF-A module to manage the tamper with timestamp.When the tamper event occurs, it is reported in stdout.I would like to propagate to the kernel and user space...

RBorr.1 by Associate
  • 726 Views
  • 1 replies
  • 0 kudos

Playing Video with gst-launch

Hi,I want to play a video from mounted USB stick. Once USB plugged the host, I mount it with "mount /dev/sda1 /mnt" and than quit the psplash screen with "psplash-drm-quit" on target. After that, trying to play a video with "gst-launch-1.0 playbin ur...