STM32 MPUs Products and hardware related

Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 4703 Views
  • 11 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...